.greeting-bg-img {
  top: calc(50vh - 240px);
  right: 230px;
  z-index: -2;
}

.greeting-bg-img.shadow {
  top: calc(50vh + 125px);
  right: 166px;
  z-index: 1;
}

.greeting-bg-img.shadow img {
  width: unset;
  height: unset;
  object-fit: contain;
}

.greeting-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.greeting .content {
  max-width: 900px;
}

.greeting .content .textBx {
  padding-bottom: 100px;
}

.greeting .content .textBx .mobile {
  display: none;
}

.greeting .content h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 24px;
}

.greeting .content p {
  font-size: 20px;
  line-height: 120%;
  color: #FDFDFF;
  margin-bottom: 32px;
}

.bg-wrapper {
  position: absolute;
  bottom: -260px;
  left: unset;
  right: unset;
  z-index: -1;
  width: 3000px;
}

.bg-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.restrictor.section-contact {
  display: none;
}

.footer-bg-img-wrapper {
  display: none;
}

.restrictor.footer {
  position: absolute;
  bottom: 0;
}

@media (max-width: 1440px) {
  .greeting-bg-img {
    right: 0;
  }

  .greeting-bg-img.shadow {
    right: -65px;
    top: calc(50vh + 125px);
  }
}

@media (max-width: 1250px) {
  .greeting-bg-img {
    top: calc(50vh - 220px);
  }

  .greeting-bg-img.shadow {
    top: calc(50vh + 140px);
  }
}

@media (max-width: 991px) {
  .greeting .content h1 {
    display: none;
  }

  .greeting .content .textBx h1.mobile  {
    color: #fff;
  }

  .greeting .content .textBx .mobile {
    display: block;
    text-align: center;
  }

  .greeting .content .textBx {
    padding-bottom: 0;
    padding-top: 230px;
  }

  .greeting .content p {
    display: none;
  }

  .greeting .content .action {
    display: block;
    width: 100%;
  }

  .greeting .content .action .outline-button{
    display: block;
    width: 100%;
  }

  .greeting-bg-img {
    top: 157px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .greeting-bg-img.shadow {
    top: 256px;
    right: 0px;
    left: -30px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .greeting-bg-img img{
    width: 255px;
    height: auto;
  }

  .greeting-bg-img.shadow img{
    width: 350px;
  }

  .bg-wrapper {
    top: -105px;
    bottom: unset;
    left: unset;
    right: unset;
    width: 1000px;
    transform: rotate(3deg);
  }
}

@media (max-width: 478px) {
  
}

