
.two-column-block .content-wrapper {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
}

.two-column-block .column-content {
  position: relative;
}

.two-column-block .column-wrapper {
  position: relative;
  z-index: 1;
}
.two-column-block .blobshape {
  position: absolute;
  z-index: 0;
}

.two-column-block .blob-brown {
  left: -98px;
  top: -87px;
}
.two-column-block .blob-blue {
  right: -128px;
  top: 230px;
}

@media (max-width: 1439px) {
  .two-column-block .blob-brown {
    left: -180px;
    top: -36px;
  }
  .two-column-block .blob-blue {
    right: -69px;
    top: 266px;
  }
}
@media (max-width: 823px) {
  .two-column-block .blob-brown {
    left: -71px;
    top: -62px;
  }
  .two-column-block .blob-blue {
    right: -52px;
  }
}


.two-column-block-title {
  position: relative;
  z-index: 1;
}


.two-column-block .form-content strong {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.two-column-block .form-link {
  font-weight: 500;
  width: fit-content;
}
.two-column-block .form-link span {
  position: relative;
}
.two-column-block .form-link span:after {
  border-bottom: dashed 1px var(--color-primary);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  width: 100%;
}



/**********/
/* iframe */

.iframe-wrapper {
  background: #fff;
  border: 0;
  border-radius: 1.5rem;
  box-shadow: 0 0 16px rgba(0,0,0,0.15);
	/*min-height: 700px;
	min-width: 100%;*/
  padding: 1.5rem;
}

@media screen and (max-width: 699px) {
  .two-column-block .width-custom .cell-column:nth-child(2) {
    margin-left: -13px;
    width: 100vw;
  }
  .two-column-block .width-custom .cell-column:nth-child(2) .iframe-wrapper {
    background: #fff;
    border: 0;
    border-radius:0;
    padding: 0rem;
  }

}




/***************   Mobile    ***************/

@media (max-width: 1439px) {
  .two-column-block.top-padding-wide,
  .two-column-block.top-padding-narrow {
    padding-top: 0;
  }
}

@media (max-width: 1199px) {
  .two-column-block .form-wrapper {
    border-radius: 1rem;
    box-shadow: 0 0 12px rgba(0,0,0,0.06);
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}

@media (max-width: 1023px) {
  .two-column-block .form-wrapper {
    border-radius: 1rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
  .two-column-block .form-content strong {
    font-size: 1.125rem;
  }
}
