.offices__grid{display:grid;grid-gap:30px;grid-template-columns:1fr}@media print,screen and (min-width:40em){.offices__grid--2{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.offices__grid--2{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:40em){.offices__grid--3{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.offices__grid--3{grid-template-columns:repeat(3,1fr)}}@media print,screen and (min-width:40em){.offices__grid--4{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.offices__grid--4{grid-template-columns:repeat(4,1fr)}}.offices__card{align-content:flex-start;display:grid;grid-gap:30px;grid-template-columns:1fr}@media print,screen and (min-width:40em){.offices__card--horizontal{grid-template-columns:1fr 2fr}}@media print,screen and (min-width:64em){.offices__card--horizontal{grid-template-columns:repeat(2,1fr)}}.offices__image-container{flex:0 0 100%;height:0;max-width:100%;padding-top:50%;position:relative;width:100%}@media print,screen and (min-width:40em){.offices__image-container{flex-basis:calc(50% - 3rem);max-width:calc(50% - 3rem)}}@supports (display:grid){.offices__image-container{max-width:100%;padding-top:100%}}.offices__image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.offices__title{font-weight:700;margin-bottom:1rem}.offices__address,.offices__phone{align-items:flex-start;display:flex}.offices__phone-number{font-weight:700;margin-bottom:1rem;text-decoration:underline}.offices__address-content p{margin-bottom:1rem}.offices__address-content>:last-child{margin-bottom:0}