.section-color {
    background-color: #082c4c;
}
.section-color * {
    color: #fff;
}
.section-color div h3 {
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 25px;
}
.subject-item {
    margin-bottom: 3rem;
}
.subject-icon {
    font-size: 2rem;
    margin-bottom: 30px;
}
.subject-icon i {
    border-radius: 50%;
    padding: 15px;
    color: #2c4180;
    background-color: #ffffff ;
}
