.support {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .support {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.support:before {
  position: absolute;
  top: 165px;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  background-color: #aec7da;
  content: "";
  background-image: url(https://ijzerenman.nl/wp-content/themes/ijzerenman/assets/images/footer-pt.png);
  background-repeat: repeat;
  background-position: left top;
}
.support__form {
  padding: 52px 30px;
  align-self: stretch;
  width: 54%;
  border-radius: 15px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .support__form {
    margin-bottom: 20px;
    padding: 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .support__form {
    padding: 20px 15px;
  }
}
.support .gform .gfield:last-child, .support .gform .gfield:nth-last-child(2) {
  margin-bottom: 10px;
}
.support .gform button {
  min-width: 225px;
}
.support__side {
  padding-left: 30px;
  width: 46%;
}
@media only screen and (max-width: 991px) {
  .support__side {
    padding-left: 0;
    width: 100%;
  }
}
.support__info {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 8px rgba(21, 23, 31, 0.1);
}
@media only screen and (max-width: 991px) {
  .support__info {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .support__info {
    padding: 20px 15px;
  }
}
.support__info-title {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 32px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .support__info-title {
    font-size: 26.24px;
  }
}
@media only screen and (max-width: 991px) {
  .support__info-title {
    font-size: 24.96px;
  }
}
@media only screen and (max-width: 767px) {
  .support__info-title {
    font-size: 20.8px;
  }
}
.support__info-tool {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.support__info-tool i {
  margin-right: 15px;
  font-size: 19px;
  color: #005391;
}
@media only screen and (max-width: 767px) {
  .support__info-tool i {
    font-size: 17px;
  }
}
.support__info-tool a {
  text-decoration: underline;
}
.support__info-tool a:hover {
  text-decoration: none;
}
.support__info-address {
  padding-top: 10px;
}
.support__block {
  padding: 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 8px rgba(21, 23, 31, 0.1);
}
.support__block:after {
  display: block;
  clear: both;
  content: "";
}
.support__block .align-none,
.support__block .alignnone {
  display: inline;
}
.support__block .align-center,
.support__block .aligncenter {
  margin: 0 auto;
  text-align: center;
}
.support__block .align-left,
.support__block .alignleft {
  margin: 0 20px 20px 0;
  float: left;
}
.support__block .align-right,
.support__block .alignright {
  margin: 0 0 20px 20px;
  float: right;
}
.support__block .wp-caption,
.support__block figure {
  margin: 0 0 20px;
}
.support__block .wp-caption .wp-caption-text,
.support__block .wp-caption figcaption,
.support__block figure .wp-caption-text,
.support__block figure figcaption {
  margin: 5px;
  font-style: italic;
}
.support__block ul {
  margin: 0 0 20px;
  list-style: none;
}
.support__block ul li {
  padding-left: 15px;
  position: relative;
}
.support__block ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8fb26b;
  content: "";
}
.support__block ol {
  margin: 0 0 20px;
  list-style: none;
}
.support__block ol li {
  padding-left: 20px;
  position: relative;
}
.support__block ol li:nth-child(1):before {
  content: "1.";
}
.support__block ol li:nth-child(2):before {
  content: "2.";
}
.support__block ol li:nth-child(3):before {
  content: "3.";
}
.support__block ol li:nth-child(4):before {
  content: "4.";
}
.support__block ol li:nth-child(5):before {
  content: "5.";
}
.support__block ol li:nth-child(6):before {
  content: "6.";
}
.support__block ol li:nth-child(7):before {
  content: "7.";
}
.support__block ol li:nth-child(8):before {
  content: "8.";
}
.support__block ol li:nth-child(9):before {
  content: "9.";
}
.support__block ol li:nth-child(10):before {
  content: "10.";
}
.support__block ol li:nth-child(11):before {
  content: "11.";
}
.support__block ol li:nth-child(12):before {
  content: "12.";
}
.support__block ol li:nth-child(13):before {
  content: "13.";
}
.support__block ol li:nth-child(14):before {
  content: "14.";
}
.support__block ol li:nth-child(15):before {
  content: "15.";
}
.support__block ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #005391;
}
.support__block dl {
  margin: 0 0 20px;
}
.support__block dl dt {
  font-weight: bold;
}
.support__block dl dd {
  margin-left: 20px;
}
.support__block table {
  margin: 0 0 20px;
  width: 100%;
}
.support__block table caption {
  padding: 10px;
  font-size: 25.5px;
  color: #000;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.support__block table th,
.support__block table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.support__block table th {
  font-weight: bold;
  text-align: left;
}
.support__block table thead th {
  background: #efefef;
}
.support__block table tfoot {
  font-style: italic;
}
.support__block .display-1,
.support__block h1 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .support__block .display-1,
  .support__block h1 {
    font-size: 28.8px;
  }
}
@media only screen and (max-width: 991px) {
  .support__block .display-1,
  .support__block h1 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .support__block .display-1,
  .support__block h1 {
    font-size: 21.6px;
  }
}
.support__block .display-2,
.support__block h2 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  .support__block .display-2,
  .support__block h2 {
    font-size: 28.8px;
  }
}
@media only screen and (max-width: 991px) {
  .support__block .display-2,
  .support__block h2 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .support__block .display-2,
  .support__block h2 {
    font-size: 21.6px;
  }
}
.support__block .display-3,
.support__block h3 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 32px;
}
@media only screen and (max-width: 1199px) {
  .support__block .display-3,
  .support__block h3 {
    font-size: 26.24px;
  }
}
@media only screen and (max-width: 991px) {
  .support__block .display-3,
  .support__block h3 {
    font-size: 24.96px;
  }
}
@media only screen and (max-width: 767px) {
  .support__block .display-3,
  .support__block h3 {
    font-size: 20.8px;
  }
}
.support__block .display-4,
.support__block h4 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 28px;
}
@media only screen and (max-width: 1199px) {
  .support__block .display-4,
  .support__block h4 {
    font-size: 23.8px;
  }
}
@media only screen and (max-width: 991px) {
  .support__block .display-4,
  .support__block h4 {
    font-size: 23.24px;
  }
}
@media only screen and (max-width: 767px) {
  .support__block .display-4,
  .support__block h4 {
    font-size: 20.16px;
  }
}
.support__block .display-5,
.support__block h5 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 24px;
}
@media only screen and (max-width: 1199px) {
  .support__block .display-5,
  .support__block h5 {
    font-size: 22.32px;
  }
}
@media only screen and (max-width: 991px) {
  .support__block .display-5,
  .support__block h5 {
    font-size: 21.6px;
  }
}
@media only screen and (max-width: 767px) {
  .support__block .display-5,
  .support__block h5 {
    font-size: 19.2px;
  }
}
.support__block .display-6,
.support__block h6 {
  margin: 0 0 10px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #005391;
  font-size: 21px;
}
@media only screen and (max-width: 1199px) {
  .support__block .display-6,
  .support__block h6 {
    font-size: 19.95px;
  }
}
@media only screen and (max-width: 991px) {
  .support__block .display-6,
  .support__block h6 {
    font-size: 18.9px;
  }
}
@media only screen and (max-width: 767px) {
  .support__block .display-6,
  .support__block h6 {
    font-size: 18.06px;
  }
}
.support__block .subtitle {
  margin-top: -10px;
  display: block;
  letter-spacing: 1px;
}
.support__block p {
  margin-bottom: 20px;
}
.support__block strong, .support__block dfn {
  font-weight: bold;
}
.support__block em, .support__block dfn {
  font-style: italic;
}
.support__block sup,
.support__block sub {
  line-height: 0;
}
.support__block address {
  margin: 0 0 20px;
  display: block;
  font-style: italic;
}
.support__block address > *:last-child {
  margin-bottom: 0;
}
.support__block blockquote {
  margin: 0 0 20px;
  padding: 20px;
  font-style: italic;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.support__block blockquote > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .support__block img.align-left, .support__block img.alignleft, .support__block img.align-right, .support__block img.alignright {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .support__block {
    padding-right: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .support__block {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .support__block {
    padding: 20px 15px;
  }
}
.support__block h3 {
  margin-bottom: 20px;
}
.support__block h6 {
  font-weight: 600;
  color: rgba(21, 23, 31, 0.8);
}
.support__block ul {
  margin-left: 0;
  list-style: none;
}
.support__block ul li {
  padding-left: 23px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .support__block ul li {
    padding-left: 0;
  }
}
.support__block ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Pro";
  color: #8fb26b;
  background: transparent;
  content: "\f00c";
}
@media only screen and (max-width: 991px) {
  .support__block ul li:before {
    top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .support__block ul li:before {
    margin-right: 5px;
    position: static;
  }
}
.support__block p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 375px) {
  .support__block p {
    margin-bottom: 15px;
  }
}
.support__block p a {
  text-decoration: underline;
}
.support__block p a:hover {
  text-decoration: none;
}
.support__block p:last-child {
  margin-bottom: 0;
}
