
.mcsb3-bottom-cta {
    width: 100%;
    max-width: 1440px;
    min-height: 270px;
    margin: 40px auto;
    padding: 36px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        linear-gradient(rgba(0, 35, 82, 0.62), rgba(0, 35, 82, 0.62)),
        url('//ueeshop.ly200-cdn.com/u_file/UPBH/UPBH664/2603/09/photo/0dfde8a93d.jpg') center / cover no-repeat;
    font-family: 'Open Sans', sans-serif;
}

.mcsb3-bottom-cta-inner {
    max-width: 920px;
    color: #ffffff;
}

.mcsb3-bottom-cta h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.mcsb3-bottom-cta p {
    margin: 0 auto 24px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
}

.mcsb3-bottom-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 50px;
    padding: 11px 28px;
    border: 0 !important;
    border-radius: 5px;
    background: #0047AB !important;
    color: #ffffff !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: none !important;
}

.mcsb3-bottom-cta-button:hover {
    background: #003b8f !important;
}

@media (max-width: 700px) {
    .mcsb3-bottom-cta {
        min-height: 230px;
        margin: 24px 12px;
        width: calc(100% - 24px);
        padding: 24px 16px;
    }

    .mcsb3-bottom-cta h2 {
        font-size: 28px;
    }

    .mcsb3-bottom-cta p {
        font-size: 15px;
    }

    .mcsb3-bottom-cta-button {
        min-height: 46px;
        font-size: 15px !important;
    }
}
