.logo img {
    height: 150px;
}
.pg-banner {
    position: relative;
    overflow: hidden;
    background-color: #eaedff;
    height: 160px;
    display: flex
    align-items: center;
    padding-top: 132px;
}

h5 {
    display: block;
    margin: auto;
    margin-bottom: 40px;
    font-size: 55px;
}
.pag-p-bt-120 {
    padding: 120px 0;
}
.banner-experience {
    background: linear-gradient(to right, #62badc, #342eca);
}
.banner-experience h5, 
.banner-experience h6 {
    color: #fff !important;
}
.s-solution {

}
.s-solution h5 {
    font-size: 39px;
}
.pag-cta-img {

}
.pag-cta-img h2 {
    margin-top: 30px;
}
.pag-cta-img .rounded-circle {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
ol, ul {
    padding-left: 0;
}.fade-in, .fade-in-up {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in.visible {
    opacity: 1;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.h1, h1 {
    font-size: 40px;
}
.h2, h2 {
    font-size: 26px;
}
.list-group {
    margin-bottom: 1rem;
}
.mil-p-80-0 {
    padding-top: 80px;
}

/* Estilos para tablets */
@media (max-width: 992px) {
    .logo img {
        height: 120px;
    }

    h5 {
        font-size: 45px;
    }

    .pag-p-bt-120 {
        padding: 80px 0;
    }

    .banner-experience {
        padding: 20px;
    }

    .pag-cta-img .rounded-circle {
        width: 200px;
        height: 200px;
    }
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
    .logo img {
        height: 100px;
    }
    .mil-banner {
        margin-top: 30px;
    }
    .h1.mil-display {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .h1, h1 {
        font-size: 40px;
    }
    .h2, h2 {
        font-size: 26px;
        padding-top: 20px;
    }
    h5 {
        font-size: 35px;
    }

    .pag-p-bt-120 {
        padding: 60px 0;
    }

    .banner-experience {
        padding: 10px;
    }

    .pag-cta-img .rounded-circle {
        width: 150px;
        height: 150px;
    }

    .banner-experience h5, 
    .banner-experience h6 {
        font-size: 18px;
    }
}
/* Estilos para tablets */
@media (max-width: 992px) {
    .logo img {
        height: 84px;
    }
    .h1, h1 {
        font-size: 40px;
    }
    .h2, h2 {
        font-size: 26px;
        padding-top: 20px;
    }
    h5 {
        font-size: 45px;
    }

    .pag-p-bt-120 {
        padding: 80px 0;
    }

    .banner-experience {
        padding: 20px;
    }

    .pag-cta-img .rounded-circle {
        width: 200px;
        height: 200px;
    }
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
    .logo img {
        height: 84px;
    }
    .h1, h1 {
        font-size: 40px;
    }
    .h2, h2 {
        font-size: 26px;
        padding-top: 20px;
    }
    h5 {
        font-size: 35px;
    }

    .pag-p-bt-120 {
        padding: 60px 0;
    }

    .banner-experience {
        padding: 10px;
    }

    .pag-cta-img .rounded-circle {
        width: 150px;
        height: 150px;
    }

    .banner-experience h5, 
    .banner-experience h6 {
        font-size: 26px;
    }
}
