/*
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 .inner-module-itc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .module-image-text-cta .inner-module-itc {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .module-image-text-cta .inner-module-itc {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 901px) {
  .module-image-text-cta .inner-module-itc {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .module-image-text-cta .inner-module-itc {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1281px) {
  .module-image-text-cta .inner-module-itc {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1441px) {
  .module-image-text-cta .inner-module-itc {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.module-image-text-cta .inner-module-itc .itc-image,
.module-image-text-cta .inner-module-itc .itc-text {
  padding: 0 20px;
}
.module-image-text-cta .inner-module-itc .itc-image {
  width: 58%;
  text-align: center;
}
.module-image-text-cta .inner-module-itc .itc-image img {
  width: auto;
}
.module-image-text-cta .inner-module-itc .itc-text {
  width: 42%;
}
.module-image-text-cta .inner-module-itc .itc-text h4 {
  /* 32px */
  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: 22px;
  }
}
@media screen and (min-width: 901px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1281px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1441px) {
  .module-image-text-cta .inner-module-itc .itc-text h4 {
    font-size: 32px;
  }
}
.module-image-text-cta .inner-module-itc .itc-text p {
  /* 18px */
  font-family: 'AkzidGrtskNext', serif;
  font-weight: 400;
  line-height: 1.27em;
  font-size: 1.125rem;
  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: #FEEB0D;
}
.module-image-text-cta .inner-module-itc .itc-text a.white-button {
  text-decoration: none;
  color: #000 !important;
  background: #fff !important;
}
@media screen and (min-width: 768px) {
  .module-image-text-cta .inner-module-itc.align_right {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .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 {
    width: 100%;
    padding: 0;
  }
  .module-image-text-cta .inner-module-itc .itc-image img {
    width: 100%;
  }
}
/*# sourceMappingURL=module-image-text-cta.css.map */