.hero-section {
    text-align: left;
}

.hero-section p.lead {
    margin-bottom: 30px;
}

.hero-section .cta-action {
    padding: unset;
}

.hero-section p.lead span {
    font-weight: 800;
}


.hero-section .img-container {
    padding: 0;
}


.hero-section .img-container .expand-image {
    height: 574px;
    /* width: 711px; */
    object-fit: none;
    position: absolute;
    right: 0;
    top: 103px;
    bottom: 0;
}

.navbar {
    padding-bottom: 30px;
}

.empower-video {

    height: 55vh;
}

.about-section {
    background: rgba(242, 245, 246, 1);
}

.about-section .about-col {
    background: rgba(255, 255, 255, 1);
}

.about-section .about-footer {
    margin-top: 62px;
}

.about-section .about-footer p {
    font-size: 20px;
    font-weight: 400;
}

.about-section h3 {
    font-size: 40px;
    font-weight: 700;
}

.about-section h3 span {
    color: rgba(8, 77, 168, 1);
}

.founder-section, .testimonial-section {
    padding: 60px;
}

.founder-section h2, .testimonial-section h2 {
    font-size: 60px;
    font-weight: 700;
}

.founder-section p{
    font-size: 24px;
    font-weight: 400;
}

.founder-section .info {
    margin-top: 32px;
    margin-bottom: 32px;
}

.founder-section .info h3{
    font-size: 20px;
    font-weight: 700;
}

.founder-section .info p {
    font-size: 16px;
    font-weight: 400;
}

.founder-section .appointment .btn {
    padding: 16px;
    border-radius: 55px;
    font-size: 18px;
    font-weight: 700;
}

.testimonial-section {
    background: #F2F5F6;

}

.testimonial-section .testimonial-cards .card .card-body .card-text {
    font-size: 24px;
    font-weight: 400;

}

.profile-card {
    display: flex;
    align-items: center;
    
}
.profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
}
.profile-info h5 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: bold;
}
.profile-info p {
    margin: 0;
    color: #6c757d;
    font-size: 0.95rem;
}

.testimonial-section .testimonial-cards .card{
    border: none;
    border-radius: 14px;
    padding: 10px;
}
