.text-white {
    font-size: 3rem !important;
    text-transform: uppercase !important;
}
.about-section {
    padding-top: 4%;
}
.section-title h2 {
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 2rem;
    padding-bottom: 11px;
    margin-left: -3px;
    font-family: oswald;
}
.about-p {
    width: 37rem;
    text-align: justify;
}
.about-item p {
    text-align: justify;
}
#goal{
    background-color: #26abe3 !important;
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding: 1px 0px;
}
.goal-section h2 {
    position: relative;
    max-width: 500px;
    margin: 38px auto;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 2rem;
    font-family: oswald;
}
#goal .card {
    border-radius: 10px;
}
#goal img {
    margin-left: 4rem;
}
#goal .mission{
    margin-left: 6rem;
}
#goal h5 {
    text-align: center;
    text-transform: uppercase;
    color: #3a3a3a;
    font-size: 25px;
    font-weight: 700;
}
#goal .card-text{
    text-align: justify;
}