.about-section .about-container .heading{font-family:"Darker Grotesque",sans-serif;font-weight:600;font-size:2.6rem;line-height:3.7rem;color:#181818;margin-bottom:.7rem}
[lang=uk] .about-section .about-container .heading{font-family:"Source Sans Pro",sans-serif}
.about-section .about-container .about-image{width:100%;height:45.9rem;display:flex;-o-object-fit:cover;object-fit:cover;-o-object-position:35% 30%;object-position:35% 30%}
@media only screen and (min-width:64em){
.about-section .about-container .about-image{height:100%}
}
.about-section .about-container .about-block-image{width:100%;height:100%;display:flex;-o-object-fit:cover;object-fit:cover}
.about-section .about-container .about-text{max-width:797px;font-family:"Darker Grotesque",sans-serif;font-weight:400;font-size:1.5rem;line-height:2.7rem;color:#181818;margin:3rem auto}
[lang=uk] .about-section .about-container .about-text{font-family:"Source Sans Pro",sans-serif}
@media only screen and (min-width:48em){
.about-section .about-container .about-text{font-size:1.5rem;line-height:2.7rem;margin:5rem 17% 5rem 26%}
}
.about-section .about-container .about-wrapper-two{width:100%;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:.6rem;grid-row-gap:.6rem;margin:0}
@media only screen and (min-width:48em){
.about-section .about-container .about-wrapper-two{width:74%;grid-template-columns:repeat(2,1fr);grid-column-gap:2rem;grid-row-gap:2rem;margin:0 0 0 auto}
}
.about-section .about-container .about-wrapper-three{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;grid-column-gap:.6rem;grid-row-gap:.6rem}
@media only screen and (min-width:48em){
.about-section .about-container .about-wrapper-three{width:83%;grid-column-gap:2rem;grid-row-gap:2rem}
}
.about-section .about-container .about-wrapper-three .about-block-image--first{grid-area:1/1/2/2}
.about-section .about-container .about-wrapper-three .about-block-image--second{grid-area:1/2/2/3}
.about-section .about-container .about-wrapper-three .about-block-image--third{grid-area:2/1/3/3}