@media (max-width: 1800px) {
    .section_3 .phone_1 {
        width: 40%;
    }

    .section_3_content {
        width: calc(100% - 60%);
    }

    .section_3 .title {
        font-size: 24px;
    }

    .section_3 .description {
        font-size: 20px;
    }
}

@media (max-width: 1456px) {
    .section_1 h1 {
        font-size: 48px;
        line-height: normal;
    }

    .section_2 .card .title {
        font-size: 32px;
    }

    .section_2 .card .subtitle {
        font-size: 64px;
    }

    .section_3 .phone_1 {
        width: 50%;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {
    .section_3 .phone_1 {
        width: 60%;
        left: 50%;
        transform: translateX(-50%);
    }

    .section_3_content {
        width: 100%;
    }

    .section_3 {
        padding-bottom: 550px;
    }
}

@media (max-width: 768px) {
    .section_3 .phone_1 {
        width: 70%;
    }
}

@media (max-width: 576px) {
    body {
        margin: 10px;
    }

    .section_3 {
        padding-bottom: 450px;
    }

    .section_1 {
        padding: 20px;
        overflow: hidden;
    }

    .section_1 h1 {
        font-size: 32px;
        line-height: normal;
    }

    .section_3 .title {
        font-size: 16px;
    }

    .section_3 .description {
        font-size: 16px;
    }

    footer .xeond {
        padding: 0;
    }

    footer .social-medias {
        flex-direction: column;
    }

    .section_1.logo {
        width: 110px;
    }

    .section_1 .phone_1 {
        display: none;
    }

    .section_1 .phone_2 {
        display: none;
    }

    .section_1 .phone_3 {
        display: none;
    }

    .section_3 .phone_1 {
        width: 100%;
    }

    .section_2 .card {
        height: 180px;
        padding: 20px;
    }

    .section_2 .card .title {
        font-size: 16px;
    }

    .section_2 .card .subtitle {
        line-height: normal;
    }

    .section_2 .card .subtitle img {
        width: 64px;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: inherit !important;
    }

    footer {
        height: 100%;
        background-position: bottom 50px center;
    }

    footer .social-media {
        font-size: 24px;
        height: 180px;
    }

    footer .social-media img {
        width: 50px;
        height: 50px;
    }

    footer .mobile-show {
        margin-top: 370px;
    }

    footer .xeond {
        text-align: center;
        font-size: 14px;
    }


    footer .xeond_title {
        font-size: 36px;
    }

    .section_4 .collapse-btn {
        padding: 40px 20px;
    }

    .section_4 .title {
        font-size: 24px;
    }

    .section_5 .row {
        row-gap: 40px;
    }

    .section_5 .card {
        height: 166px;
        padding: 20px;
    }

    .section_5 p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .section_5 .card-content img {
        width: 100px;
    }

    .section_5 .card .phone {
        right: 20px;
        width: 110px;
        height: 186px;
    }
}