.cta-help {
    padding: 0 20px 70px 20px;
    border-radius: 20px;
    text-align: center;
}

.cta-title {
    font-size: 32px;
    margin-bottom: 10px;
}

.cta-desc {
    color: #6b7c7c;
    margin-bottom: 30px;
}
.cta-help .container {
    background: #eaf7f5;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    justify-content: center;
    border-radius: 20px;
}
.cta-btn {
    background: #007f7a;
    color: #fff;
    padding: 14px 32px;
    border-radius: 12px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}


.cta-btn:hover {
    background: #006763;
}
