.main-wrap{
    display: flex;
    justify-content: space-between;
}
.top-sec{
    padding: 25px;
}
.value-heading h2::before{
    content: '';
    position: absolute;
    width: 165px;
    background: #ACAFB6;
    height: 6px;
    bottom: -10px;
    left: 0;
    border-radius: 4px;
}
.top-sec h2{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #12265B;
    position: relative;
}
.top-sec-content-wrap{
    background: #F4F4F4;
    border-radius: 6.17371px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 10px 20px;
    width: 350px;
    height: 90px;
}
.top-sec-content-wrap p{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 14.4053px;
    line-height: 21px;
    color: #4E4E4E;
}
.top-sec-content-wrap h3{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 43.216px;
    line-height: 64px;
    color: #4E4E4E;
}
.value-sec{
    background: #211A47;
    border-radius: 42px 42px 0px 0px;
    padding: 15px 25px 25px 25px;
}
.value-text h2{
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 70px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.value-text h4{
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: left;
    font-family: 'Oswald', sans-serif;
}
.value-btn h3{
    background: #FF0283;
    border-radius: 61.7371px;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 49px;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding: 4px 20px;
    width: 200px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.value-btn h4{
    background: #F4FCFF;
    border-radius: 61.7371px;
    font-style: normal;
    font-weight: 500;
    font-size: 28.8106px;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
    color: #12265B;
}
.bottom-sec{
    padding: 15px;
}
.bottom-sec button.btn{
    background-color: #12265B;
    border-radius: 40px;
    color: #fff;
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding: 8px 51px;
    width: 233px;
    height: 52px;
    cursor: pointer;
}
.bottom-sec .text p{
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
section.main-wrap.bottom-sec {
    background: #F4FCFF;
}
section.main-wrap.bottom-sec .text {
    padding-top: 10px;
}
section.main-wrap.value-sec {
    margin-top: 22px;
}
section.main-wrap.cus-bar {
    height: 400px;
    width: 97%;
}
@media(max-width:767px){
    section.main-wrap.cus-bar {
        height: 350px;
        width: 100%;
    }
    .main-wrap.top-sec{
        flex-direction: column;
    }
    .main-wrap.value-sec{
        display: block;
    }
    .main-wrap.bottom-sec{
        display: block;
    }
}