
/* UPDATE FOR OA-182 - START */
.hero-wrap.centered-layout {
    text-align: center !important;
    max-width: 100% !important;
    width: 100% !important;
}
.hero-wrap.centered-layout .hero-bg-wrap{
    padding-top: 90px;
    padding-bottom: 30px;
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-wrap.centered-layout .inner-content .hero-inner .home-banner {
    font-size: 40px !important;
    line-height: 1.138888889 !important;
    font-family: poppins, sans-serif !important;
    font-weight: bold !important;
    display: block !important;
    letter-spacing: 1.25px !important;
    margin: 0 0 30px 0 !important;
}
.hero-wrap.centered-layout .inner-content{
    min-height: 180px !important;
}
@media (min-width: 48em) {
    .hero-wrap.centered-layout .inner-content{
        min-height: 180px !important;
    }
}
.hero-wrap.centered-layout .inner-content .hero-inner .home-text p{
    margin-bottom: 30px;
}
.hero-wrap.centered-layout .inner-content .hero-inner .home-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 10px;
}
.hero-wrap.centered-layout .inner-content .hero-inner .home-button .main-button{
    font-family: poppins, sans-serif;
    font-weight: 600;
    background-color: #fff;
    color: #FD8D25;
    border: 2px solid #FD8D25;
    height: 44px;
    min-width: 220px;
    border-radius: 30px;
    font-size: 15px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 40px;
}
.hero-wrap.centered-layout .inner-content .hero-inner .home-button .main-button.primary-button{
    background-color: #FD8D25;
    border: 2px solid #FD8D25;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
@media (max-width: 767px) {
    .hero-wrap.centered-layout .inner-content .hero-inner .home-button{
        flex-direction: column;
        align-items: center;
        gap: 0px;
        padding-bottom: 20px;
    }
    .hero-wrap.centered-layout .inner-content .hero-inner .home-banner {
        font-size: 22px !important;
    }
}
/* UPDATE FOR OA-182 - END */