.whyabout{position:relative}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.whyabout__shape{position:absolute;right:-6%;bottom:12%;opacity:1;animation:spin 40s linear infinite;width:16.75rem}.whyabout__items{width:70rem;max-width:100%;gap:1rem 1%;position:relative;z-index:1}.whyabout__item{width:32.625%;border:.0625rem solid var(--orange-color);padding:.75rem;border-radius:6rem;background:#fff4e7}.whyabout__item:hover .whyabout__icon-box{background:var(--orange-color)}.whyabout__item:hover .whyabout__icon-box img{filter:brightness(0) invert(1)}.whyabout__icon-box{width:5rem;height:5rem;min-width:5rem;border-radius:50%;transition:all .5s ease-in-out;border:.0625rem solid var(--orange-color)}.whyabout__icon-box img{filter:none;transition:all .5s ease-in-out;width:2.875rem}.whyabout__title{font-size:1.125rem}.whyabout.industry-pg{background:var(--dark-bg)}@media only screen and (max-width:1199px){.whyabout__shape{right:-11%}}@media only screen and (max-width:1023px){.whyabout__item{width:46%}.whyabout__shape{display:none}}@media only screen and (max-width:767px){.whyabout__item{width:100%}}