.sp-cta-main-box {
    background: #dde8d2;
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
    padding-top: 45px;
    padding-bottom: 10px;
    position: relative;
}
.post-template-template-single-new .sp-cta-main-box{
   background: none;
}
.sp-cta-main-box:before {
   content:'';
   display: block;
   position: absolute;
   background: #fff;
   width: 100%;
   height: 45px;
   top: 0px;
   left: 0px;
   border-radius: 0px 0px 4px 4px;
   display:none;
}
.sp-cta-main-box:after {
   content:'';
   display: block;
   position: absolute;
   background: #fff;
   width: 100%;
   height: 60px;
   bottom: 0px;
   left: 0px;
   border-radius: 4px 4px 0px 0px;
   display:none;
}
/* .sp-cta-main-container:after {
   content:'';
   display: block;
   position: absolute;
   background: #dde8d2;
   width: 10px;
   height: 10px;
   bottom: -10px;
   right: 0px;
   transform: rotate(-180deg);
   background-image: url('../images/sp-shortcode-single-rounds.svg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
}
.sp-cta-main-container:before {
   content:'';
   display: block;
   position: absolute;
   background: #dde8d2;
   width: 10px;
   height: 10px;
   bottom: -10px;
   left: 0px;
   transform: rotate(90deg);
   background-image: url('../images/sp-shortcode-single-rounds.svg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
} */
.sp-cta-main-container {
   box-shadow: 0px 10px 20px rgba(205, 198, 198, 0.25);
   border-radius: 20px;
   padding: 50px 100px 50px 85px;
}
.sp-cta-left {
   width: 200px;
   min-width: 200px;
   height: 200px;
}
.sp-cta-left-image {
   width: 100%;
   height: 100%;
   display: block;
}
.sp-cta-right {
   width: calc(100% - 215px);
}
.sp-cta-main-box-green .sp-cta-main-container {
   background: #4DB58F;
}
.sp-cta-main-box-purple .sp-cta-main-container {
   background: #B885CD;
}
.sp-cta-main-box-orange .sp-cta-main-container {
   background: #EB976E;
}

.sp-cta-title{
   font-style: normal;
   font-weight: 700;
   font-size: 22px;
   line-height: 33px;
   color: #FFFFFF;
   margin-bottom: 7px;
}
.sp-cta-text {
   font-style: normal;
   font-weight: 600;
   font-size: 16px;
   line-height: 24px;
   color: #FFFFFF;
   margin-bottom: 16px;
   width: 470px;
   max-width: 100%;
}
.sp-cta-button {
   background: #FFFFFF;
   box-shadow: 0px 4px 4px rgba(77, 181, 129, 0.1);
   border-radius: 5px;
   width: 180px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center !important;
   font-style: normal !important;
   font-weight: 700 !important;
   font-size: 14px !important;
   line-height: 17px !important;
   transition: 0.25s;
   text-decoration: none !important;
   text-align: center !important;
   color: #292B34 !important;
   border: 1px solid #ffffff !important;
}
.sp-cta-button:hover {
   color: #ffffff !important;
   background: transparent !important;
}
.sp-cta-main-container {
   display: flex;
   align-items: center;
   justify-content: space-between;
}


@media screen and (max-width: 1140px){
   .sp-cta-main-box {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      background: #fff;
      padding-top: 32px;
      padding-bottom: 32px;
   }
   .sp-cta-main-container {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 40px 10px 60px 10px;
   }
   .sp-cta-left {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 28px;
   }
   .sp-cta-right {
      width: 470px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
   }
   .sp-cta-title {
      font-weight: 700;
      font-size: 22px;
      line-height: 33px;
      margin-bottom: 6px;
      text-align: center;
   }
   .sp-cta-text {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      line-height: 24px;
   }
   .sp-cta-button {
      margin-left: auto;
      margin-right: auto;
      width: 180px;
      height: 40px;
   }
   .sp-cta-main-box:before {
      display: none;
   }
   .sp-cta-main-box:after  {
      display: none;
   }
   .sp-cta-main-container:after {
      display: none;
   }
   .sp-cta-main-container:before {
      display: none;
   }
}

@media screen and (max-width: 500px){ 
   .sp-cta-main-box {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
   }
}