.title-section h2.section-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #424242;
    letter-spacing: 1px;
    border-bottom: 1px solid #EAECEE;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5;
}
.title-section h2.section-title::after {
    content: "";
    background: #000C2D;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}