.about-section{width:100%;margin-top:4rem}.about-top{justify-content:space-between;gap:2rem;margin-bottom:3rem;padding:0 1.5rem;display:flex}.about-right p{text-transform:uppercase;letter-spacing:-1px;margin-top:100px;font-size:48px;font-weight:400}.about-title{text-transform:uppercase;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.about-text{color:var(--gray-700);font-size:1rem;line-height:1.5}.about-image-wrapper{width:100%;height:400px;margin:0;padding:0;position:relative;overflow:hidden}.about-image{object-fit:cover;object-position:center;padding:0%}@media (max-width:768px){.about-image-wrapper{width:100%;height:300px;margin:0;padding:0;position:relative;overflow:hidden}.about-image{object-fit:cover;object-position:center;padding:0%}.about-top{flex-direction:column;display:flex}.about-right p{word-break:break-word;margin-top:10px;font-size:28px}}
.talents-section{width:100%;margin-top:4rem}.talents-container{padding:0 1.5rem}.talents-header{margin-bottom:1rem;font-size:2.2rem}.talents-title{text-transform:uppercase;font-size:2.2rem;font-weight:700}.talents-sub{color:var(--gray-600);margin-top:.4rem;margin-bottom:4rem;font-size:1rem}.talents-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.talent-card{border:1px solid var(--gray-200);background:var(--gray-50);justify-content:space-between;display:flex;overflow:hidden}.talent-img-wrapper{width:100%;height:300px;position:relative}.talent-img{object-fit:cover;filter:grayscale()contrast(1.15)brightness(.95)}.talent-details{flex-direction:column;justify-content:space-evenly;padding:1.4rem;display:flex}.talent-name{text-transform:uppercase;margin-bottom:.2rem;font-size:1.3rem;font-weight:600}.talent-role{color:var(--gray-500);margin-bottom:.9rem;font-size:.95rem}.talent-brief{color:var(--gray-700);margin-bottom:1rem;font-size:.95rem;line-height:1.45}.talent-link{text-transform:uppercase;color:#000;align-items:center;gap:6px;font-size:.9rem;text-decoration:none;display:inline-flex;position:relative}.talent-link:after{content:"";background:#000;width:0%;height:1.5px;transition:width .3s;position:absolute;bottom:-3px;left:0}.talent-link:hover:after{width:100%}@media (max-width:900px){.talents-grid{grid-template-columns:repeat(2,1fr)}.talent-img-wrapper{height:220px}}@media (max-width:600px){.talents-grid{grid-template-columns:1fr}.talent-img-wrapper{height:260px}}
