@property --gradient-bg-start{syntax:"<color>";initial-value:#fff;inherits:false}@property --gradient-bg-end{syntax:"<color>";initial-value:#fff;inherits:false}.single{display:flex;justify-content:space-between;flex-direction:row;position:relative;gap:32px;margin-top:120px;padding-bottom:64px}.single:nth-child(2n){flex-direction:row-reverse}.single__left{max-width:50%;height:-moz-fit-content;height:fit-content;background-color:var(--Light-Grey);border-radius:8px;overflow:hidden}.single__left .single-img{position:relative}.single__left .single-img img{aspect-ratio:646/400;-o-object-fit:contain;object-fit:contain}.single__left .single-img__bg{position:absolute;top:145px;left:0;transform:scale(1.1)}.single__left .single-img__main{position:relative;z-index:1}.single__right{max-width:535px}@media screen and (max-width:1023px){.single{margin-top:64px;padding-bottom:40px}.single,.single:nth-child(2n){flex-direction:column-reverse}.single__left{max-width:100%}.single__left .single-img img{aspect-ratio:646/400;width:100%}.single__right{max-width:100%}}