.header-title h3 {
    font-weight: normal;
    color: #ffffff !important;
    line-height: 28px;
    text-align: left;
}

.about-title h1 {
    /* margin-top: 50px; */
    color: #ffffff !important;

}

.solid {
    width: 200px;
    height: 6px;
    border-radius: 12px;
    background-color: #FDBE33;
    border: solid 1px #FDBE33;
    margin-bottom: 10px;
}



.intro-title h2{
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
}

#intro-text {
    color: #262626;
    font-size: 16px;
    font-weight: 500px;
    line-height: 28px;
}

.vision-card,
.mision-card,
.strategy-card {
    border: none;
    box-shadow: 0px 3px 8px #a2bace;

}

.vision-title-card {
    background-color: #262B64;
    border: solid 1px #262B64;
    text-align: center;
    margin-top: 20px;
}

.vision-title-card h4 {
    font-weight: 500px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 0px;
}

.char {
    font-size: 18px;
    font-weight: 500px;
    line-height: 32px;
    animation: an 1s ease-out 1 both;
    display: inline-block;
}

@keyframes an {
    from {
        opacity: 0;
        transform: perspective(500px) translate3d(-35px, -40px, -150px) rotate3d(1, -1, 0, 35deg);
    }

    to {
        opacity: 1;
        transform: perspective(500px) translate3d(0, 0, 0);
    }
}

