.about-section{background-color:var(--secondary)}.about-section .about-wrapper{align-items:center;display:flex;gap:40px;justify-content:space-between}.container-about{margin:0 auto;max-width:745px;padding:0 15px}.about-section .about-wrapper .about-left{color:var(--white);padding:60px 0;width:58%}.about-section .about-wrapper .about-left p{font-family:var(--main-font);font-size:16px;font-weight:500;margin-bottom:24px;text-transform:uppercase}.about-section .about-wrapper .about-left h1{margin-bottom:20px}.about-section .about-wrapper .about-right{max-width:593px;overflow:hidden;width:40%}.about-section .about-wrapper .about-right img{aspect-ratio:1;display:block;object-fit:cover}@media (max-width:767px){.about-section .about-wrapper{flex-direction:column;gap:20px}.about-section .about-wrapper .about-left,.about-section .about-wrapper .about-right{width:100%}}