.tax-section{display:flex;justify-content:center;padding:16px;background-color:var(--White);border-radius:4px}
.tax-container.tax-row{padding:16px;background-color:var(--White);width:100%;height:167px;border:.5px solid var(--Gray);border-radius:12px;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between}
.title-div{display:none}
.sub-title-div{width:216px;height:auto;color:var(--Black);padding-bottom:12px}
.sub-title-div h3{font-family:Lato,Bold;font-size:16px}
.tax-desc-div{width:174px;height:auto;padding-bottom:16px;color:var(--Black)}
.tax-desc-div body2{font-size:12px;font-family:Lato,Regular}
.tax-container-right{width:100%;height:auto;display:flex;justify-content:flex-end}
.tax-img-style{width:88px;height:76px;padding-right:10px}
.tax-applynow-text{width:109px;height:15px;cursor:pointer;text-align:center;border-radius:24px;font-size:12px;font-family:Lato,Bold;color:var(--White);border:0;text-decoration:none;background-color:var(--Mystic-tangerine);text-transform:uppercase}
.tax-applynow-outer{width:157px;height:31px}
@media(min-width:747px){.tax-section{box-shadow:0 0 10px #00000029;border-radius:4px}
.tax-container.tax-row{padding:20px;width:100%;height:auto;border-radius:4px;border:0}
.title-div{display:block;width:100%;height:auto;padding-bottom:24px;color:var(--Black)}
.sub-title-div{width:100%;height:auto}
.sub-title-div h3{font-family:Lato,Heavy;font-size:18px}
.tax-desc-div{width:439px;height:auto;padding-bottom:18px}
.tax-desc-div body2{font-size:14px;font-family:Lato,Regular}
.tax-applynow-text{width:175px;height:33px;cursor:pointer;text-align:center;border-radius:24px;font-size:14px;font-family:Lato,Bold;color:var(--White);border:0;text-decoration:none;background-color:var(--Mystic-tangerine);text-transform:uppercase}
.tax-applynow-outer{width:175px;height:33px}
.tax-img-style{width:118px;height:101px;padding-right:20px}
}