section {
    margin: 40px 0!important;
}
.business-banner{
    background-size:cover!important;
    background-repeat:no-repeat!important;
    background-position: 100% 60% !important;
    min-height:500px;
    display: flex
;
    align-items: center;
}
.business_banner-block{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 160px;
}
.business-heading{
    padding: 0;
    margin-top: .2em;
    margin-bottom: .2em;
    line-height: 1;
    font-size: 2em;
    text-transform: uppercase;
    color:#f1f1f1;
    font-weight:600
}
.business-banner-text{
    color: #f1f1f1;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight:700
}
.business-desc p{
    color: #282828;
    line-height: 1.6;
}
.business-desc span{
    color: #800080;
    line-height: 1.6;
    font-weight:600
}
.business-desc{
    max-width:1027px;
    margin:0 auto;
}

.offer-item{
    display:flex;
    justify-content:center;
    gap:30px
}
.offer-img{
    width: 329px;
    height: 300px;
    object-fit: cover;
}
.offer-heading{
    display: flex;
    align-items: center;
    gap: 15px;
    color: rgb(135, 10, 10);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin:60px 0 40px
}
.offer-sub-heading-line {
    display: block;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: #777;
}
.offer-title{
    color: #000;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: .5em;
    font-weight:600;
}
.offer-block{
    max-width:1070px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:30px
}
.offer-info{
    max-width:690px;
    width:100%
}
.item-odd{
    flex-direction:row-reverse;
}
.offer-btn{
    text-align:center
}
.offer-btn a{
    display: inline-block;
    background-color: #a58feb;
    color: #fff;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    border-radius:100px;
    font-weight:600;
    transition:.3s all;
}
.offer-btn a:hover{
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.offer-desc p{
    font-size: 16px;
    color: #282828;
}



@media (max-width:768px){
    .offer-img {
        width: 100%;
    }
    .offer-item{
        flex-direction:column
    }

}
@media (max-width:425px){
    .business-heading{
        font-size:18px
    }
    .business-banner-text{
        font-size:14px
    }
    .business_banner-block{
        max-width:230px
    }
}