.module.search-bg {

    min-height: calc(100vh - 50vh);
}


.modular-title-1 .section-title {
    font-size: 24px;
    letter-spacing: .8px;
    margin-bottom: 50px;
    position: relative;
}

.modular-title-1 .section-title:after {
    background-color: #6c757d;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

