.cta-section {
    position: relative;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.sec-pad {
    padding: 50px 0px 100px 0px;
}
.cta-section::before {
    position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: .2;
}
.hr-required {
    color: red;
}
.cta-content .hr-titel h2 {
    color: var(--white);
}
.cta-section .hr-section-content.text-center {
    margin: 0;
}
@media(max-width:575px){
.hr-section-content .hr-titel h2 {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 35px;
}
.hr-features .card .card-body {
    padding: 1rem;
    margin-bottom: 1rem;
}
}