/* Learn more section */
.learn-more-section {
    background-color: #ffffff;
    color: #16202d;
    text-align: center;
}

.learn_more_link:hover {
    color: #022F40;
}

/* Our values section */

.our-value-section {
    background-color: #f3efe9;
    color: #16202d;
}

.heading {
    font-family: "Rubik";
    font-size: 40px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 0.8px;
    color: #2B1096;
}

.read-more {
    font-family: "Rubik";
    font-size: 29px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 0.8px;
    color: #16202d;
}

/* tablet */
@media only screen and (min-width: 768px) {
    .read-more {
        font-size: 40px;
    }
}

.our-value-section h5 {
    font-family: "HelveticaNeue";
    font-size: 17px;
    font-weight: normal;
    line-height: 1.18;
    letter-spacing: 0.34px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.our-value-section span {
    font-family: "Rubik";
    color: #2B1096;
    font-weight: 500;
}

.heart {
    padding: 1px;
    height: 26px;
    width: auto;
}