.gallery_section{gap:32px;scroll-margin-top:150px}.gallery_section_container{flex-direction:column;gap:40px;width:100%;display:flex}.gallery_section_image_type_container{opacity:1;flex-direction:column;gap:24px;width:100%;scroll-margin-top:150px;transition:opacity .3s;display:flex}.gallery_section_image_type_name{letter-spacing:0;text-transform:uppercase;color:var(--blue-20);border-bottom:2px solid var(--white-10);width:100%;padding-bottom:12px;font-size:18px;font-weight:500;line-height:1}.gallery_section_image_type_images{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;display:grid}.gallery_section_image_type_image{object-fit:cover;border-radius:16px;width:100%;min-width:0;height:250px}@media (320px<=width<=768px){.gallery_section_image_type_images{padding-bottom:20px;display:flex;overflow-x:auto}.gallery_section_image_type_images::-webkit-scrollbar{background:var(--white-10);height:2px}.gallery_section_image_type_images::-webkit-scrollbar-thumb{background:var(--blue-30);border-radius:5px}.gallery_section_image_type_image{flex-shrink:0;width:253px;height:207px}}
