.finance_hero_section {
  background: linear-gradient(180deg, #ffedf0 0%, #ffffff 100%);
  padding: 140px 0;
}

.finance_hero_inner .box_heading {
  border-radius: 50px;
  background: #ffffff6e;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 35px;
}

.finance_hero_inner button {
  margin: 0 auto;
  margin-top: 35px;
}
.professional_speaking_services {
  padding: 50px 0;
}
.professional_speaking_services .content h4 {
  background: #ffeff6;
  max-width: fit-content;
  padding: 13px 30px;
  color: #e9337e;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 15px;
}

.professional_speaking_services .content h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}

.professional_speaking_services .content p.blue {
  font-size: 16px;
  color: #501e60;
}

.professional_speaking_services .content p {
  font-size: 16px;
  line-height: 27px;
}

.professional_speaking_services .content h3.bg {
  background: linear-gradient(360deg, #e8ffd9 0%, #ffe1ed 100%);
  padding: 20px;
  font-size: 16px;
  border-radius: 16px;
  line-height: 22px;
}
.professional_speaking_services .img_sec,
.financial_future .img_sec {
  border-radius: 10px;
  height: 87%;
  overflow: hidden;
}

/*  */

section.workshops_sec .box {
  border: 2px solid #00000033;
  padding: 15px;
  border-radius: 15px;
  display: flex;
  margin-right: 10px;
  background: #fff;
  height: 100%;
}

section.workshops_sec .box .icon_box {
  width: 40px;
  background: #fbedff;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
  display: flex;
}

section.workshops_sec .box .content p {
  margin-bottom: 0;
}

section.workshops_sec {
  background: linear-gradient(360deg, #fbedff 0%, #fffbfd 100%);
  padding: 40px 0;
}
section.workshops_sec .badge {
  background: #e4ffd3;
  border-left: 7px solid #94d769;
  max-width: fit-content;
  margin: 15px auto;
  display: block;
  font-weight: 300;
}
.financial_future {
  padding: 50px 0;
}

.financial_future .box_border {
  border-radius: 15px;
  border: 3px solid #e9337e;
  padding: 16px;
}

.financial_future .box_border p {
  margin: 0;
  font-size: 16px;
}

.financial_future .outers {
  padding: 20px;
  border-radius: 20px;
}

.financial_future .content p {
  font-size: 16px;
  line-height: 30px;
}

.financial_future .content h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
}

p.border-box {
  border: 2px solid #e9337e33;
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 16px;
  background: #fff;
}
.financial_future .green p.border-box {
  border: 2px solid #01a60133;
}
.financial_future .purple p.border-box {
  border: 2px solid #501e6033;
}
.financial_future .lgray p.border-box {
  border: 2px solid #e9bfc6;
}
.financial_future .content h4.step {
  max-width: fit-content;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.financial_future .pink .content h4.step {
  background: #e9337e;
}
.financial_future .green .content h4.step {
  background: #01a601;
}
.financial_future .purple .content h4.step {
  background: #e9337e;
}
.financial_future .lgray .content h4.step {
  background: #e9bfc6;
}
.financial_future .pink {
  background: #fff5f9;
}
.financial_future .green {
  background: #f2fff2;
}
.financial_future .purple {
  background: #fcf2ff;
}
.financial_future .lgray {
  background: #ffedf0;
}

@media (max-width: 767px) {
  .financial_future .outers {
    padding: 20px 8px;
  }
}
