* {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;

    font-family: Gotham;
}
.head {
    text-align: center;
    margin-top: 125px;
    margin-bottom: 50px;
}
.title {
    font-weight: 300; 
    font-size: clamp(40px, 5vw, 80px); 
    line-height: clamp(39px, 4.9vw, 79.04px);
    color: #2B70B8;
    width: 100%;
}
.bold {
    font-weight: bold; 
}
.mini {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: clamp(14px, 2.5vw, 20px); 
    line-height: clamp(18px, 3vw, 24px);
}
.sub {
    color: #2B70B8;
}
/*Marquee Section */

.marquee-container{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    height: fit-content;
}
.marquee{
    display: flex;
    flex-wrap: nowrap;
    gap: 8vw;
    padding: 2.5rem 0;
    height: fit-content;
    background-color: #000;
    width: max-content;
}
.marquee h5{
    color: #FFF;
    font-family: Gotham;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 100% */
    text-transform: uppercase;
}
.container1 {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 25px 70px;
}
.images-row {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin-bottom: 2rem;
    align-items: stretch; 
}
.image-box {
    flex-grow: 1;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 15px;
}
.image-box.wider {
    flex-grow: 1.5; 
}

.text-content {
    text-align: left;
    width: 55%;
    position: relative;
    bottom: 15px;
}
.text-content h3 {
    color: #2B70B8;
    font-family: Gotham;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 23.1px */
    text-transform: uppercase;
}
.text-content .bold {
    font-weight: bold;
}
.text-content p {
    color: #000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.text-content .peqNegrita{
    color: #000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.movimiento{
    position: absolute;
    left: 1380px;
    bottom: -40px;
    z-index: 15;
}
.img {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.img img {
    width: 7vw;
    min-width: 138px;
}
.section1 {
    background-image: url('./assets/Group\ 10247.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 70px;
}
.section1 .text{
    width: 44%;
    text-align: left;
}
.titulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 20px
}
.header-text h2 {
    margin: 0;
}
h2 {
    color: #FFF;
    font-family: Gotham;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 93px;
    text-transform: uppercase;
}
.highlight{
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 700;
line-height: 93px; /* 116.25% */
text-transform: uppercase;
}
.content {
    margin-top: 35px;
    width: 65%;
    padding: 0 0 0 20px
}
.content p {
    color: #FFF;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.link-container {
    margin-top: 50px;
}
.none {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    text-transform: uppercase;
}
.none img{
    width: 10px;
}
.about-image-container{
    width: 50%;
}
.about-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.section {
    text-align: center;
    padding: 25px 70px;
}
.image-container1 {
    width: 100%;
    overflow: hidden;
}
.image-container1 img {
    width: 100%;
    min-height: 150px;
    height: 31vw;
    max-height: 625px;
    border-radius: 15px;
    display: block;
}
.textsection {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px; /* 120% */
    text-transform: uppercase;
    margin: 50px 0;
}
.rojo{
    color: #EA2026;;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 20px 40px;
    border-radius: 100px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 368px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}
.btn .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}
.btn img {
    max-width: 100%;
    height: auto;
}
.lern-more.show-mobile .action-button{
    display: none;
}
.section2 {
    background-image: url("./assets/image\ 10.webp");
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 100vh;
    padding: 25px 70px;
}
.content-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
}
.image-container {
    width: 40%;
    height: 650px;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-container img {
    width: 95%;
    height: 60%;
    margin-top: 20px;
    border-radius: 15px;
}
.titulo-text{
    width: 90%;
    margin: 20px;
}
.titulo2{
    color: #161616;
font-family: Gotham;
font-size: 25px;
font-style: normal;
font-weight: 700;
line-height: 35px; /* 140% */
text-transform: uppercase;
}
.sub-img{
    width: 100%;
    color: #353535;
    font-family: Gotham;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 119.048% */
}
.content-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    text-align: left;
    margin-top: 25px;
}
.helped{
    color: #2D71B8;
    font-family: Gotham;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 23.1px */
    text-transform: uppercase;
}
.highlight2{
    color: #161616;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 500;
line-height: 93px;
text-transform: uppercase;
}
.heading-section2 {
    color: #161616;
    font-family: Gotham;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 93px; /* 116.25% */
    text-transform: uppercase;
}
.textsection2 {
    color: #000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: 30px;
    line-height: normal;
}
.juntos{
    position: relative;
    right: 2%;
    top: 65px;
}
.juntos2{
    display: none;
}
.contenedor{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.bubble-container {
    display: flex;
    align-items: center;
    background-color: #2B70B8;
    padding: 15px 41px;
    border-radius: 100px;
    width: 430px;
    height: 140px;
}
.bubble-image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #2B70B8;
    position: relative;
    left: 15px;
    width: 142px;
    height: 145px;
}
.bubble-image img {
    width: 85%;
    height: 85%;
    object-fit: cover;
}
.bubble-text {
    color: #FFF;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.btn-about {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin: 10px 0 30px 15px;
    position: relative;
    width: 428px;
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    cursor: pointer;
}
.arrow {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
}
.btn .arrow {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 10px;
}
.btn img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 1440px) and (min-height: 800px) {
    /* Estilos para pantallas anchas y altas */
    .section2 {
        padding: 40px 70px;
    }
}

.hero-section-custom {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('./images/biohazard\ 5.png'); 
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.hero-title-custom {
    font-size: 3.75vw;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
}
.hero-title-custom .emergency {
    font-weight: 700; 
    font-size: 8vw; 
}
.hero-subtitle-custom {
    font-size: 1.2rem;
    margin: 20px 0;
}
.button-group-custom {
    display: inline-flex;
    align-items: center;
}
.btn-custom {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.btn-custom:hover {
    background-color: #f0f0f0;
}
.small-btn-custom {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
}
.small-btn-custom:hover {
    background-color: #0056b3;
}
.small-arrow-custom {
    font-size: 1.2rem;
    transition: margin-left 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small-arrow-custom img{
    width: 14px;
    height: 14px;
}
.small-btn-custom:hover .small-arrow-custom {
    margin-left: 5px;
}
/*FOOTER*/
footer{
    display: flex;
    padding: 2.5vw;
    padding-top: 5vw;
    background-color: white;
}
footer.mb-footer{
    display: none;
}
.footer-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-left .footer-title h1{
    color: #000;
    font-family: Gotham;
    font-size: clamp(40px,8vw, 10rem);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    position: relative;
}
.footer-left .footer-title h1 img{
    width: 25%;
}
.footer-title .total-users{
    font-size: clamp(16px, 1.25vw, 1.25rem);
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 15%;
    right: 10%;
} 
.footer-title .total-users span{
    font-family: Gotham-Bold;
}
.footer-left .footer-title h1 strong{
    font-family: Gotham-Bold;
}
.footer-left .footer-title h1 .blue-word{
    color: #2B70B8;
    font-family: Gotham-Bold;
}
.footer-email {
    width: 50%;
    position: relative;
    margin-top: 10%;
}
.footer-email input{
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0px 0px 1.5vw 0px;
    background-color: transparent;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    width: 100%;
}
.footer-email button{
    position: absolute;
    right: 0;
    top: -0.5vw;
    background-color: #2B70B8;
    border-radius: 30000px;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    border: none;
}
.footer-email button svg{
    fill: #FFF;
    width: 10px;
    height: 10px;
    transform: rotateZ(-45deg);
}
.footer-bottom{
    display: flex;
    
    margin-top: 10%;
    width: 60%;
    justify-content: space-between;
    font-family: Gotham-Light;
}
.footer-bottom a{
    color: #000;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-bottom h6{
    color: #000;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-right{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-right ul{
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 1vw;
    text-align: end;
    margin-right: 1vw;
}
.footer-right ul li a{
    color: #000;
    font-family: Gotham;
    font-size: clamp(14px, 1.2vw, 1.45rem);
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (max-width:1520px){
    h2 {
        font-size: 4.5vw;
        line-height: 90px;
    }
    .highlight{
        font-size: 4.5vw;

    }
}
@media screen and (max-width:1499px){
    h2 {
        line-height: 85px;
    }
    .content {
        width: 95%;
    }
}
@media (max-width: 1425px) {
    .image-container {
        height: 550px; /* Ajuste de altura */
    }

    .image-container img {
        width: 90%;
        height: 55%;
        margin-top: 15px;
    }

    .titulo-text {
        margin: 15px;
        width: 85%;
    }

    .titulo2 {
        font-size: 22px;
        line-height: 30px;
    }

    .sub-img {
        font-size: 18px;
        line-height: 22px;
    }

    .content-section {
        width: 48%;
        margin-top: 35px;
    }

    .helped {
        font-size: 19px;
    }

    .heading-section2 {
        font-size: 4.8vw;
        line-height: 50px;
    }
    .highlight2{
        font-size: 4.8vw;
    }

    .textsection2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .bubble-container {
        padding: 12px 35px;
        width: 370px;
        height: 100px;
    }

    .bubble-image {
        width: 125px;
        height: 125px;
    }

    .bubble-text {
        font-size: 15px;
        line-height: 25px;
    }

    .btn-about {
        padding: 12px 20px;
        font-size: 16px;
    }
}
@media (max-width: 1265px) {
    .bubble-container {
        width: 310px;
    }
    .btn-about {
        padding: 12px 38px 12px 0px;
        font-size: 16px;
            width: 275px;
    }

}
@media (max-width: 1100px) {
    .bubble-container {
        padding: 10px 30px;
        width: 245px;
        height: 95px;
    }

    .bubble-image {
        width: 95px;
        height: 95px;
    }

    .bubble-text {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (min-width:1600px) and (max-width:1919px) {
    .logo-nav img{
        width: 95%;
    }
    .logo-nav {
        width: 15%;
    }
    .content-menu-nav{
        width: 20%;
    }
    .content-redirection-nav ul{
        gap: .75rem;
    }
    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 10px 0rem 25px;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1440px) and (max-width:1599px) {
    .logo-nav img{
        width: 95%;
    }
    .logo-nav {
        width: 15%;
    }
    .content-menu-nav{
        width: 20%;
    }
    .content-redirection-nav ul{
        gap: .75rem;
    }
    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 10px 0rem 20px;
    }
    .text-container .quotes {
        left: 6%;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1280px) and (max-width:1475px) {
    .logo-nav img{
        width: 95%;
    }
    .logo-nav {
        width: 15%;
    }
    .content-menu-nav{
        width: 20%;
    }
    .content-redirection-nav ul{
        gap: .25rem;
    }
    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }
    .quotes{
        top: 10% !important;
    }
    .quotes svg{
        width: 50px;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1024px) and (max-width:1279px) {
    .logo-nav img{
        width: 95%;
    }
    .logo-nav {
        width: 15%;
    }
    .content-menu-nav{
        width: 20%;
    }
    .content-redirection-nav ul{
        gap: .25rem;
    }
    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }
    .images-row {
        min-width: 540px;
    }
    .text-content h3 {
        font-size: 20px;
    }
    .text-content p {
        font-size: 15px;
    }
    .text-content .peqNegrita{
        font-size: 15px;
    }
}
@media screen and (max-width:1170px){
    .images-row {
        min-width: 490px;
    }
    .text-content h3 {
        font-size: 18px;
    }
    .text-content p {
        font-size: 12px;
    }
    .text-content .peqNegrita{
        font-size: 12px;
    }
    h2 {
        font-size: 4.5vw;
        line-height: 58px;
    }
    .highlight {
        font-size: 4.5vw;
        line-height: 58px;
    }
}
@media screen and (max-width:1050px){
    h2 {
        font-size: 4.5vw;
        line-height: 58px;
    }
    .highlight {
        font-size: 4.5vw;
        line-height: 58px;
    }
}
@media screen and (max-width:1023px){
    .menu-puntos{
        background-color: transparent;
        display:flex;
    }
    .content-menu-nav{
        width: 20%;
        justify-content: end;
    }

    .logo-nav{
        width: 80%;
    }
    .logo-nav img{
        max-width: 250px;
    }
    .logo-nav img{
        width: 60%;
    }

    nav{
        z-index: 6;
    }
    .no-mb{
        display: none !important;
    }
    .social-media{
        width: 80%;
        display: flex;
        justify-content: end;
    }
    .footer-bottom h6{
        width: 50%;
    }

    .footer-bottom h6{
        display: flex;
        align-items: center;
    }

    .footer-bottom{
        margin-top: 0% !important;
    }
}
@media (max-width: 980px) {
    .container1{
        flex-direction: column;
        padding: 20px;
    }
    .images-row{
        width: 100%;
        min-width: unset;
    } 
    .image-box.wider{
        margin: 0;
    }
    .image-item img {
        width: 100%;
        height: auto; 
    }
    .text-content {
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .text-content h2 {
        font-size: 2rem;
    }
    .text-content h3{
        font-size: 4.2vw;
        font-weight: 400;
    }
    .about-image-container {
        position: relative;
        width: auto;
        margin: 0;
    }
    .section1 {
        flex-direction: column; 
        height: auto;
        padding: 20px;
    }
    .section{
        padding: 20px;
    }
    .section1 .text {
        width: 100%; 
        text-align: center; 
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .header-text h2 {
        font-size: 9vw;
        font-weight: 300;
        text-align: left;
        margin: 30px 0;
        line-height: 80px;
    }
    .highlight{
        font-size: 9vw;
    }
    .content {
        margin: 0;
        width: 100%; 
        font-size: 1.2rem;
        text-align: left;
    }
    .content p {
        line-height: 22px;
        font-size: none;
    }
    .about-overlay-content h3 {
        font-size: 1.2rem; 
    }
    
    .about-overlay-content p {
        font-size: 0.9rem; 
    }
    .img {
        margin: 0 auto;
        display: none;
    }
    .image-container {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .image-container img {
        height: auto;
        object-fit: cover;
        border-radius: 15px;
        display: block;
    }
    .textsection {
        font-size: clamp(20px, 1.5vw, 25px);
        margin: 50px 20px;
        line-height: normal;
    }
    .section2{
        position: relative;
        display: block;
        height: unset;
        padding: 20px;
    }
    .content-wrapper{
        flex-direction: column-reverse;
    }
    .content-section {
        width: 100%;
    }
    .heading-section2 {
        color: #161616;
        font-family: Gotham;
        font-size: 8vw; /* Ajusta el tamaño entre 3rem y 32px */
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin: 20px 0;
    }
    .highlight2{
        font-size: 8vw; /* Ajusta el tamaño entre 3rem y 32px */
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
    }
    .helped {
        font-size: clamp(16px, 1.2vw, 19px);
    }

    .textsection2 {
        font-size: 4vw;
        margin: 0;
    }
    .juntos {
        display: none;
    }
    .juntos2{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
    }
    .bubble-container {
        padding: 10px 30px;
        width: 100%;
        height: auto;
    }
    .bubble-text {
        font-size: 16px;
        line-height: 20px;
    }
    .rojo{
            color:#EA2026;
    }
    .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2B70B8;
        color: white;
        padding: 14px 46px 14px 25px;
        border-radius: 100px;
        text-decoration: none;
        transition: background-color 0.3s ease;
        width: 279px;
        margin: 0px auto;
        position: relative;
        text-align: center;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        text-transform: uppercase;
    }
    .btn .arrow {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #FFFFFF80;
        transition: margin-left 0.3s ease;
        position: absolute;
        right: 10px;
    }
}
@media (width <= 768px) {
    .footer-bottom{
        width: 100%;
    }
    .footer{
        display: none;
    }
    footer.mb-footer{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .mb-footer .logo{
        display: flex;
    }
    .mb-footer .logo img{
        width: 30%;
    }
    .mb-footer .logo .users{
        display: flex;
        align-items: flex-end;
    }
    .mb-footer .logo .users .text-container{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        margin-left: 10px;
        gap: 2px;
    }
    .mb-footer .logo .users .text-container .count{
        font-family: Gotham-Bold;
    }
    .mb-footer .logo .users img{
        width: 60%;
    }
    .footer-title h1{
        font-size: 50px;
        font-family: Gotham;
        text-transform: uppercase;
    }
    .footer-title strong{
        font-family: Gotham-Bold;
    }
    .footer-title h1 .blue-word{
        font-family: Gotham-Bold;
        color: #2B70B8;
    }
    .footer-email{
        width: 100%;
    }
    .footer-email button{
        width: 30px;
        height: 30px;
        top: -10px;
    }
    .footer-email input{
        padding: 0px 0px 10px 0px;
    }
    .nav-footer ul{
        list-style: none;
        text-align: end;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .nav-footer ul li a{
        text-decoration: none;
        color: #000;
        font-family: Gotham;
        font-size: 16px;
    }
    .textsection{
        color: #000;
text-align: center;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
margin-bottom: 50px;
    }
    .header-text h2 {
        line-height: 40px;
    }

    .lern-more.show-mobile .action-button{
        display: flex !important;
        background-color: #2B70B8  !important;
        margin: 0 auto;
    }
    .btn{
        display: none;
    }
}