.book {
  box-shadow: 5px 5px 10px #bebebe, -20px -20px 60px #ffffff;
  border: 4px solid var(--primary_color);
}
.form_box {
  position: relative;
  top: 0;
  padding: 40px 30px 40px;
}
.no_bullets .tick_icon {
  font-size: 14px;
}
.tick_icon::before,
.tick_icons li::before {
  top: 0;
}
#cta_two .f_w_a_j_center {
  gap: 30px;
}
.box {
  padding: 35px 40px;
  background-color: var(--accent_color_two);
  max-width: 300px;
  width: 100%;
  text-align: center;
}
.box h3 {
  margin-bottom: 4px;
}
.img_box {
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.img_box img {
  /* padding: 12px; */
  height: 40px;
}
@media (min-width: 768px) {
  .content_area {
    padding-right: 60px;
  }
  .bullet_points {
    padding-left: 20px !important;
  }
}
@media (max-width: 991px) {
  .d_f {
    flex-direction: column;
  }
  .bullet_points {
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .form_box {
    margin-top: 0;
  }
  .box {
    padding: 35px 30px;
  }
}
