.mesesCoaching {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-color: #1B2635;
    display: none;
}

.mesesCoaching .container {
    display: flex;
    align-items: center;
}

.mesesCoaching h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
}

.mesesCoaching p {
    color: #CBD4E1;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    float: left;
    width: 100%;
}

.mesesCoaching p + p {
    margin-top: 20px;
}

.mesesCoaching p strong {
    color: #F09C00;
}

.mesesCoaching a {
    display: inline-block;
    background: #C98400;
    color: #fff;
    padding: 15px 50px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    margin-top: 30px;
}

.mesesCoaching figure {
    text-align: center;
}

@media only screen and (max-width: 768px) {

    .mesesCoaching {
        padding: 40px 0 0 0;
    }

    .mesesCoaching .container {
        flex-direction: column;
    }

    .mesesCoaching .col-sm-5,
    .mesesCoaching .col-sm-7 {
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .mesesCoaching .col-sm-7 {
        margin-top: 40px;
    }

    .mesesCoaching h2 {
        line-height: 32px;
        font-size: 22px;
        margin: 0 0 20px 0;
    }

    .mesesCoaching p {
        font-size: 14px;
        line-height: 24px;
    }

}