section.about_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(94, 144, 227, 1);
    position: absolute;
    padding-bottom: 0;
    position: relative;
    padding-top: 20px;
}

section.about_bg:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(94, 144, 227, 1);
}

.about_heading {
    line-height: 1em;
}

.about_heading h2 {
    border-bottom: 1px solid white !important;
    font-size: 60px;
    text-transform: none;
}

.about_heading h2:after {
    color: white !important;
    text-align: center;
}

.about-sub-heading h3 {
    margin-top: 0px;
    font-family: "raleway", sans-serif !important;
}

.about-sub-heading p {
    color: white;
    font-family: "raleway", sans-serif !important;
    line-height: 1.3em;
    letter-spacing: normal;
    font-size: 14px;
    margin-top: 15px;
}

.white_heading {
    color: white;
    text-align: left;
    margin-left: 76px;
    font-family: "raleway", sans-serif !important;
}

.fa-rotate-270 {
    transform: rotate(44.4899deg);
}

.color-lightcyan {
    color: lightcyan;
}