/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Feb 10, 2022, 3:03:47 PM
    Author     : Vegan
*/
.module-image-text-cta {
  padding-bottom: 40px;
  padding-top: 40px;
}
.module-image-text-cta .inner-module-itc {
  display: flex;
  align-items: center;
  padding-top: 31px;
  padding-bottom: 30px;
}
.module-image-text-cta .inner-module-itc .itc-image,
.module-image-text-cta .inner-module-itc .itc-text {
  padding: 0 20px 0px 0px;
}
.module-image-text-cta .inner-module-itc .itc-image {
  width: auto;
  height: 80vh;
}
.module-image-text-cta .inner-module-itc .itc-image img {
  width: auto;
  height: 85vh;
  object-fit: contain;
}
.module-image-text-cta .inner-module-itc .itc-text {
  width: 70%;
}
.module-image-text-cta .inner-module-itc .itc-text h4 {
  /* 40px */
  font-weight: 700;
  font-family: 'AkzidGrtskNext', serif;
  line-height: 1.1875em;
  /*min-width: 901px*/
  /*min-width: 1024px*/
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 901px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1441px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 40px;
  }
}
.module-image-text-cta .inner-module-itc .itc-text p {
  /* 18px */
  font-family: 'AkzidGrtskNext', serif;
  font-weight: 400;
  line-height: 1.21em;
  font-size: 18px;
  margin-bottom: 30px;
}
.module-image-text-cta .inner-module-itc .itc-text a {
  display: inline-block;
  text-decoration: none;
  text-decoration: underline;
}
.module-image-text-cta .inner-module-itc .itc-text a:hover,
.module-image-text-cta .inner-module-itc .itc-text a:active,
.module-image-text-cta .inner-module-itc .itc-text a:focus {
  text-decoration: none;
}
.module-image-text-cta .inner-module-itc .itc-text a:hover {
  text-decoration: none;
  color: black;
}
.module-image-text-cta .inner-module-itc .itc-text a.white-button {
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #000 !important;
  background: #fff !important;
}
.module-image-text-cta .inner-module-itc .itc-text a.white-button div {
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
}
@media screen and (min-width: 768px) {
  .module-image-text-cta .inner-block {
    width: 94%;
    margin: 0px 0px 0px 40px;
    max-width: unset;
    height: 90vh;
  }
  .module-image-text-cta .inner-block .inner-module-itc .itc-image {
    width: auto;
  }
  .module-image-text-cta .inner-block .inner-module-itc.align_right {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .module-image-text-cta {
    padding-top: 20px;
  }
  .module-image-text-cta .inner-module-itc {
    display: block;
  }
  .module-image-text-cta .inner-module-itc .itc-image,
  .module-image-text-cta .inner-module-itc .itc-text {
    height: auto;
    width: 100%;
    padding: 0;
  }
  .module-image-text-cta .inner-module-itc .itc-image img {
    height: auto;
    width: 100%;
  }
}
/*# sourceMappingURL=module-image-text-cta.css.map */