section.ccm-custom-section .container {
    max-width: 1170px;
}
section.ccm-custom-section .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #333740;
    padding: 24px 32px;
}
.ccm-custom-bttn > * {
    border: 1px solid #ffffff !important;
    border-radius: 20px !important;
    padding: 8px 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
}

@media screen and (min-width: 768px) {
    section.ccm-custom-section .vc_col-sm-4 .wpb_wrapper {
        display: flex;
        justify-content: end;
        align-items: end;
    }
}