.section2__heading:before {
    content: none;
}

.custom--1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.Title--1 {
    padding-left: 15px;
    font-size: 24px;
    font-weight: bold;
    border-left: 7px solid;
}

.Title--1.green {
    border-color: #009944;
}
.Title--1.red {
    border-color: #C3181F;
}
.Title--1.blue {
    border-color: #036EB8;
}

@media only screen and (max-width: 480px) {
    .custom--1 {
        font-size: 25px;
    }
}