.panel-counter{
    position: relative;
}
.panel-counter h2{
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 39px;
    text-align: center;
}
@media(min-width: 1262px){
    .panel-counter .container{
        max-width: 1162px;
    }
}

.panel-counter .full-counter{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 65px;
    padding-left: 23px;
    padding-bottom: 28px;
    border-radius: 15px;
    margin-bottom: 12px;
}

.panel-counter  .two-col-counter{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 147px;
    padding-left: 23px;
    padding-bottom: 22px;
    border-radius: 15px;
    display: inline-block;   
    width: 100%;
    max-width: 362px;
    margin-bottom: 12px;
}
.panel-counter .portrait-counter{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60px;
    padding-left: 30px;
    padding-bottom: 82%;
    border-radius: 15px;
}
.panel-counter  .two-col-counter:first-of-type{
    margin-right: 20px;
}
.panel-counter .full-counter .text-wrapper{
    margin-bottom: 22px;
}
.panel-counter  .portrait-counter .text-wrapper{
    margin-bottom: 15px;
}
.panel-counter .full-counter h4,
.panel-counter  .two-col-counter h4{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    margin-top: 0;
    margin-bottom: 2px;
    display: inline-block;
}
.panel-counter  .portrait-counter h4{
    color: #D09A43;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    margin-top: 0;
    margin-bottom: 2px;
    display: inline-block;
}

.panel-counter .full-counter p,
.panel-counter  .two-col-counter p{
    color: #F7B64A;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-bottom: 0;
}
.panel-counter  .portrait-counter p{
    color: #070707;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-bottom: 0;
}
@media(max-width: 1222px){
    .panel-counter .two-col-counter{
        max-width: 355px;
    }
    .panel-counter .portrait-counter{
        padding-bottom: 83%;
    }
}
@media(max-width: 1137px){
    .panel-counter .two-col-counter {
        max-width: 100%;
    }
    .panel-counter .portrait-counter {
        padding-bottom: 60px;
        background-position-y: -750px;
    }
}
@media(max-width: 991px){

    .panel-counter .portrait-counter {
        background-position-y: -643px;
    }
}
@media(max-width: 767px){

    .panel-counter .portrait-counter {
        background-position-y: -460px;
    }
}
@media(max-width: 750px){

    .panel-counter .portrait-counter {
        background-position-y: -85px;
    }
}