@font-face {
  font-family: 'assistant';
  src: url("../../fonts/assistant/Assistant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.singleton-image-section {
  width: 100%;
  height: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative; }
  .singleton-image-section .banner-image {
    object-fit: cover;
    object-position: 50% 50%; }
    .singleton-image-section .banner-image.image-1 {
      width: 600px;
      height: 453px;
      object-fit: cover; }
    .singleton-image-section .banner-image.image-2 {
      width: 600px;
      height: 547px;
      object-fit: cover; }
  .singleton-image-section .banner-logo {
    position: absolute;
    width: 258px;
    height: 66px;
    object-fit: cover;
    object-position: 50% 50%;
    left: 360px;
    bottom: 50px; }
  @media screen and (max-width: 768px) {
    .singleton-image-section {
      height: 300px;
      overflow: hidden; }
      .singleton-image-section .banner-image.image-1 {
        width: 257px;
        height: 257px;
        position: absolute;
        right: 0;
        bottom: 0; }
      .singleton-image-section .banner-image.image-2 {
        width: 239px;
        height: 290px;
        position: absolute;
        left: -90px;
        bottom: 25px; }
      .singleton-image-section .banner-logo {
        width: 240px;
        height: auto;
        object-position: 50% 50%;
        left: 90px;
        bottom: 14px; } }
