@media screen and (max-width: 768px) {
    /* base.css */
    button {
        padding: 5px 36px;
        border-radius: 6px;
        font-size: 16px;
    }

    /* Navbar */
    .navbar--container {
        padding: 35px 24px 20px;
    }

    .navbar--logo img {
        display: none;
    }

    .navbar--logo h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .navbar--right {
        /* display: none; */
        position: absolute;
        top: 80px;
        right: -120px;
        transition: .2s all ease-in;
    }

    .navbar--right.active {
        right: 24px;
        z-index: 999;
    }

    .navbar--right ul {
        flex-direction: column;
        align-items: flex-end;
        gap: 16px;
    }

    .navbar--right ul li a {
        font-size: 16px;
        line-height: 17px;
        text-align: right;
        color: var(--white-color);
    }

    .navbar--right ul li:first-child a { 
        font-size: 18px;
        line-height: 19px;
        text-align: right;
        color: #89A7F5;
    }

    .navbar--right button {
        display: none;
    }

    .navbar--menu {
        display: block;
        z-index: 201;
    }

    .bg-dark {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
    }

    /* Body */
    .body {
        margin-bottom: 24px;
        gap: 30px;
    }

    /* Banner */
    .banner {
        margin: 0 16px;
        gap: 8px;
    }

    .banner--logo {
        width: 64px;
        height: 64px;
    }

    .banner--content {
        gap: 8px;
    }

    .banner--content h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .banner--content h4 {
        font-size: 12px;
        line-height: 18px;
    }

    .banner--actions .banner--actions__social {
        display: none;
    }

    /* Services */
    .services {
        gap: 28px;
    }

    .services--container:nth-child(2n) {
        padding-right: 0;
    }

    .services--container:nth-child(2n) .services--content {
        margin-left: 9px;
    }

    .services--container .services--content {
        flex: 1;
        margin-right: 0;
    }

    .services--container .services--content h3 {
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 19px;
    }

    .services--container .services--content p {
        font-size: 12px;
        line-height: 18px;
        line-height: 18px;
    }

    .services--img {
        width: 163px;
        height: 253px;
    }

    .services--img .phone {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .services--img .google {
        width: 61px;
        height: 61px;
        top: 0;
        left: 17px;
    }

    .services--img .outlook {
        width: 63px;
        height: 63px;
        top: 63px;
        right: -5px;
    }

    .services--img .office {
        width: 69px;
        height: 69px;
        bottom: 55px;
        left: -5px;
    }

    .services--img .yahoo {
        width: 61px;
        height: 61px;
        right: 17px;
    }

    .services--img .inbox {
        width: 124px;
        height: 40px;
        top: 38px;
        left: -2px;
        object-fit: cover;
    }

    .services--img .message {
        width: 146px;
        height: 46px;
        top: 51px;
        left: 15px;
        object-fit: cover;
    }

    .services--img .cancel {
        width: 116px;
        height: 26px;
        top: 62px;
        left: 10px;
        object-fit: cover;
    }

    .services--img .setting {
        width: 94px;
        height: 74px;
        top: 70px;
        right: 0;
        object-fit: cover;
    }

    /* Features */
    .features--title {
        font-size: 18px;
        font-weight: var(--weight-normal);
        line-height: 19px;
        margin-bottom: 16px;
    }

    .features--cards {
        grid-template-columns: 1fr 1fr;
        padding: 0 24px;
        gap: 15px;
    }

    .features--cards .features--cards__item {
        gap: 13px;
        padding: 13px 7.5px;
        border-radius: 8px;
    }

    .features--cards__item .cards--item__number {
        width: 32px;
        height: 32px;
    }

    .features--cards__item .cards--item__number img {
        width: 7px;
        height: 13px;
    }

    .features--cards__item .cards--item__description {
        font-size: 14px;
        line-height: 15px;
    }

    /* Feedback */
    .feedback--title {
        font-size: 18px;
        font-weight: var(--weight-normal);
        line-height: 19px;
        margin-bottom: 12px;
    }

    .feedback--cards {
        display: none;
        gap: 24px;
    }

    .feedback--cards__item {
        padding: 8px;
        width: 190px;
        height: 179px;
        gap: 8px;
        margin: 0 auto;
        opacity: 0.6000000238418579;
    }

    .swiper-slide-active {
        opacity: 1;
    }

    .card-mb {
        display: block;
        width: 190px;
        height: 179px;
        margin: 0 auto;
    }

    .feedback--cards__item .item--header {
        gap: 14px;
    }

    .feedback--cards__item .item--header img {
        width: 27px;
        height: 27px;
    }

    .feedback--cards__item .item--header .item--name p {
        font-size: 14px;
        line-height: 15px;
        font-weight: var(--weight-normal);
        margin-bottom: 2px;
    }

    .feedback--cards__item .item--header .item--name span {
        font-size: 12px;
        line-height: 13px;
    }

    .feedback--cards__item .item--content {
        font-size: 12px;
        line-height: 17px;
    }

    /* Footer */
    .footer {
        padding: 24px;
    }

    .footer--tilte {
        font-weight: 600;
        font-size: 16px;
        line-height: 17px;
    }

    .footer--contact {
        margin-top: 16px;
    }

    .contact--form .contact--form__title {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 16px;
    }

    .contact--form .contact--form__input,.contact--form__text {
        width: 327px;
        font-size: 14px;
        line-height: 15px;
        border-radius: 6px;
    }

    .contact--form .contact--form__input {
        margin-bottom: 10px;
        padding: 10px;
    }

    .contact--form .contact--form__text {
        height: 132px;
        padding: 10px;
    }

    .contact--form .contact--form__btn {
        margin-top: 12px;
        padding: 8px 32px;
        font-size: 16px;
        line-height: 17px;
    }

    .footer--img {
        display: none;
    }

    .image-bg {
        background-image: url(../imgs/footer-bg.svg);
        background-color: transparent;
        bottom: 0;
        height: 339px;
        object-fit: cover;
    }
}