.about{
    padding-top: 100px;
    padding-bottom: 80px;
}
.about .title{
    text-align: center;
    padding: 20px;
    font-weight: 700;
    font-size: 28px;
}
.about .titl_desc{
    text-align: center;
    padding: 5px 30px;
}

.about_box{
    background-image: url('../images/about_us/about_bg.jpg');
}
.about_box .content h2, .about_box .content h4{
    font-weight: 600;
}
.about .about_content p{
    text-indent: 30px;
    text-align: justify;
}
.about_box .col-sm-6 img{
    height: 40vh;
    height: calc(25vh + (120 - 25) * ((100vw - 320px) / (1600 - 320)));
}
.about_box .col-sm-6{
    text-align: center;
}
.about_box .row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.counts_box{
    margin-bottom: 20px;
}
.counts_box .out_box{
    background: var(--color-primary);
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.counts_box .out_box .counts{
    background: #0b7da5;
    border: 1px dotted #ffffff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px #0005;
    width: calc(320px + (160 - 320) * ((100vw - 320px) / (1600 - 320)));
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.counts_box .out_box .counts h3, .counts_box .out_box .counts h5{
    color: #ffffff;
    font-weight: 600;
    font-size: 0.9em;
}
.counts_box .out_box .counts img, .counts_box .out_box .counts i{
    padding-right: 7px;
    color: #ffffff;
    height: 55px;
    padding: 7px;
}
.counts_box .out_box .counts i{
    font-size: 36px;
    padding-top: 8px;
}

.benefits_box .benefits_list{
    list-style-type: none;
}
.benefits_box .benefits_list li{
    font-size: 14px;
    padding-top: 12px;
}
.benefits_box .benefits_list li:before{
    content: "\f058"; /* FontAwesome Unicode */
    margin-right: 6px;
    color: #0e84c5;
   font-size: 20px;
   font-family: "Font Awesome 5 Free";
   line-height: 1;
}
.benefits_box .img_col{
    text-align: center;
}
.benefits_box .col-sm-6 img{
    height: 40vh;
}

.service_boxes{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}
.service_boxes .service_box .service_inner_box{
    width: 50%;
    width: calc(100% + (50 - 100) * ((100vw - 320px) / (1600 - 320)));
    padding: 8px;
    box-shadow: 0px 0px 10px #0000002b;
}
.service_boxes .service_box{
    margin-bottom: 15px;
    text-align: center;
    /* width: calc(35% + (6 - 35) * ((100vw - 320px) / (1600 - 320))); */
    width: 305px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.service_boxes .service_box img{
    height: 60px;
}
.service_boxes .service_box h4{
    padding: 10px;
    font-size: calc(15px + (22 - 15) * ((100vw - 320px) / (1600 - 320)));
}

.inner_box {
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* background-color: #0004;
      height: 100%;
      width: 170px; */
      display: flex;
      flex-direction: column;
      justify-content: center;
}


@media (min-width: 1280px) {
    .counts_box .out_box{
        flex-flow: wrap;
    }
}