@media (min-width:768px){.section-contacts .title{max-width:700px;text-align:center;margin:0 auto}}.section-contacts .title h3{margin-top:0;color:var(--dark-green)}.section-contacts .contacts{display:flex;flex-wrap:wrap;justify-content:center;gap:2em}@media (min-width:981px){.section-contacts .contacts{gap:3em}}.section-contacts .contacts .contact{flex-basis:100%;border-bottom:1px solid var(--dark-gray)}.section-contacts .contacts .contact .font-larger{font-weight:600;color:var(--dark-green)}.section-contacts .contacts .contact .contactperson .upper-info{margin:1em 0;display:flex;align-items:center;gap:1em}.section-contacts .contacts .contact .contactperson .upper-info .image{border-radius:50%;width:60px;height:60px;position:relative;overflow:hidden}.section-contacts .contacts .contact .contactperson .upper-info .image img{-o-object-fit:cover;object-fit:cover;position:absolute;inset:0;width:100%;height:100%}.section-contacts .contacts .contact .contactperson .upper-info .name{flex:1}@media (min-width:768px){.section-contacts .contacts .contact{flex-basis:calc(50% - 1em);border-bottom:0;border-right:1px solid var(--dark-gray)}}@media (max-width:980px){.section-contacts .contacts .contact:nth-child(2),.section-contacts .contacts .contact:nth-child(4),.section-contacts .contacts .contact:nth-child(6),.section-contacts .contacts .contact:nth-child(8),.section-contacts .contacts .contact:nth-child(10),.section-contacts .contacts .contact:nth-child(12){border-right:0}}@media (min-width:981px){.section-contacts .contacts .contact{flex-basis:calc(33.333% - 2em)}.section-contacts .contacts .contact:last-of-type,.section-contacts .contacts .contact:nth-child(3),.section-contacts .contacts .contact:nth-child(6),.section-contacts .contacts .contact:nth-child(9){border-right:0}}