.about-two__img-2 {
    width: 270px;
    height: 240px;
}

.about-two__img-2 .img {
    width: 100%;
    object-fit: cover;
}

.about-two__img-1 {
    width: 500px;
    height: 482px;
}

.about-two__img-1 .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-two {
    margin: 150px 0;
}

.brand-one .swiper-slide img {
    opacity: 1;
}

.stat-img {
    width: 62px;
    height: 62px;
}

.preloader__image {
    background-image: url("../images/logomark2.png");
}

.top-logo {
    height: 90px;
}

.footer-widget__about-text {
    font-size: 16px;
    font-weight: 400;
}

.deal-one {
    min-height: 645px;
}

.about-two__shape-5 {
    top: 380px;
    right: -30px;
}

.section-title__title.about {
    font-size: 25px;
    line-height: 34px;
}

.testimonial-two__img {
    width: 96px;
    height: 96px;
}

.testimonial-two__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#services .why-choose-two__right {
    width: 75%;
    margin: auto;
}

.why-choose-two__list {
    border-radius: 15px;
}

.why-choose-two__list li:nth-child(3) .why-choose-two__single {
    border-bottom: 1px solid var(--ogenix-bdr-color);
}

.why-choose-two__list li:nth-child(4) .why-choose-two__single {
    border-bottom: 1px solid var(--ogenix-bdr-color);
}

.why-choose-two__list li:nth-child(5) .why-choose-two__single {
    border-bottom: 0;
}

.why-choose-two__list li:nth-child(6) .why-choose-two__single {
    border-bottom: 0;
    border-right: 0;
}

.vis-hidden {
    visibility: hidden;
}

.google-map__one {
    mix-blend-mode: normal;
}

@media only screen and (max-width: 767px) {
    .vis-hidden {
        display: none;
    }

    .top-logo {
        height: 60px;
    }

    #services .why-choose-two__right {
        width: 90%;
    }

    .deal-one__right {
         display: block;
    }

    .deal-one {
        padding-top: 0;
        height: 750px;
    }

    .deal-one > .container > .row {
        gap: 50px;
    }

    .why-choose-two__list li:nth-child(5) .why-choose-two__single {
        border-bottom: 1px solid var(--ogenix-bdr-color);
        border-right: 0;
    }
}

