.our-office-container{margin-top:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:30px;flex-wrap:wrap}@media only screen and (min-width:1024px)and (max-width:1299px){.our-office-container{gap:20px}}@media only screen and (min-width:768px)and (max-width:1023px){.our-office-container{margin-top:10px}}@media only screen and (max-width:767px){.our-office-container{gap:20px;margin-top:10px}}.our-office-item{width:calc((100% - 120px)/4);display:flex;flex-direction:column}@media only screen and (min-width:1024px)and (max-width:1299px){.our-office-item{width:calc((100% - 80px)/4)}}@media only screen and (max-width:767px){.our-office-item{width:100%}}@media only screen and (min-width:768px)and (max-width:1023px){.our-office-item{width:calc((100% - 30px)/2)}}.our-office-item>img{width:100%;height:200px;object-fit:cover}@media only screen and (min-width:768px)and (max-width:1023px){.our-office-item>img{height:auto}}@media only screen and (max-width:767px){.our-office-item>img{height:auto}}.our-office-item__country{color:#0b2de3;font-size:18px}.our-office-item__content{flex:1 1;display:flex;flex-direction:column;background-color:#f6f7fc;gap:10px;padding:20px;border-radius:0 0 10px 10px}.our-office-item p{margin:0;text-align:left!important}.our-office-item div{font-family:HankenGroteskBold;font-size:15px;font-weight:600;font-style:normal;color:#000;line-height:1.5}