<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width : 1440px) {
  .bottom-text {
    bottom: 40px;
  }
}

@media only screen and (max-width : 992px) {
  .bottom-text {
    bottom: 27px;
  }
}

@media only screen and (max-width : 768px) {
  .bottom-text {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
  }
}

@media only screen and (max-width : 650px) {
  .text-1 {
    letter-spacing: 0.5px;
  }

  .text-2 {
    letter-spacing: 0.5px;
  }

  .text-3 {

    letter-spacing: 0.5px;

  }
}

@media only screen and (max-width : 550px) {
  .text-1 {
    font-size: 22px !important;
  }

  .text-2 {
    font-size: 18px !important;
  }

  .text-3 {
    font-size: 16px !important;

  }
    .text-3  br{
    display: none;
  }
}
</pre></body></html>