section.prefooter-section {
    height: auto !important;
    display: flex;
    align-items: center;
    padding: 80px 0px;
}

.prefooter--title h3 {
    color: #062D1F;
    font-size: 80px;
    font-weight: 400;
    line-height: 88px; /* 110% */
    letter-spacing: -0.2px;
    margin: 0px;
}

.prefooter--content p {
    color: #062D1F;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.prefooter--title {
    margin-bottom: 20px;
}

.prefooter--content {
    margin-bottom: 30px;
}

section.prefooter-section.prefooter-with-bg {
    background: var(--primary-color);
}

section.prefooter-section.prefooter-with-bg .prefooter--title h3 {
    color: #fff;
}

section.prefooter-section.prefooter-with-bg .prefooter--content p {
    color: #fff;
}

@media(max-width:767px){
    .prefooter--button a {
        width: 100%;
    }
    section.prefooter-section {
        padding: 80px 0px;
    }
}