.section-options-green {
  margin-top: 150px; }
  @media screen and (max-width: 991px) {
    .section-options-green {
      margin-top: 0; } }

.section-actions-top {
  padding: 180px 90px; }
  @media screen and (max-width: 991px) {
    .section-actions-top {
      padding: 80px 20px; } }
  .section-actions-top .aw-action-card {
    align-items: center; }
    @media screen and (max-width: 991px) {
      .section-actions-top .aw-action-card-desc {
        text-align: center; } }
    .section-actions-top .aw-action-card-desc > p {
      font-size: 24px; }
      @media screen and (max-width: 991px) {
        .section-actions-top .aw-action-card-desc > p {
          font-size: 14px; } }
    .section-actions-top .aw-action-card:nth-child(2n) {
      flex-direction: row-reverse; }
      .section-actions-top .aw-action-card:nth-child(2n) img {
        width: 540px;
        height: 335px; }
        @media screen and (max-width: 991px) {
          .section-actions-top .aw-action-card:nth-child(2n) img {
            width: 300px;
            height: auto; } }
      @media screen and (max-width: 991px) {
        .section-actions-top .aw-action-card:nth-child(2n) {
          flex-direction: column-reverse; } }
    .section-actions-top .aw-action-card:not(:last-child) {
      margin-bottom: 200px; }
      @media screen and (max-width: 991px) {
        .section-actions-top .aw-action-card:not(:last-child) {
          margin-bottom: 80px; } }

.section-actions-bottom {
  padding: 180px 90px; }
  @media screen and (max-width: 991px) {
    .section-actions-bottom {
      padding: 80px 20px; } }
  .section-actions-bottom .aw-action-card:nth-child(2n + 1) {
    flex-direction: row-reverse; }
    @media screen and (max-width: 991px) {
      .section-actions-bottom .aw-action-card:nth-child(2n + 1) {
        flex-direction: column-reverse; } }
  .section-actions-bottom .aw-action-card:not(:last-child) {
    margin-bottom: 250px; }
    @media screen and (max-width: 991px) {
      .section-actions-bottom .aw-action-card:not(:last-child) {
        margin-bottom: 100px; } }

.section-pink {
  padding: 110px 80px 90px 80px;
  background-color: #cb63ef;
  position: relative;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 991px) {
    .section-pink {
      padding: 60px 20px 100px 20px;
      flex-direction: column-reverse;
      justify-content: normal;
      align-items: center;
      text-align: center;
      row-gap: 30px; } }
  .section-pink-content {
    max-width: 705px; }
    .section-pink-content > .aw-h2 {
      margin-bottom: 20px;
      color: #ffffff; }
    .section-pink-content > p {
      font-family: "Chakra Petch", sans-serif;
      font-weight: 500;
      font-size: 22px; }
      @media screen and (max-width: 991px) {
        .section-pink-content > p {
          font-size: 14px; } }
  .section-pink > img:nth-child(2) {
    position: absolute;
    left: 300px;
    top: 20px;
    width: 340px;
    height: 250px; }
    @media screen and (max-width: 991px) {
      .section-pink > img:nth-child(2) {
        position: relative;
        left: 0;
        top: 0;
        width: 200px;
        height: 160px; } }
  .section-pink > img:nth-child(1) {
    position: absolute;
    left: 80px;
    top: 230px;
    width: 415px;
    height: 160px; }
    @media screen and (max-width: 991px) {
      .section-pink > img:nth-child(1) {
        position: relative;
        left: 0;
        top: 0;
        width: 300px;
        height: 100px; } }

.section-with-arrows {
  margin-top: 80px; }
  .section-with-arrows > ul {
    display: flex;
    flex-direction: column;
    row-gap: 50px; }
    @media screen and (max-width: 991px) {
      .section-with-arrows > ul {
        row-gap: 30px; } }
    .section-with-arrows > ul > li {
      display: flex;
      column-gap: 40px; }
      @media screen and (max-width: 991px) {
        .section-with-arrows > ul > li {
          flex-direction: column;
          row-gap: 30px; } }
