.aboutPage{background-color:var(--color-white);color:var(--color-dark)}.aboutPage__wrapper{display:flex;flex-direction:column;gap:40px}.aboutPage__header{width:100%;min-height:100dvh;display:flex;justify-content:center;align-items:center;text-align:center;gap:40px}.aboutPage__description{display:flex;flex-direction:column;gap:40px}.aboutPage__description-title{width:100%;display:flex;justify-content:space-between;align-items:center}.aboutPage__description-text{width:100%;display:flex;justify-content:flex-start}.aboutPage__description-text p{font-size:1.75rem;font-weight:500;letter-spacing:-.06em;line-height:1.1em}.aboutPage__work-image_container{width:100%;display:flex;flex-direction:column;gap:40px}.aboutPage__work-image_container h3{font-size:1.75rem;font-weight:500;letter-spacing:-.06em;line-height:1.1em}.aboutPage__work-image_container p{font-size:1rem;font-weight:500;letter-spacing:-.06em;line-height:1.1em}.aboutPage__work-image{max-width:100%}.aboutPage__services{display:flex;flex-direction:column;gap:40px}.services__collection{width:100%}.services__collection,.services__collection-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.services__collection-wrapper{width:min-content;height:min-content;gap:.75rem}.hidden__desktop{display:block}.hidden__phone{display:none}@media screen and (min-width:810px) and (max-width:1200px){.aboutPage__description-text p{font-size:2.5rem;max-width:28ch}.aboutPage__work-image_container{flex-direction:row;justify-content:space-between;align-items:center;gap:90px}.aboutPage__work-image{flex:2 1}.aboutPage__work-image_container h3{font-size:2rem;width:20ch}.aboutPage__work-image_container p{font-size:1.25rem;width:43ch}.hidden__phone{display:block}.hidden__desktop{display:none}}@media screen and (min-width:1200px){.aboutPage__description-text p{font-size:3.125rem;max-width:28ch}.aboutPage__work-image_container{flex-direction:row;justify-content:space-between;align-items:center;gap:90px}.aboutPage__work-image{flex:2 1}.aboutPage__work-image_container h3{font-size:2rem;width:24ch}.aboutPage__work-image_container p{font-size:1.25rem;width:43ch}.hidden__desktop{display:none}.hidden__phone{display:block}}