@import '@/styles/responsive.scss';

.newsletterBackground {
  position: relative;

  &::before {
    position: absolute;
    top: -50px;
    left: -100px;
    background-image: url('/images/website/truck.png');
    background-size: 100% 100%;
    width: 508px;
    height: 400px;
    content: '';

    @include laptop {
      top: 0px;
      width: 445px;
      height: 360px;
    }

    @include tablet {
      display: none;
    }
  }
}

.newsLetterDescription {
  font-size: 22px;
}
