  .ctasection {
    padding: 80px 0;
    text-align: center;
}

.ctasection h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #2c3e50;
    margin-bottom: 32px;
}

.ctasection .content {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .ctasection {
        margin: 40px 0;
    }
}
