.sd-about__inner-wrapper{column-gap:10%;row-gap:1.75rem}.sd-about__left{width:46%}.sd-about__right{width:44%}.sd-about__icon-box{width:3.25rem;height:3.25rem;min-width:3.25rem;border-radius:50%;background-color:var(--secondary-color);padding:.25rem;display:flex;justify-content:flex-start;animation:spin 5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sd-about__icon-box img{max-height:2.75rem;width:max-content}.sd-about__heading{font-size:4rem;font-weight:800;font-family:var(--roboto-flex);text-transform:uppercase;width:100%;line-height:1.25;margin-top:1.25rem}.sd-about__content-box{padding-left:4.375rem}.sd-about p{margin-top:1.25rem;font-size:1.375rem;line-height:1.625}.sd-about__tags{margin-top:2.25rem;width:100%}.sd-about__tag{display:inline-flex;justify-content:center;align-items:center;line-height:1;font-size:1rem;font-family:var(--roboto-flex);font-weight:800;padding:1rem 2rem;border:.0625rem solid var(--secondary-color);border-bottom-width:.25rem;border-radius:4rem;transition:all .5s ease-in-out;gap:.5rem}.sd-about__tag:hover{background:var(--secondary-color)}@keyframes zoom-in-zoom-out{0%{transform:scale(1)}50%{transform:scale(1.025)}to{transform:scale(1)}}.sd-about__right-img{position:relative;display:flex;overflow:hidden;width:max-content;max-width:100%}.sd-about__main-img{position:absolute;inset:0;object-fit:cover;width:100%;height:100%;animation:zoom-in-zoom-out 4s ease-out infinite}.sd-about__lines-bg{transform:scale(1.01);position:relative;z-index:1}@media only screen and (max-width:1199px){.sd-about__content-box{padding-left:0}}@media only screen and (max-width:1023px){.sd-about__inner-wrapper{gap:1.75rem 2%}.sd-about__left,.sd-about__right{width:49%}.sd-about__heading{font-size:1.875rem}.sd-about__tags{width:100%}.sd-about__tag{padding:.625rem 1.125rem}}@media only screen and (max-width:767px){.sd-about__inner-wrapper{flex-direction:column-reverse}.sd-about__left,.sd-about__right{width:100%}}