.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.nav-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 2000px;
  padding: 30px 0% 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 0.1px solid #ebeff2;
}

.right-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  max-width: none;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.option-text {
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

.option-text.uni {
  display: none;
}

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-top: 30px;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-section.become-a-mentor {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left-section {
  max-width: none;
  padding-top: 40px;
  padding-right: 0px;
}

.title-text {
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 105%;
  font-weight: 700;
}

.title-text.purple {
  color: #5d57fb;
}

.title-text.faq-header-text {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 38px;
  text-align: center;
}

.title-text.smaller-title {
  margin-bottom: 0px;
  font-size: 26px;
  text-align: right;
}

.title-text.smaller-title-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}

.title-text.smaller-title-text.student-area {
  margin-top: 80px;
  margin-bottom: 0px;
}

.subtitle-text {
  max-width: 500px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 130%;
}

.button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.left-button.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 55px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
  background-color: #5d57fb;
}

.title-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

.title-button.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 8px;
}

.title-button.purple {
  margin-right: 20px;
  border-style: none;
  background-color: #5d57fb;
}

.button-text-black {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.button-text-white {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.mentor-description {
  max-width: 600%;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
}

.logo-images {
  max-width: 500px;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.right-side-images {
  width: auto;
  max-width: 500px;
}

.description-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-top: 100px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.description-image {
  max-width: 400px;
  margin-right: 10%;
}

.description-image.second-image {
  max-height: 300px;
  max-width: none;
  margin-right: 0%;
  margin-left: 10%;
  padding-top: 0px;
}

.description-image.third-image {
  max-height: 370px;
  max-width: none;
  margin-right: 10%;
}

.description-right-section {
  width: 450px;
}

.description-text {
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 23px;
}

.grid {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-template-areas: "Area-3 ."
    ". Area"
    ". Area-2";
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.faq-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 15% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.right-footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 10%;
  padding-bottom: 50px;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.footer-title-header {
  margin-right: 40px;
  margin-bottom: 10px;
  color: #5d57fb;
  font-size: 20px;
  font-weight: 700;
}

.faq-header {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 110%;
}

.faq-description {
  color: #77769c;
  font-size: 16px;
  line-height: 110%;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  width: 180px;
}

.section-title-text {
  margin-bottom: 5px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 102%;
  font-weight: 700;
}

.section-title-text.purple {
  color: #5d57fb;
  font-size: 34px;
  font-weight: 700;
}

.section-description-text {
  margin-top: 30px;
  color: #333;
  font-size: 17px;
  line-height: 23px;
}

.list-text {
  font-size: 16px;
  font-weight: 700;
}

.image {
  max-width: 20%;
}

.check-image {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.grid-4 {
  max-width: 500px;
  justify-items: start;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-text {
  margin-bottom: 5px;
  color: #232323;
  text-decoration: none;
}

.div-block {
  width: 300px;
  max-width: 200px;
}

.faq-inner-section {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
}

.footer-logo-image {
  margin-bottom: 15px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-right: 1%;
  padding-left: 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bottom-tagline {
  margin-bottom: 5px;
  color: #232323;
}

.text-block-2 {
  color: #232323;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bullet-list-text {
  margin-left: 5px;
  font-size: 16px;
}

.bullet-list-image {
  width: 12px;
  height: 12px;
}

.buillet-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  margin-top: -10px;
}

.midsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: none;
}

.info-image {
  max-height: 50px;
}

.info-text {
  margin-left: 20px;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.grid-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.advisor-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 730px;
  min-width: 0%;
  margin-top: 20px;
  padding: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  border-radius: 4px;
}

.advisor-profile-image {
  max-width: 130px;
  margin-right: 0px;
  border-radius: 10px;
}

.mid-text-section {
  width: 100%;
  padding-right: 14px;
  padding-left: 18px;
}

.button-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 43px;
  margin-top: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #5d57fb;
  text-decoration: none;
}

.button-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.button-div-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price-amount {
  margin-right: 5px;
  font-size: 23px;
  font-weight: 700;
}

.advisor-title {
  font-size: 22px;
  line-height: 110%;
  font-weight: 700;
}

.advisor-section {
  margin-top: 10px;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-top-section-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.more-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.more-info-section.last-section {
  margin-bottom: 100px;
}

.item-column {
  max-width: 350px;
}

.item-image {
  max-height: 50px;
}

.item-title {
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 110%;
  font-weight: 700;
}

.item-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-navbar {
    width: 250px;
  }

  .top-section {
    max-width: 650px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .left-section {
    padding-top: 20px;
    padding-right: 0px;
  }

  .title-text.smaller-title-text {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 26px;
  }

  .mentor-description {
    font-size: 12px;
  }

  .right-side-images {
    display: none;
    overflow: visible;
  }

  .description-section {
    max-width: 650px;
    margin-top: 30px;
    padding-top: 30px;
    padding-right: 1%;
    padding-left: 1%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .description-image {
    max-height: 200px;
    max-width: none;
    margin-right: 10%;
  }

  .description-image.second-image {
    display: block;
    max-height: 200px;
    margin-left: 5%;
  }

  .description-image.third-image {
    max-height: 300px;
    margin-right: 5%;
  }

  .faq-section {
    padding-right: 0%;
    padding-left: 0%;
  }

  .right-footer-section {
    padding-right: 20%;
    padding-left: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-3 {
    width: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr;
  }

  .check-image {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .grid-4 {
    grid-row-gap: 10px;
  }

  .list-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block {
    display: none;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }

  .faq-inner-section {
    max-width: 650px;
    padding-right: 1%;
    padding-left: 1%;
  }

  .div-block-2 {
    max-width: 650px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4 {
    width: 650px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .midsection {
    max-width: 650px;
    margin-top: 20px;
  }

  .info-div {
    padding-right: 5px;
    padding-left: 5px;
  }

  .info-image {
    max-height: 45px;
  }

  .info-text {
    font-size: 14px;
    line-height: 18px;
  }

  .grid-section {
    max-width: 650px;
  }

  .advisor-profile-image {
    border-radius: 10px;
  }

  .more-info-section {
    max-width: 650px;
  }

  .item-column {
    margin-top: 20px;
  }

  .item-image {
    max-height: 40px;
  }

  .item-title {
    margin-top: 15px;
  }

  .item-content-div {
    padding-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .right-navbar {
    width: 280px;
  }

  .option-text {
    font-size: 13px;
  }

  .top-section {
    max-width: 400px;
  }

  .left-section {
    padding-top: 15px;
    padding-right: 0px;
  }

  .title-text.faq-header-text {
    margin-bottom: 30px;
  }

  .title-text.smaller-title {
    margin-top: 10px;
    font-size: 24px;
  }

  .logo-images {
    display: block;
    max-width: 380px;
  }

  .description-section {
    max-width: 400px;
    padding-top: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .description-image {
    margin-right: 0%;
    margin-bottom: 10%;
  }

  .description-image.second-image {
    max-height: 250px;
    margin-top: 40px;
    margin-left: 0%;
  }

  .description-right-section {
    width: auto;
  }

  .description-left-section {
    width: auto;
  }

  .faq-section {
    padding-top: 2%;
  }

  .footer {
    overflow: hidden;
  }

  .grid-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr 0.75fr;
  }

  .footer-title-header {
    font-size: 16px;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .faq-inner-section {
    max-width: 400px;
  }

  .image-2 {
    max-width: 160px;
    margin-bottom: 10px;
  }

  .div-block-2 {
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    width: 400px;
  }

  .buillet-div {
    margin-bottom: 7px;
  }

  .div-block-5 {
    margin-bottom: 10px;
  }

  .midsection {
    width: 100%;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-div {
    margin-bottom: 15px;
  }

  .info-image {
    max-width: 40px;
  }

  .grid-section {
    max-width: 400px;
    padding-top: 0px;
  }

  .advisor-row {
    max-width: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advisor-profile-image {
    max-width: 110px;
    margin-bottom: 20px;
  }

  .mid-text-section {
    padding-left: 0px;
  }

  .button-column {
    margin-top: 20px;
  }

  .button-item {
    margin-top: 5px;
  }

  .button-div-price {
    margin-bottom: 10px;
  }

  .more-info-section {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-navbar {
    width: 220px;
  }

  .top-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 325px;
    padding-top: 20px;
    padding-right: 5%;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-section {
    max-width: 400px;
    padding-top: 5px;
  }

  .title-text {
    font-size: 32px;
  }

  .subtitle-text {
    max-width: none;
  }

  .button-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-button.purple {
    margin-bottom: 10px;
  }

  .logo-images {
    max-width: 95%;
  }

  .description-section {
    max-width: 325px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .description-image {
    margin-right: 0%;
  }

  .description-image.second-image {
    max-width: 310px;
  }

  .description-image.third-image {
    margin-right: 0%;
  }

  .grid-3 {
    display: none;
  }

  .link-block {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }

  .section-title-text {
    font-size: 20px;
  }

  .section-title-text.purple {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .section-description-text {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .check-image {
    width: 20px;
    height: 20px;
  }

  .div-block {
    display: block;
  }

  .faq-inner-section {
    max-width: 325px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .image-2 {
    max-width: 180px;
    margin-bottom: 5px;
  }

  .div-block-2 {
    max-width: 400px;
  }

  .div-block-4 {
    width: 325px;
  }

  .body-2 {
    padding-bottom: 50px;
  }

  .bullet-list-text {
    margin-left: 9px;
  }

  .buillet-div {
    margin-bottom: 12px;
  }

  .midsection {
    max-width: 325px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .grid-section {
    max-width: 325px;
    padding-right: 2%;
    padding-left: 2%;
  }

  .advisor-row {
    max-width: 325px;
  }

  .advisor-profile-image {
    margin-bottom: 10px;
  }

  .mid-text-section {
    padding-right: 0px;
  }

  .more-info-section {
    max-width: 325px;
    padding-right: 5%;
    padding-left: 5%;
  }
}