@font-face {
    font-family: 'Sansation';
    src: url('../font/SansationLight.eot');
    src: url('../font/SansationLight.eot?#iefix') format('embedded-opentype'),
        url('../font/SansationLight.woff2') format('woff2'),
        url('../font/SansationLight.woff') format('woff'),
        url('../font/SansationLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../font/SansationItalic.eot');
    src: url('../font/SansationItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/SansationItalic.woff2') format('woff2'),
        url('../font/SansationItalic.woff') format('woff'),
        url('../font/SansationItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../font/SansationLightItalic.eot');
    src: url('../font/SansationLightItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/SansationLightItalic.woff2') format('woff2'),
        url('../font/SansationLightItalic.woff') format('woff'),
        url('../font/SansationLightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../font/SansationBold.eot');
    src: url('../font/SansationBold.eot?#iefix') format('embedded-opentype'),
        url('../font/SansationBold.woff2') format('woff2'),
        url('../font/SansationBold.woff') format('woff'),
        url('../font/SansationBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../font/SansationRegular.eot');
    src: url('../font/SansationRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/SansationRegular.woff2') format('woff2'),
        url('../font/SansationRegular.woff') format('woff'),
        url('../font/SansationRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sansation';
    src: url('../font/SansationBoldItalic.eot');
    src: url('../font/SansationBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../font/SansationBoldItalic.woff2') format('woff2'),
        url('../font/SansationBoldItalic.woff') format('woff'),
        url('../font/SansationBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

header {
    height: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

header .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header-content .logo {}

header .header-content .menu {}

header .header-content .menu-mobile {
    display: none;
}

header .header-content .menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

header .header-content .menu ul li {
    margin: 0 25px;
}

header .header-content .menu ul li:first-child {
    margin-left: 0;
}

header .header-content .menu ul li:last-child {
    margin-right: 0;
}

header .header-content .menu ul li a {
    text-decoration: none;
    color: #585C6B;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

#banner {
    background-color: #1758FF;
    position: relative;
    z-index: 1;
}

#banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: #41EF52;
    width: 30%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#banner::after {
    content: "";
    position: absolute;
    bottom: -41px;
    right: 50%;
    width: 82px;
    height: 82px;
    background-image: url(../img/icon.png);
    transform: translateX(50%);
    z-index: 2;
}

#banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

#banner .banner-content .banner-text {
    width: 50%;
    padding-right: 30px;

}


#banner .banner-content .banner-text h1 {
    font-family: 'Sansation';
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 48px;
}

#banner .banner-content .banner-text p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-bottom: 30px;
}

#banner .banner-content .banner-text a {
    text-decoration: none;
    background-color: #fff;
    color: #1758FF;
    font-family: "Inter", sans-serif;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    padding: 17px 100px;
    display: inline-flex;
    text-transform: uppercase;
}

#banner .banner-content .banner-image {
    height: 100%;
    width: 50%;
    flex: 1 1 50%;
    overflow: hidden;
}

#banner .banner-content .banner-image img {
    width: 100%;
}

#banner.banner-course {
    background-color: #002A96;
    position: relative;
    overflow: hidden;
}

#banner.banner-course::before {
    background-color: #1758FF;
}

#banner.banner-course::after {
    bottom: -5px;
}

#banner.banner-course .banner-content .banner-text h4 {
    font-family: 'Sansation';
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    color: #41EF52;
    margin-bottom: 20px;
    text-decoration: underline;
}

#banner.banner-course .banner-content .banner-text h1 {
    font-size: 36px;
}

#banner.banner-course .banner-content .banner-text a {
    padding: 16px 76px;
    margin-bottom: 50px;
}

#banner.banner-course .banner-content .banner-text {
    padding: 30px 30px 30px 0;
}

#banner.banner-course .banner-content .info {
    display: flex;
    align-items: center;
}

#banner.banner-course .banner-content .info .item {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

#banner.banner-course .banner-content .info .item:first-child {
    margin-left: 0;
}

#banner.banner-course .banner-content .info .item .description {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

#banner.banner-course .banner-content .info .item .description .title {
    color: #41EF52;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 16px;
}

#banner.banner-course .banner-content .info .item .description .text {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#banner.banner-course .banner-content .banner-image img {
    height: 100%;
    width: unset;
}

#about {
    background-color: #fff;
    padding: 100px 0;
}

#about .about-content {
    display: flex;
    justify-content: space-between;
}

#about .about-content .about-text {
    width: calc(65% - 30px);
    flex: 0 0 calc(65% - 30px);
    margin-right: 30px;
}

#about .about-content .about-text h2 {
    font-family: 'Sansation';
    font-weight: 400;
    font-size: 38px;
    line-height: 42.53px;
    color: #585C6B;
    margin-bottom: 20px;
    position: relative;
}

#about .about-content .about-text h2::before {
    content: " ";
    position: absolute;
    background-image: url(../img/about-icon.png);
    width: 13px;
    height: 13px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

#about .about-content .about-text p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6F7485;
    line-height: 26px;
    margin-bottom: 60px;
}

#about .about-content .about-text ul {
    margin: 0;
    padding: 0;
}

#about .about-content .about-text ul li {
    color: #6F7485;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px;
}

#about .about-content .about-text ul li:last-child {
    margin-bottom: 0;
}

#about .about-content .about-text a {
    font-family: 'Sansation';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #1758FF;
    text-decoration: none;
    position: relative;
    z-index: 2;
    display: inline-flex;
}

#about .about-content .about-text a::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: -30px;
    width: 60px;
    height: 60px;
    background-color: #97B4FF;
    opacity: 0.1;
    z-index: 1;
}

#about .about-content .about-text a::after {
    content: "+";
    position: absolute;
    right: -20px;
    font-size: 20px;
    top: -1px;
}

#about .about-content .about-author {
    width: calc(35% - 30px);
    flex: 1 1 calc(35% - 30px);
    background-color: #1758FF;
    margin-left: 30px;
    padding: 60px 30px 60px 30px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}

#about .about-content .about-author .avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    top: -45px;
}

#about .about-content .about-author .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about .about-content .about-author .name {
    font-family: 'Sansation';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 20px;
}

#about .about-content .about-author .about-author-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}

#about .about-content .about-author a {
    text-decoration: none;
    background-color: #fff;
    width: 100%;
    border-radius: 6px;
    color: #1758FF;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.4px;
    padding: 14px 14px;
}


#about-course {
    background-color: #fff;
    padding: 60px 0 0;
}

#about-course .about-content {
    display: flex;
    justify-content: space-between;
}

#about-course .about-content .about-text {
    width: 100%;
}

#about-course .about-content .about-text h2 {
    font-family: 'Sansation';
    font-weight: 400;
    font-size: 38px;
    line-height: 42.53px;
    color: #585C6B;
    margin-bottom: 20px;
    position: relative;
}

#about-course .about-content .about-text h2::before {
    content: " ";
    position: absolute;
    background-image: url(../img/about-icon.png);
    width: 13px;
    height: 13px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

#about-course .about-content .about-text p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #6F7485;
    line-height: 26px;
}


#course {
    padding: 0 0 80px 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 249, 1) 100%);
}

#course .carousel-indicators {
    bottom: -50px !important;
}

#course .carousel-indicators button {
    background: #97B4FF;
    width: 10px;
    height: 8px;
    border-radius: 5px;
    opacity: 1;
    border: 0;
}

#course .carousel-indicators button.active {
    width: 22px;
    background: #1758FF;
}

#course .course-content {
    display: flex;
    flex-direction: column;
}

#course .course-content h2 {
    font-family: 'Sansation';
    font-weight: 400;
    font-size: 38px;
    line-height: 42.53px;
    color: #585C6B;
    margin-bottom: 20px;
    position: relative;
}

#course .course-content h2::before {
    content: " ";
    position: absolute;
    background-image: url(../img/about-icon.png);
    width: 13px;
    height: 13px;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

#course .course-content .list {
    display: flex;
    flex-wrap: nowrap;
}

#course .course-content .list .item {
    background-color: #FBFBFC;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    width: calc((100% / 3) - 13px);
    flex: 1 1 calc((100% / 3) - 13px);
}

#course .course-content .list .item:first-child {
    margin-left: 0;
}

#course .course-content .list .item:last-child {
    margin-right: 0;
}

#course .course-content .list .item .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

#course .course-content .list .item .image img {
    width: 100%;
}

#course .course-content .list .item .image .price {
    position: absolute;
    top: 20px;
    left: 16px;
    background-color: #FEFEFE;
    border-radius: 4px;
    color: #1758FF;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 26px;
}

#course .course-content .list .item .body {
    padding: 10px 15px 0;
}

#course .course-content .list .item .body .level {
    color: #1758FF;
    font-family: 'Sansation';
    font-weight: 700;
    font-size: 12px;
}

#course .course-content .list .item .body .title,
#course .course-content .list .item .body .title a {
    color: #585C6B;
    font-family: 'Sansation';
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
}

#course .course-content .list .item .body .description {
    color: #6F7485;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#transformation {
    background-color: #1758FFCC;
}

#transformation .transformation-content {
    padding: 40px 0;
}

#transformation .transformation-content h3 {
    font-family: 'Sansation';
    font-weight: 400;
    font-size: 38px;
    line-height: 42.53px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

#transformation .transformation-content p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin: 0;
}

#transformation .transformation-banner img {
    width: 100%;
}

#value {
    padding: 70px 0;
}

#value .value-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#value .value-content .tag {
    background-color: #E0E1FF4D;
    color: #1758FF;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
}

#value .value-content h2 {
    color: #0F172A;
    font-family: 'Sansation';
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

#value .value-content p {
    color: #6F7485;
    font-family: 'Sansation';
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-bottom: 60px;
}

#value .value-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#value .value-list .value-item {
    margin: 0 15px;
    width: calc((100% / 3) - 20px);
    flex: 1 1 calc((100% / 3) - 20px);
}

#value .value-list .value-item:first-child {
    margin-left: 0;
}

#value .value-list .value-item:last-child {
    margin-right: 0;
}

#value .value-list .value-item .value-icon {
    margin-bottom: 10px;
}

#value .value-list .value-item .value-title {
    color: #0F172A;
    font-family: "Poppins", system-ui;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 10px;
}

#value .value-list .value-item .value-description {
    color: #64748B;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

#contact {
    padding: 30px 0;
}

#contact h3 {
    color: #23292E;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

#contact .contact-form input,
#contact .contact-form textarea {
    border: 1px solid #C4C4C4;
    background-color: #F7F7F7;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 12px;
    color: #757575;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#contact .contact-form textarea {
    height: 200px;
}

#contact .contact-form input::placeholder,
#contact .contact-form textarea::placeholder {
    color: #757575;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#contact .contact-form button.btn.btn-primary {
    background-color: #1758FF;
    border-radius: 5px;
    color: #F7F7F7;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 50px;
}

#contact .contact-address p {
    color: #64748B;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

#contact .contact-address .map iframe {
    width: 100%;
    height: 267px;
    border: 0;
}

#testimonials {
    background-color: #1758FF;
}

#testimonials .testimonials-container {
    padding: 90px 0 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #41EF52;
}

#testimonials .testimonials-container .testimonials-description {
    width: 50%;
    flex: 1 1 50%;
    padding-right: 80px;
}

#testimonials .testimonials-container .testimonials-description h3 {
    color: #fff;
    font-family: 'Sansation';
    font-weight: 400;
    font-size: 42px;
    line-height: 41px;
    margin-bottom: 20px;
}

#testimonials .testimonials-container .testimonials-description .text {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

#testimonials .testimonials-container .testimonials-description .social {
    display: flex;
    align-items: center;
}

#testimonials .testimonials-container .testimonials-description .social .social-item {
    margin: 0 15px;
}

#testimonials .testimonials-container .testimonials-description .social .social-item:first-child {
    margin-left: 0;
}

#testimonials .testimonials-container .testimonials-description .social .social-item:last-child {
    margin-right: 0;
}


#testimonials .testimonials-container .testimonials-description .social .social-item a {
    text-decoration: none;
    display: flex;
}

#testimonials .testimonials-container .testimonials-description .social .social-item a img {}

#testimonials .testimonials-content {
    width: 50%;
    flex: 1 1 50%;
}

#testimonials .carousel-controls {
    position: absolute;
    top: 50%;
    width: calc(100% + 70px);
    height: 22px;
    left: -35px;
    transform: translateY(-50%);
}

#testimonials .carousel-controls button {
    opacity: 1;
    width: 14px;
    height: 22px;
}

#testimonials .testimonials-content .testimonials-list .testimonials-item {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    position: relative;
    align-items: center;
    padding: 70px 30px 50px 30px;
    border-radius: 7px;
    margin: 52px 0 13px;
}

#testimonials .testimonials-content .testimonials-list .testimonials-item:after {
    content: " ";
    background: #fff;
    opacity: 0.2;
    height: 13px;
    position: absolute;
    bottom: -13px;
    left: 15px;
    width: calc(100% - 30px);
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#testimonials .testimonials-content .testimonials-list .testimonials-item .avatar {
    width: 105px;
    height: 104px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -52px;
}

#testimonials .testimonials-content .testimonials-list .testimonials-item .title {
    color: #585C6B;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

#testimonials .testimonials-content .testimonials-list .testimonials-item .description {
    color: #6F7485;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

#testimonials .testimonials-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

#testimonials .testimonials-footer .infos {
    display: flex;
    align-items: center;
}

#testimonials .testimonials-footer .infos .phone {
    margin-right: 60px;
    display: flex;
    align-items: center;
}

#testimonials .testimonials-footer .infos .phone img {
    margin-right: 20px;
}

#testimonials .testimonials-footer .infos .phone span {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

#testimonials .testimonials-footer .infos a {
    background-color: #FFFFFF;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 44px;
    color: #1758FF;
}

footer {
    background-color: #fff;
    padding: 30px 0;
}

footer .footer-content {
    color: #6F7485;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    header .header-content .menu {
        display: none;
    }

    header .header-content .menu.active {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgb(0 0 0 / 45%);
        z-index: 9999;
    }

    header .header-content .menu.active ul {
        flex-direction: column;
        width: 300px;
        height: 100%;
        background: #fff;
        padding: 5px 0;
    }

    header .header-content .menu.active ul li {
        margin: 0;
    }

    header .header-content .menu.active ul li a {
        padding: 10px 15px;
        width: 100%;
        display: flex;
    }

    header .header-content .menu-mobile {
        display: flex;
    }

    header .header-content .menu-mobile button {
        padding: 0;
        display: flex;
        background: transparent;
        border: none;
        outline: none;
        margin: 0;
    }

    header .header-content .menu-mobile button svg {
        width: 40px;
        height: 40px;
    }

    #banner::after,
    #banner::before {
        content: unset;
    }

    #banner .banner-content {
        flex-direction: column;
    }

    #banner .banner-content .banner-text {
        padding: 30px 0;
        min-height: calc(100vh - 100px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }

    #banner.banner-course .banner-content .banner-text h4 {
        text-align: center;
    }

    #banner.banner-course .banner-content .banner-text {
        padding: 30px 0;
    }

    #banner.banner-course .banner-content .info {
        justify-content: space-between;
    }

    #banner .banner-content .banner-text h1,
    #banner .banner-content .banner-text p,
    #banner .banner-content .banner-text a {
        text-align: center;
        display: block;
    }

    #banner .banner-content .banner-text h1 br {
        display: none;
    }

    #banner .banner-content .banner-image {
        display: none;
    }

    #about {
        padding: 30px 0;
    }

    #about .about-content {
        flex-direction: column;
    }

    #about .about-content .about-text {
        width: 100%;
        flex: unset;
        margin: 0 0 45px;
    }

    #about .about-content .about-text p {
        margin-bottom: 20px;
    }

    #about .about-content .about-author {
        width: 100%;
        flex: unset;
        margin: 0;
        padding: 60px 15px 15px 15px;
    }

    #about .about-content .about-text ul {
        padding-left: 30px;
    }

    #course {
        padding: 0 0 30px 0;
    }

    #course .carousel-indicators {
        display: none;
    }

    #course .course-content .list {
        flex-direction: column;
    }

    #course .course-content .list .item {
        width: 100%;
        flex: unset;
        margin: 0 0 15px;
    }

    #transformation .transformation-content {
        padding: 30px 0;
    }

    #value {
        padding: 30px 0;
    }

    #value .value-list {
        flex-direction: column;
    }

    #value .value-list .value-item {
        margin: 0 0 15px;
        width: 100%;
        flex: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #value .value-list .value-item .value-description {
        text-align: center;
    }

    #contact .contact-form {
        margin: 0 0 30px;
    }

    #testimonials .testimonials-container {
        flex-direction: column;
        padding: 30px 0;
    }

    #testimonials .testimonials-container .testimonials-description {
        width: 100%;
        flex: unset;
        padding: 0;
        margin: 0 0 75px;
    }

    #testimonials .testimonials-container .testimonials-description .social {
        justify-content: center;
    }

    #testimonials .testimonials-content {
        width: 100%;
        flex: unset;
    }

    #testimonials .carousel-controls {
        display: none;
    }

    #testimonials .testimonials-footer {
        flex-direction: column;
    }

    #testimonials .testimonials-footer .logo {
        margin: 0 0 25px;
    }

    #testimonials .testimonials-footer .infos {
        flex-direction: column;
        width: 100%;
    }

    #testimonials .testimonials-footer .infos .phone {
        margin: 0 0 15px;
    }

    #testimonials .testimonials-footer .infos a {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 425px) {}