.about-section{width:100%;min-height:680px;margin:0 auto;padding:0 1rem;background-color:var(--secondary-color);background-image:url(/images/bg-about.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;overflow-x:hidden;display:flex;align-items:center;justify-content:center}.about-content_container{display:flex;align-items:center;justify-content:end;width:var(--max-width);max-width:100%}.about-content{width:516px;color:var(--white-color_secondary);display:flex;flex-direction:column;margin-right:8rem;gap:1rem}.about-text-container:first-of-type{margin-top:.1rem}.about-section .about-title{font-size:3rem}.about-section .about-title,.about-section .about-title_2{margin-bottom:.3rem;font-family:var(--font-family_primary)}.about-section .about-title_2{font-size:1.5rem}.about-section .about-text{font-size:1rem;line-height:1.1rem;font-family:var(--font-family_primary)}@media (max-width:768px){.about-section{background-image:none;align-items:start}.about-content_container{margin-top:4rem;width:100%;justify-content:normal}.about-content{margin-right:0}}@media (max-width:480px){.about-section{background-image:url(/images/bg-about_mobile.webp);height:1250px;align-items:start}.about-content_container{margin-top:4rem}.about-content{margin-right:0}}