.web_main {
    position: relative;
    width: 100%;
    margin-top: -19%;
    /* margin-bottom: -15%; */
}

.head_nav>li>a {
    color: #FFF;
}
.web_head .btn--search:before{
    background-image: url(../img/Vecto1r.png) !important;
}
.fixed.web_head .btn--search:before {
    background-image: url(../img/Vector.png) !important;
}
.web_main_wrap {
    z-index: 999;
    width: 100%;
    padding: 20% 0;
}

.about_title {
    text-align: left;
}

.about_title a {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    font-style: normal;
    text-transform: uppercase;
}

@media (max-width:1366px) {
    .about_title a {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width:1024px) {
    .about_title a {
        font-size: 45px;
        line-height: 60px;
    }
}


.about_box ul,
.about_box2 ul {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about_box ul li,
.about_box2 ul li {
    width: 49%;
    margin-bottom: 5%;
}

.about_box ul .about_content,
.about_box2 ul .about_content {
    height: 400px;
    overflow-y: auto;
}

.about_box ul li p,
.about_box2 ul li p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.about_box ul li {
    width: 49%;
}

.about_box ul .about_image,
.about_box2 ul .about_image {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 49%;
    border-radius: 22px;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.about_box ul .about_image img,
.about_box2 ul .about_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.about_box ul .about_image:hover img,
.about_box2 ul .about_image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.about_txt {
    margin-bottom: 30px;
}

.about_txt p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about_img ul {
    width: 100%;
    justify-content: space-between;
}


.about_img ul li {
    width: 32%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 32%;
    border-radius: 22px;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.about_img ul li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_img ul li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}




@media (max-width:950px) {
     .head_nav>li>a {
        color: #000;
    }
    .web_main{
        margin-top: -27%;
    }
    .web_main_wrap {
        /* top: -3%; */
        padding-top: 26%;
    }

    .about_title a {
        font-size: 35px;
        line-height: 40px;
    }

    .about_box {
        margin-top: 20px;
    }

    .about_box ul li
    .about_box2 ul li {
        width: 100%;
        margin-bottom: 2%;
        /* padding-bottom: 31%; */
    }

    .about_box ul .about_image,
    .about_box2 ul .about_image {
        width: 100%;
        padding-bottom: 100%;
    }

    .about_box ul .about_content,
    .about_box2 ul .about_content {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .about_img ul li {
        padding-bottom: 31%;
    }

    @media (max-width:600px) {
        .about_img ul li {
            /* padding-bottom: 64%; */
        }
    }

    .about_img .swiper-pagination {
        display: block;
    }
}