.home-onestop-solution-container{
    background-color: white;
    padding: 25px;
    box-shadow: 0 1px 4px 1px rgba(186, 191, 199, 0.4);
    border-radius: 10px;
}
.one-stop-heading{
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: var(--headings-txt-color);
    margin-bottom: 32px;
    word-break: break-word;
}
.onestop-sub-heading{
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color:var( --onestop-subheading);
    margin-bottom: 12px;
    word-break: break-word;
    height: 28px;
}
.onestop-sub-text{
    color:var( --onestop-subheading);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    word-break: break-word;
    width: 207px;

}
.onestop-requestquote{
    background-color: var(--onestop-ai);
    border-radius: 4px;
    padding:15px 18px;
    min-height: 140px;
    max-height: 100%;
    display: block;
    
}
.getloan-business{
    background-color: var(--onestop-getloan);
    border-radius: 4px;
    padding:15px 18px;
    min-height: 140px;
    max-height: 100%;
    display: block;
}
.lt-brandstore{
    background-color: var(--onestop-brandstore);
    border-radius: 4px;
    padding:15px 18px;
    min-height: 140px;
    max-height: 100%;
    display: block;
}

.btn-one-stop{
    background-color: white;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: var(--headings-txt-color);
    padding: 9px 16px;
    margin-top:12px;
}
.onestop-img{
    width: 120px;
    height: 120px;
    
}
.onestop-img-brand{
    width: 140px;
    height: auto;
}
.home-onestop-solution-container a{
    text-decoration: none;
}
.mx-n12{
    margin-left: -12px !important;
    margin-right: -12px !important;
}
.px-12{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.home-onestop-solution-wrapper {
    background-color: var(--header-dropdown-bg-color);
}

@media screen and (max-width: 991px) {
    .onestop-requestquote,.getloan-business,.lt-brandstore{
        margin-bottom: 16px;
    }
    .onestop-sub-text{
        width: auto;
    }
    .home-onestop-solution-wrapper {
        background-color: white;
    }
}
/* @media screen and (min-width: 1024px) and (max-width: 1280px){
    .onestop-sub-text{
        width: auto;
    }
    .onestop-requestquote,.getloan-business,.lt-brandstore{
        height: 215px;
    }
    .btn-one-stop{
        padding: 9px 8px;
    }
} */

@media screen and (max-width: 767px) {
    .home-onestop-solution-container{
        background-color: white;
        padding: 0px;
    }
    .one-stop-heading {
        font-weight: 700;
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .onestop-requestquote,.getloan-business,.lt-brandstore{
        margin-bottom: 16px;
    }
    .onestop-sub-heading{
        height: auto;
        font-size: 14px;
    }
    .onestop-sub-text{
        color:var( --onestop-subheading);
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        word-break: break-word;
        width: auto;
    
    }
     .mx-n12{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .px-12{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .home-onestop-solution-wrapper {
        background-color: white;
          .onestop-img-brand{
        width: 110px;
        height: 93px;
    } 
    }
}