/* ---------------------------------OUR-STORY-START--------------------------------------- */
main section:nth-child(2) .container {
  flex-direction: row;
}
/* ---------------------------------OUR-STORY-END--------------------------------------- */

/* ---------------------------------OUR-VALUES--------------------------------------- */
main section:nth-child(3) .container .boxes-box .box .title-box h3 {
  display: flex;
}
/* --------------------------------OUR-VALUES-END--------------------------------------- */

/* ---------------------------------FOUNDERS-START--------------------------------------- */
main section:nth-child(4) .container .boxes-box .box .title-box h3 {
  display: flex;
}

main section:nth-child(4) .container .boxes-box .box .link-box a {
  margin-top: 0.5em;
  color: black;
  text-decoration: none;
  text-decoration-color: #ccd615;
}

main section:nth-child(4) .container .boxes-box .box .link-box a:hover {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 0.1em;
  text-decoration-color: #ccd615;
}
/* ---------------------------------FOUNDERS-END--------------------------------------- */

@media (min-width: 1026px) {
  /* --------------------------------OUR-STORY-START--------------------------------------- */
  main section:nth-child(2) .container {
    align-items: start !important;
  }

  main section:nth-child(2) .container .img-box {
    margin-top: 5.5em;
  }
  /* --------------------------------OUR-STORY-END--------------------------------------- */

  /* --------------------------------OUR-VALUES-START--------------------------------------- */
  main section:nth-child(3) .container .boxes-box .box .img-box {
    width: 4em;
  }

  main section:nth-child(3) .container .boxes-box .box .title-box h3 {
    height: 3.5em;
  }
  /* --------------------------------OUR-VALUES-END--------------------------------------- */

  /* ---------------------------------FOUNDERS-START--------------------------------------- */
  main section:nth-child(4) .container .boxes-box .box .img-box {
    width: 17.5em;
  }

  main section:nth-child(4) .container .boxes-box .box .title-box h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }

  main section:nth-child(4) .container .boxes-box .box .link-box .img-box {
    width: 1.75em;
    margin-right: 0.5em;
  }
  /* ---------------------------------FOUNDERS-END--------------------------------------- */
}

@media (max-width: 1025px) {
  /* --------------------------------OUR-VALUES-START--------------------------------------- */
  main section:nth-child(3) .container .boxes-box .box .img-box {
    width: 5em;
  }
  /* --------------------------------OUR-VALUES-END--------------------------------------- */

  /* ---------------------------------FOUNDERS-START--------------------------------------- */
  main section:nth-child(4) .container .boxes-box .box .img-box {
    width: 22.5em;
  }

  main section:nth-child(4) .container .boxes-box .box .title-box h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }

  main section:nth-child(4) .container .boxes-box .box .title-text {
    font-size: 1.25em;
  }

  main section:nth-child(4) .container .boxes-box .box .title-text a {
    font-size: 1.25em;
  }

  main section:nth-child(4) .container .boxes-box .box .link-box .img-box {
    width: 1.75em;
    margin-right: 0.5em;
  }

  main section:nth-child(4) .container .boxes-box .box .link-box a {
    font-size: 1.25em;
  }

  main section:nth-child(4) .container .boxes-box .box .description-text {
    font-size: 1.25em;
  }
  /* ---------------------------------FOUNDERS-END--------------------------------------- */
}
