:root{--primaryColor:#358BAE;--grayColor:#F5F5F5;--textColorGray:#616670;--blackColor:#040B0B;--shadowColor:#00000066;--duration:0.3s ease-in-out;--headerHeightMobile:80px;--headerHeight:100px;--maxWidth:1300px;--radius:10px;--headerBg:transparent;--borderSolid:1px}.about article{display:grid;grid-template-columns:1fr;gap:50px}.about-image{overflow:hidden;width:100%;border-radius:var(--radius)}.about-image img{width:100%;max-height:400px;object-fit:cover}.about-content{display:flex;flex-direction:column;gap:20px}.about-content p{font-size:1rem;color:var(--textColorGray)}.counter article{display:grid;grid-template-columns:repeat(1,1fr);align-items:stretch;justify-content:center;gap:30px}.counter .count{display:flex;flex-direction:column;border-radius:var(--radius);padding:20px;gap:20px;align-items:center;justify-content:center;text-align:center;background-color:#fff}.counter .count-icon{width:40px;aspect-ratio:1;border-radius:50%;background-color:#42b7e6;display:flex;flex-direction:column;padding:10px}.counter .count-icon svg{width:100%}.counter .count-icon svg .--svg-fill{fill:#fff}.counter .count-info{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;text-align:center}.counter .count-info span{font-size:2rem;font-weight:600;color:var(--blackColor)}.counter .count-info p{font-size:1rem;color:var(--primaryColor)}@media only screen and (min-width:500px){.counter article{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:800px){.about article{grid-template-columns:1fr 1fr}}@media only screen and (min-width:900px){.counter article{grid-template-columns:repeat(4,1fr)}}