@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-uneoudeuximages .inner {
  display: flex;
  column-gap: 36px;
}
.section-uneoudeuximages .imgcropCtn {
  border-radius: 20px;
  width: 100%;
}
.section-uneoudeuximages img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .section-uneoudeuximages .inner {
    flex-direction: column;
    row-gap: 20px;
  }
  .section-uneoudeuximages .imgcropCtn {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .section-uneoudeuximages .imgcropCtn {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .section-uneoudeuximages .imgcropCtn {
    height: 60vw;
  }
}
