.custom-text2 {
  position: absolute;
  bottom: 50%;
  left: 3%;
}
.bottom-6px{
  margin-bottom: 6px;
}
@media screen and (max-width: 355px) {
  .custom-text2 {
    position: absolute;
    bottom: -8%;
    left: 0 !important;
  }
}
@media screen and (min-width: 1280px) {
  .container-image{
    min-height: 560px;
  }
}
@media screen and (max-width: 960px) {
  .container-image{
    min-height: 411px;
  }
}

.heading {
  font-size: 36px;
  line-height: 32px;
  font-family: adineuePRO-BoldWeb, Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 42px;
    line-height: 38px;
  }
}

@media screen and (max-width: 600px) {
  .custom-text2 {
    position: absolute;
    bottom: 0;
    left: 0 !important;
  }
}

@media screen and (max-width: 960px) {
  .custom-text2 {
    position: absolute;
    bottom: 3%;
    left: 0 !important;
  }
}

@media screen and (min-width: 960px) {
  .custom-text2 {
    transform: translateY(50%);
  }
}

.gl-body-1 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
  font-family: AdihausDIN-Regular, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.cta-content-custom {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-transform: uppercase;
}

.cta-primary-custom {
  background-color: #000;
  border-color: #000;
  color: #fff;
  height: 50px;
  -webkit-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.cta-primary-custom:hover {
  background-color: #000 !important;
  border-color: #000;
  color: #767677 !important;
}

.cta-primary-custom::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  bottom: -3px;
  height: 3px;
  left: 3px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all;
  transition: all;
}

.cta-primary-custom::after {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  height: 100%;
  right: -3px;
  top: 3px;
  width: 3px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all;
  transition: all;
}