@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
/*** FONT SIZES ***/
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.twoImagesBlock.small .cols .col {
  aspect-ratio: 4/3;
}
.twoImagesBlock.medium .cols .col {
  aspect-ratio: 1/1;
}
.twoImagesBlock.high .cols .col {
  aspect-ratio: 3/4;
}
.twoImagesBlock .cols {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.twoImagesBlock .cols .col {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 40px);
  margin: 0 20px;
  aspect-ratio: 1/1;
}
.twoImagesBlock .cols .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  .twoImagesBlock .cols {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .twoImagesBlock .cols .col {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .twoImagesBlock .cols .col:last-child {
    margin-bottom: 0;
  }
  .twoImagesBlock .cols .col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
