@charset "UTF-8";body::-webkit-scrollbar{display:none}.about-section{padding:80px 0;background-color:#fff}.about-module{display:flex;align-items:center;gap:60px;margin-bottom:100px;scroll-margin-top:120px;padding-top:30px;margin-top:-30px}.about-module:target{animation:highlight 1.5s ease}@keyframes highlight{0%{background-color:#08348b0d}to{background-color:transparent}}.about-module:nth-child(odd) .about-image{order:1}.about-module:nth-child(2n) .about-image{order:-1}.about-content{flex:1;min-width:300px}.about-image{flex:1;min-width:300px;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #0000001a;transition:transform .3s ease}.about-image:hover{transform:translateY(-5px)}.about-image img{object-fit:cover;width:100%;height:auto!important;aspect-ratio:2/1}.about-module:first-child .about-image{border-radius:0 16px 0 250px!important}.about-image{border-radius:16px;overflow:hidden}.module-title{font-size:2.5rem;color:#08348b;margin-bottom:30px;position:relative;font-weight:700}.module-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:#c11}.module-text{font-size:1.1rem;line-height:1.8;color:#4a5568;margin-bottom:20px}@media (max-width: 992px){.about-module{flex-direction:column;gap:40px;margin-bottom:70px}.about-image,.about-module:nth-child(odd) .about-image,.about-module:nth-child(2n) .about-image{order:0;width:100%}}
