#about_wrapper {
    margin-top: 75px;
    background-color: #f8f9f9;
}

#about-header {
    height: 100px;
    background-color: rgba(0,59,92,1);
}

#about-header h1 {
    color: rgba(126,204,238,1);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: auto 0 auto 10%;
    vertical-align: middle;
    line-height: 100px;
    height: fit-content;
}

#about-content {
    margin: 0 10%;
    padding: 40px 0 200px 0;
    text-align: justify;
}

#about-text {
    padding-right: 0px!important;
}

#about-title {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #333333;
}

#about-title:after {
    border-bottom: solid;
    border-width: 5px;
    border-color: rgba(126,204,238,1);
    content: '';
    display: block;
    margin-left: 45%;
    width: 10%;
    margin-top: 15px;
}

#about-text p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #777777;
    font-weight: 400;
    font-size: 0.925rem;
}

#about-text a {
    color: #003b5c;
    text-decoration: underline;
}

#subtitle-col {
    padding: 0!important;
}

#about-subtitle {
    margin-top: 70px;
}

#about-image {
    padding-left: 0px!important;
}

#about-image img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1200px) {
    #about-text {
        margin-top: 30px;
        padding: 0!important;
    }

    #about-image {
        padding: 0px!important;
    }
}