.sd-remaining{position:relative;z-index:1;background:var(--white-color)}.sd-remaining__inner-wrapper{padding:4rem 2.5rem;background:var(--primary-color);border-radius:1rem}.sd-remaining__heading{color:var(--white-color);font-size:2.5rem;line-height:1.25;font-weight:700}.sd-remaining__item{flex:1;padding:1rem 2rem 1rem 1rem;background:var(--white-color);display:flex;align-items:center;border-radius:.5rem;gap:.75rem;font-weight:600;position:relative}.sd-remaining__item:before{content:"";position:absolute;top:0;bottom:0;right:1rem;margin:auto;width:.625rem;height:.625rem;border-right:.25rem solid var(--green-color);border-bottom:.25rem solid var(--green-color);transform:rotate(-45deg)}.sd-remaining__icon-box{width:2.5rem;height:2.5rem;min-width:2.5rem}@media only screen and (max-width:1023px){.sd-remaining__items{flex-wrap:wrap;gap:.5rem 1%}.sd-remaining__item{flex:1 1 32%}.sd-remaining__heading{font-size:2.25rem}.sd-remaining__item{flex:1 1 49%}.sd-remaining__heading{font-size:1.75rem}.sd-remaining__inner-wrapper{padding:2.5rem 1.5rem}}@media only screen and (max-width:767px){.sd-remaining__item{border-radius:.25rem;padding:.5rem 1.5rem .5rem .5rem;gap:.5rem;font-size:.875rem}.sd-remaining__icon-box{width:1.5rem;min-width:1.5rem;height:1.5rem}.sd-remaining__heading{font-size:1.5rem}.sd-remaining__inner-wrapper{border-radius:.5rem;padding:1rem}}