.ultimate-section-outer {
    padding: 50px 20px;
    border-radius: 20px;
    margin: 70px 0;
    background-color: #f7f7f7;
    overflow: hidden;
}

.ultimate-section-outer .cmn-heading h2 {
    margin-bottom: 10px;
    text-align: center;
}

.ultimate-section-outer .cmn-heading h1 {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 50px;
    text-align: center;
}

.ultimate-section-outer .cmn-heading p {
    text-align: center;
    font-weight: 600;
}

.ultimate-section-outer .cmn-heading hr {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #303033;
}

.ultimate-content p a {
    font-weight: 700;
    color: #f7bc50;
}

.ultimate-content p a:hover {
    color: #cc9526;
    text-decoration: underline;
}

.ultimate-content p {
    text-align: center;
    margin-bottom: 20px;
}

.ultimate-content p strong {
    font-weight: 700;
}

.ultimate-content p:last-child {
    margin-bottom: 0;
}

@media (max-width:575px) {

    .big-deal-outer,
    .ultimate-section-outer {
        padding: 30px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ultimate-section-outer .cmn-heading h1 {
        font-size: 22px;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 10px;
    }
}