.zwc-form{
  margin: 0 20px;
    width: 53%;
    box-sizing: border-box;
    box-shadow: 0 0 25px rgb(0 0 0 / 7%);
    padding: 50px;
    min-height: 320px;
    text-align: left;
}

.resources-part,.integration-part {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  /* text-align: center; */
  padding: 50px 0 40px
}

.resources-part {
  background: #fff;
  padding-bottom: 75px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.resources-part h1,.integration-part h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -.5px;
  margin-bottom: 10px
}

.resources-part h2 em,.integration-part h2 em {
  border-bottom: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 20px auto 0;
  width: 45px
}

.integration-part p {
  max-width: 850px;
  padding: 0 5%;
  margin: 0 auto
}

.resources-part ul {
  margin: 40px auto 0;
  max-width: 980px;
  overflow: hidden;
  padding: 0 2% 10px;
  text-align: left
}

.resources-part li {
  border-bottom: 1px dashed #e2e2e2;
  float: left;
  margin: 0 2% 10px;
  min-height: 100px;
  padding: 30px 3% 40px 8%;
  position: relative;
  width: 35%
}

.resources-part li img {
  left: 0;
  position: absolute;
  top: 30px
}

.resources-part h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 21px;
  padding-bottom: 15px
}

.resources-part h3 a {
  color: #333
}

.resources-part p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.resources-part p a {
  /* color:#666; */
}

.resources-part .learnmore {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 10px;
  text-decoration: none
}

.zcont-part h1 {    margin: 0 0 20px;
  max-width: 450px;} 

  .zcont-part {text-align: left;
    width: 50%;
    padding: 0px 50px;box-sizing: border-box;}
  

.resources-part p.ztrybtn {font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;}

.ztrybtn a {color: var(--zwc-link-clr);}

@media only screen and (max-width: 991px) {
.resources-part{
  display:block;
  text-align:center;
}
.zcont-part{
  text-align: center;
  width: 100%;
  max-width: 660px;
  margin: 0 auto 50px;
}
.zform-part {
  width:90%;
max-width:500px;
  margin:50px auto 0; 
}

.resources-part p.ztrybtn {
margin-top: 0px;
}
.zcont-part h1 {
  max-width: unset;
}
.zwc-form{
  width: 90%;
  max-width: 550px;
  margin: 0 auto;
}
}
@media only screen and (max-width: 480px) {
.zcont-part {
  padding: 0 30px;
}
.zwc-form{
  padding: 50px 30px;
}
}
.success-alert, .error-alert {
  display: none;
  margin: 0 auto 0;
  height: 42px;
  position: fixed;
  z-index: 999999;
  width: 100%;
  left: 0;
  top: 60px
}

.scs-pop-inr, .err-pop-inr {
  padding: 12px 20px;
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  background: #40bd60;
  width: 100%;
  opacity: 0
}

.scs-pop-inr.animate, .err-pop-inr.animate {
  animation: bounceIn .8s forwards;
  -webiki-animation: bounceIn .8s forwards
}

.success-alert .scs-txt,.error-alert .err-txt {
  font-size: 15px;
  display: block;
  text-align: center;
  font-family: var(--zf-primary-regular);
  color: #fff
}

span.zclose {
  position: absolute;
  right: -10px;
  color: #000;
  background: #fff;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  line-height: 1.3;
  height: 25px;
  top: -10px;
  cursor: pointer
}

@keyframes bounceIn {
  0%,20%,40%,60%,80%,100% {
      -webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
      animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000)
  }

  0% {
      opacity: 0;
      -webkit-transform: scale3d(.3,.3,.3);
      transform: scale3d(.3,.3,.3)
  }

  20% {
      -webkit-transform: scale3d(1.1,1.1,1.1);
      transform: scale3d(1.1,1.1,1.1)
  }

  40% {
      -webkit-transform: scale3d(.9,.9,.9);
      transform: scale3d(.9,.9,.9)
  }

  60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03,1.03,1.03);
      transform: scale3d(1.03,1.03,1.03)
  }

  80% {
      -webkit-transform: scale3d(.97,.97,.97);
      transform: scale3d(.97,.97,.97)
  }

  100% {
      opacity: 1;
      -webkit-transform: scale3d(1,1,1);
      transform: scale3d(1,1,1)
  }
  
}

@media screen and (max-width: 380px) {
  .success-alert .scs-txt,.error-alert .err-txt {
      font-size: 10px
  }

  .success-alert,.error-alert {
      width: 100%
  }
}