.top_banner {
    padding: 60px 0 0;
}
.top_banner h6 {
    font-size: 20px;
    font-weight: 600;
}
.services_box .img-box img {
    height: 217px;
    width: 100%;
    object-fit: cover;
}
.services_sec {
    padding: 20px 0 60px;
    background: url("../img/about-bg.png");
    background-size: 66%;
    background-repeat: no-repeat;
    background-position: -46% bottom;
}
.services_box {
    border: 2px solid #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.services_box .content {
    flex: 0 0 50%;
}
.services_box .service_name {
    font-family: "visby";
    font-weight: 100;
    font-size: 22px;
    line-height: 32px;
}
.services_box p {
    font-size: 14px;
    line-height: 24px;
}
.services_box .btn-primary {
    font-weight: 500;
}
.servicedetail_sec {
    padding: 50px 0;
}
.servicedetail_sec .title {
    padding-bottom: 15px;
    font-family: visby;
    font-weight: 100;
    font-size: 45px;
    line-height: 55px;
}
.servicedetail_sec p {
    font-size: 15px;
    line-height: 25px;
}
@media (max-width: 575px) {
    .services_box {
        text-align: center;
        flex-direction: column-reverse;
    }
}
@media (max-width: 280px) {
    .top_banner h2 {
        font-size: 40px;
    }
    .services_sec .service-tab-list-wrapper ul li button {
        white-space: nowrap;
    }
    .services_sec .service-tab-list-wrapper ul {
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .services_sec .service-tab-list-wrapper ul::-webkit-scrollbar {
        background: #f3ce56;
        height: 7px;
    }

    .services_sec .service-tab-list-wrapper ul::-webkit-scrollbar-thumb {
        background: black;
        height: 7px;
    }
    .servicedetail_sec .title {
        font-size: 30px;
        line-height: 37px;
        white-space: pre-wrap;
    }
}
.services-img-wrap img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
