.content-with-form .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-with-form .content-wrapper.left {
  flex-direction: row-reverse;
}
.content-with-form h2 {
  margin-bottom: 20px;
}
.content-with-form .content {
  width: 57.8%;
  align-self:center;
}
.content-with-form .media {
  width: 47.8%;
}
.content-with-form .media img {
  width: 100%;
}
.content-with-form .content-inner:not(:last-child){
  margin-bottom:20px;
}
.content-with-form .button-wrap a {
  margin-top: 20px;
}
.content-with-form .content-inner p:not(:last-child) {
  margin-bottom: 20px;
}
.content-with-form input.hs-button.primary.large {
  width: 100%;
}
.content-with-form .content ol,
.content-with-form .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 20px 0;
  margin: 0 0 20px;
  line-height: 170%;
  max-width: 630px;
}
.content-with-form .content li {
  padding-left: 26px;
  position: relative;
  padding-bottom:0;
  width: 48%;
}
.content-with-form .content li li {
  width:100%;
}
.content-with-form .content li:before {  
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: -3px;
  position: absolute;
  top: 4px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-with-form .content-inner>*:last-child {
  margin-bottom: 0;
}
.content-with-form .button-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-with-form .button-wrap a:not(:last-child) {
  margin-right: 30px;
}
.content-with-form  a.link-btn {
  display: flex;
  font-weight: 600;
  line-height: 150%;
  align-items: center;
}
.content-with-form  a.link-btn svg {
  display: block;
  width: 8px;
  fill: currentColor;
  margin-left: 7px;
}
.content-with-form .testimonial {
  border-top: 1px solid rgba(0, 45, 93, 0.15);
  padding-top: 20px;
}

.content-with-form .quote {
  font-weight: 600;
  margin-bottom: 60px;
}

.content-with-form .author {
  display: flex;
  align-items: center;
  max-width: 514px;
}

.content-with-form .image img {
  width: 76px;
  height: 76px !important;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.content-with-form .author-left {
  display: flex;
  align-items: center;
}

.content-with-form .name {
  font-weight: 700;
  color: #002D5D;
  margin-bottom: 4px;
}

.content-with-form .designation {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  /* 22.4px */
}

.content-with-form .author-right {
  flex: 1;
  margin-left: 40px;
}

.content-with-form .form {
  width: 33.4%;
}

.content-with-form h3.form-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  margin-bottom: 40px;
}
@media(max-width:1280px){
  .content-with-form .button-wrap a:not(:last-child) {
    margin-right: 20px;
  }
}
@media(max-width:991px){
  .content-with-form h3.form-title {
    font-size: 30px;
  }
  .content-with-form .content-wrapper {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .content-with-form .content {
    width: 100%;
  }
  .content-with-form .button-wrap a:not(:last-child) {
    margin-right: 15px;
  }
  .content-with-form .form {
    width: 100%;
    margin-top:30px;
  }
  .content-with-form .content-inner:not(:last-child) {
    margin-bottom: 10px;
  }





  .content-with-form .image img {
    width: 60px;
    height: 60px !important;!i;!;
  }
}
@media(max-width:767px){
  .content-with-form .author-left {
    width: 100%;
    display: block;
  }

  .content-with-form .author {
    flex-direction: column;
  }

  .content-with-form .author-right {
    margin: 20px 0 0;
    width: 100%;
  }

  .content-with-form .image img {
    margin-bottom: 20px;
    margin-right: 0;
  }

}
@media(max-width:600px){
  .content-with-form .content li {
    width:100%;
  }
  .content-with-form h3.form-title {
    font-size: 28px;
  }
}