.section-title {
    border-top: solid 10px #9c000e;
    background-color: #2b2b2b;
    font-size: 30px;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.contact-details-icon {
    width: 20px;
    display: inline-block;
    opacity: 0.1;
}

.text-light {
    opacity: 0.2;
}


@media all and (max-width: 767px) {
    .section-title {
        margin-bottom: 30px;
    }
}