main{
    padding: 50px 0;
    max-width: 563px;
    margin: 0 auto; 
}
.thanks_title{
    text-align: center;
}
.thanks_subtitle{
    text-align: center;
    margin-top: 11px;
    font-size: 18px;
}
.counter{
    margin-top: 20px;
    display: flex;
}

.counter_text{
    background-color: #0E347A;
    color: #ffff;
    font-size: 13px;
    line-height: 1.5;
    max-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: auto;
}
.counter-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: center;
    width: 100%;
    background-color: #EFEFEF;
     padding: 10px;
}
.current-number{
    font-size: 44px;
    line-height: 1;
    font-weight: 500;
}
.time-measure{
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .counter_text{
        font-size: 10px;
        font-weight:900;
        max-width:110px;
    }
    .current-number{
        font-size: 34px;
    }
    .counter-wrapper{
       
        gap: 15px;
    }
}
@media screen and (max-width: 992px) {
.counter_text {
font-size: 12px;
font-weight: 700;
max-width: 110px;
}
}