﻿.ctas-sidebyside,
.right-panel-cta {
    text-align: center;
}

    .ctas-sidebyside .cta,
    .right-panel-cta .cta-right {
        background-size: cover;
        background-position: center;
        font-size: 20px;
        font-family: "Segoe UI", "Helvetica", "Arial", sans-serif;
        font-weight: 300;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .ctas-sidebyside .cta-left {
        background-image: url('../../Content/Images/hr-long-cta.jpg');
        flex: 1;
    }

    .ctas-sidebyside .cta-right,
    .right-panel-cta .cta-right {
        background-image: url('../../Content/Images/top-jobs-cta.jpg');
        flex: 1;
    }

    .ctas-sidebyside .title,
    .right-panel-cta .title {
        font-size: 37px;
        margin-bottom: 23px;
        line-height: 1.42857143;
    }

    .ctas-sidebyside .content,
    .right-panel-cta .content {
        margin: 23px;
        color: #FFFFFF;
    }

    .ctas-sidebyside .btn,
    .right-panel-cta .btn {
        width: 160px;
        height: 40px;
        background-color: #F5A623;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        display: flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
    }

        .ctas-sidebyside .btn:hover,
        .right-panel-cta .btn:hover {
            color: #FFF;
            text-decoration: none;
            background-color: #F5BE23;
        }


@media (min-width: 480px) {
    .ctas-sidebyside {
        display: flex;
    }
}