.call-to-action {
    background:#EDEDED;
    padding:60px 0;
}
.call-to-action__header p {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0;
    padding:0 0 60px 0;
    line-height: 55px;
    text-align: center;
}
.call-to-action__btn {
    text-align: center;
}
@media(max-width:1200px) {
    .call-to-action__header p {
        font-size: 36px;
    }
}