.about{display:flex;flex-direction:column-reverse;gap:20px;padding:var(--section-padding) 0}.about_title{font-size:24px;font-weight:600;line-height:1.2;margin-top:10px}.about_images{display:grid;grid-template-areas:"image1 image1" "image2 image2" "image3 image3";gap:10px}.about_images_item1{width:100%;max-height:250px;object-fit:cover;grid-area:image1}.about_images_item2{grid-area:image2}.about_images_item2,.about_images_item3{width:100%;height:150px;object-fit:cover}.about_images_item3{grid-area:image3}.about_images img{border-radius:15px}.about_section_title{font-size:24px;font-weight:500;color:var(--link-color);font-family:Rubik}.about_text{font-size:16px;font-weight:300;color:var(--primary-text-color);line-height:1.5;margin-top:20px}.about_text b{font-weight:500}@media (min-width:360px){.about_images{grid-template-areas:"image1 image1" "image2 image3"}}@media (min-width:420px){.about_images_item1{height:450px}}@media (min-width:640px){.about_title{font-size:32px}.about_images{gap:20px}.about_images_item1{height:350px}.about_images_item2,.about_images_item3{height:250px}}@media (min-width:768px){.about{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.about_title{font-size:36px}.about_images{grid-template-areas:"image1 image1" "image2 image3";gap:10px}.about_images_item1{width:100%;height:400px}.about_images_item2,.about_images_item3{width:100%;height:200px}}@media (min-width:1024px){.about{gap:40px}.about_title{font-size:48px}.about_images{grid-template-areas:"image1 image2" "image1 image3";gap:10px}.about_images_item1{width:300px;height:300px;transform:translateY(100px)}.about_images_item2{height:250px}.about_images_item3{height:200px}}@media (min-width:1600px){.about_images_item1{width:100%;height:300px;transform:translateY(100px)}.about_images_item2{height:250px}.about_images_item3{height:200px}}