/*============================================================================================
	Start Call Action Area
==============================================================================================*/
.cta-wrap {
  background-image: url("../images/call-action/bg-frame.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 112px;
  display: flex;
  position: relative;
}
.cta-title {
  max-width: 602px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 800;
  line-height: 120%;
}
.cta-cube {
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 100px;
  right: auto;
}
.cta-zebra {
  position: absolute;
  top: -61px;
  bottom: 0%;
  left: auto;
  right: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.99px) {
  .call-action.section-gap {
    padding: 0;
  }
  .cta-cube,
  .cta-zebra {
    display: none;
  }
  .cta-title {
    max-width: 100%;
    font-size: 48px;
  }
  .cta-wrap {
    padding: 80px;
  }
}

@media only screen and (max-width: 767.99px) {
  .call-action.section-gap {
    padding: 0;
  }
  .cta-zebra {
    display: none;
  }
  .cta-cube {
    display: none;
  }
  .cta-wrap {
    background-image: none;
    background-color: #e8f8fa;
    padding: 24px;
  }
  .cta-title {
    max-width: 100%;
    font-size: 30px;
  }
  .two-button-wrap {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
}

/*============================================================================================
	End Call Action Area
==============================================================================================*/
