.cta_wrapper {
  width: 100%;
  padding: 80px 0;
  position: relative;
  background: #FFDB7F;
}
.cta_inner_wrapper {
  max-width: 1120px;
  margin: auto;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cta_content_wrapper h3 {
  color: #333;
  font-family: "avenir_next_worldbold", 'Verdana';
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 8px;
}
.cta_content_wrapper p {
  font-family: "avenir_next_worldmedium", 'Verdana';
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  text-align: left;
  margin-bottom: 32px;
  color: #333;
}
.cta_demo_btn {
  /* width: 248px; */
  height: 48px;
  padding: 13px 16px;
  gap: 24px;
  border-radius: 8px;
  font-family: "avenir_next_worlddemi", 'Verdana';
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  background: #333;
  display: inline-block;
  text-decoration: none;
}

.cta_demo_btn:hover,
.cta_demo_btn:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}

@media (min-width: 1920px) {
  .cta_inner_wrapper {
    max-width: 1600px;
  }

}
/* Font standard for CTA section */
/* Large Device only (1024 < Width <= 1439) */
@media (max-width: 1439px) and (min-width: 1025px) {
  .cta_content_wrapper h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .cta_demo_btn {
    font-size: 16px;
    line-height: 24px;
  }
}
/*  Medium Device Only (768 <= Width <= 1024) */
@media (max-width: 1024px) and (min-width: 768px) {
  .cta_content_wrapper h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .cta_demo_btn {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .cta_inner_wrapper {
    width: 100%;
    gap: 80px;
  }
  .cta_wrapper {
    padding: 80px 30px;
  }
 
}
@media(min-width:768px) and (max-width:1023px){
  .cta_wrapper{
    padding: 64px 40px;
  }
  .cta_inner_wrapper{
    align-items: flex-start;
  }
}
@media (max-width: 911px) {
  
  .cta_inner_wrapper {
    width: 100%;
  }
  .cta_content_wrapper {
    /* max-width: 448px; */
    /* padding-bottom: 32px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
  }
  .cta_content_wrapper h3 {
    font-family: "avenir_next_worlddemi", 'Verdana';
    font-size: 28px;
    line-height: 36px;
  }
  .cta_content_wrapper .cta_demo_btn {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .cta_content_wrapper h3{
     font-family: 'avenir_next_worldbold', 'Verdana';
  }

  .cta_inner_wrapper{
    display: block;
  }
  .cta_content_wrapper p, .cta_content_wrapper h3{
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta_wrapper {
    padding: 0 16px;
  }
  .cta_content_wrapper h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .cta_inner_wrapper{
    display: block;
  }
  .cta_content_wrapper{
    padding: 48px 0px;
    margin-top: 0;
  }
  .cta_content_wrapper p{
    line-height: 24px;
  }

}
