html {
  --MAX-WIDTH: 1280px;
  font-size: 62.5%;
  font-family: "Roboto", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1.8rem;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  margin-bottom: 10rem;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: var(--MAX-WIDTH);
  margin: auto;
}

.header_logo {
  max-width: 15rem;
  max-height: 15rem;
  width: 100%;
  min-width: 6rem;
}

.header_nav .burger-menu[data-is-visible="false"] {
  display: none;
}

.header_nav_ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header_nav_ul_li {
  padding: 2.5rem 1rem;
}

.header_nav_ul_li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.header_nav_ul_li_signup {
  background-color: #23527c;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.header_nav_ul_li_signup:hover {
  background-color: #c9fb36;
  color: #707070;
}

.header_nav_ul_li_burger {
  display: none;
}

.header_nav_ul_li input {
  display: none;
}

.header[data-is-sticky="false"] {
  background-color: rgba(1, 117, 53, 0.98);
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
}

.header[data-is-sticky="false"] .header_logo_big {
  display: block;
}

.header[data-is-sticky="false"] .header_logo_little {
  display: none;
}

.header[data-is-sticky="true"] {
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  background-color: rgba(255, 255, 255, 0.98);
  color: #707070;
}

.header[data-is-sticky="true"] .header_logo_big {
  display: none;
}

.header[data-is-sticky="true"] .header_logo_little {
  display: block;
  max-width: 10rem;
  max-height: 10rem;
}

.header[data-is-sticky="true"] .header_nav_ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header[data-is-sticky="true"] .header_nav_ul_li a {
  color: #707070;
  text-decoration: none;
  font-weight: 500;
}

.header[data-is-sticky="true"] .header_nav_ul_li_signup {
  color: white !important;
}

.header[data-is-sticky="true"] .header_nav_ul_li_signup:hover {
  color: #707070 !important;
}

.about {
  background-color: #014758;
}

.about_track {
  padding: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: white;
  max-width: var(--MAX-WIDTH);
  margin: auto;
}

.about_track_h1 {
  margin: 0rem 7.5rem 6rem 7.5rem;
  font-size: 3.5rem;
}

.about_track_p {
  width: 75%;
  font-size: 2.4rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 1rem 0;
  font-weight: 300;
}

.about_whatitis {
  background-color: white;
  padding: 10rem;
}

.about_whatitis .container {
  max-width: var(--MAX-WIDTH);
  margin: auto;
}

.about_whatitis_h2 {
  position: relative;
  left: 25%;
  display: inline;
  font-size: 3.5rem;
  margin: 1.5rem 0;
  color: #707070;
}

.about_whatitis_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 4rem 0 2rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about_whatitis_ul_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_whatitis_ul_li_img {
  width: 7rem;
  margin: 1rem 0;
}

.about_whatitis_ul_li_p {
  font-size: 2.2rem;
  padding: 0 1rem;
  width: 80%;
}

.about_carrousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10rem 10rem 5rem;
  max-width: var(--MAX-WIDTH);
  margin: auto;
}

.about_carrousel_img {
  max-width: 100%;
}

.about_video {
  max-width: var(--MAX-WIDTH);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 10rem;
}

.about_video_detail {
  width: 100%;
}

.about_callingout {
  color: white;
  width: 60%;
  margin: auto;
}

.about_callingout .container {
  max-width: var(--MAX-WIDTH);
  margin: auto;
}

.about_callingout_title {
  font-size: 3.5rem;
  margin: 5rem 0;
}

.about_callingout_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #32c77f;
  padding: 1rem;
}

.about_callingout_container_img {
  width: 100%;
  height: 20rem;
  position: relative;
  top: -3vmin;
  left: -10%;
  background-image: url("../img/CodecCarbon-cover-1200x788.jpg");
  -webkit-transform: scale(120%);
          transform: scale(120%);
}

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

.about_callingout_container_wrapper_h3 {
  padding: 2rem 0 1rem 0;
  font-size: 2.5rem;
}

.about_callingout_container_wrapper_p {
  padding: 1rem 0;
  font-size: 1.8rem;
}

.about_callingout_container_wrapper_p a {
  text-decoration: none;
  color: white;
}

.about_callingout_container_wrapper_a {
  margin: 1rem 0;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #32c77f;
  border: solid 2px #32c77f;
  padding: 5px;
  border-radius: 50%;
}

.howitwork {
  background-color: #014758;
  color: white;
}

.howitwork_howto {
  margin: 0rem 10rem;
  padding: 10rem 0;
  max-width: var(--MAX-WIDTH);
  margin: auto;
}

.howitwork_howto_h2 {
  font-size: 3.5rem;
  padding: 0rem 0rem 5rem 0;
  width: 50%;
  margin: auto;
}

.howitwork_howto_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.howitwork_howto_ul_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24rem;
  height: 100%;
}

.howitwork_howto_ul_li_img {
  width: 9rem;
}

.howitwork_howto_ul_li_img.hovered {
  display: none;
  opacity: 0;
}

.howitwork_howto_ul_li_img.not-hovered {
  display: block;
  opacity: 1;
}

.howitwork_howto_ul_li:hover .howitwork_howto_ul_li_img.hovered {
  display: block;
  opacity: 1;
}

.howitwork_howto_ul_li:hover .howitwork_howto_ul_li_img.not-hovered {
  display: none;
  opacity: 0;
}

.howitwork_howto_ul_li:nth-child(1) p, .howitwork_howto_ul_li:nth-child(2) p {
  color: #c9fb36;
}

.howitwork_howto_ul_li_p {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}

.howitwork_howto_ul_li_a {
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #c9fb36;
  border: solid 2px #c9fb36;
  padding: 5px;
  border-radius: 50%;
}

.howitwork_howto_ul_li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24rem;
  height: 100%;
  text-decoration: none;
}

.howitwork_dashboard {
  background-color: white;
  padding-bottom: 10rem;
}

.howitwork_dashboard_hgroup {
  color: black;
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 10rem 0;
}

.howitwork_dashboard_hgroup_h2 {
  font-size: 3.5rem;
  padding-bottom: 2rem;
  color: #707070;
}

.howitwork_dashboard_hgroup_h3 {
  font-size: 2.4rem;
  color: #00532f;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-weight: 300;
}

.howitwork_dashboard_separator {
  background-color: #014758;
  height: 5rem;
  margin-bottom: 5rem;
}

.howitwork_dashboard_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: var(--MAX-WIDTH);
  width: 90%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  color: #00532f;
}

.howitwork_dashboard_box_img {
  width: 70rem;
}

.howitwork_dashboard_box:nth-child(4) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cta {
  background-color: #014758;
  padding: 10rem 10rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta_hgroup {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 10rem 0;
}

.cta_hgroup_h2 {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

.cta_hgroup_h3 {
  font-size: 2.4rem;
  font-weight: 300;
}

.cta_box {
  border: 1px solid #32c77f;
  margin-bottom: 7rem;
  font-size: 2.4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.cta_box:last-child {
  margin-bottom: 10rem;
}

.cta_box_fill {
  min-width: 22rem;
  height: 20rem;
}

.cta_box_img {
  position: absolute;
  width: 40rem;
  right: 48rem;
  bottom: 1rem;
  -o-object-position: 0 0px;
     object-position: 0 0px;
  -o-object-fit: none;
     object-fit: none;
}

.cta_box_p {
  width: 48rem;
  padding: 1.8rem 2rem 2rem 3rem;
}

.cta_box:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cta_box:nth-of-type(2) img {
  left: 48rem;
  right: unset;
}

.actual_contrib {
  padding: 10rem 0;
  max-width: var(--MAX-WIDTH);
  margin: auto;
}

.actual_contrib .team_p {
  text-align: center;
}

.actual_contrib h2 {
  text-align: center;
  margin: 0 0 5rem 0;
  font-weight: bold;
  font-size: 3.5rem;
}

.actual_contrib ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  list-style: none;
}

.actual_contrib ul_p {
  text-align: center;
}

.actual_contrib ul li {
  width: 20rem;
  margin: 1rem;
}

.actual_contrib ul li img {
  width: 20rem;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.actual_contrib ul p {
  font-weight: lighter;
}

.team {
  background-color: #014758;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10rem;
}

.team_h2 {
  font-size: 3.5rem;
  font-weight: bolder;
  width: 50%;
  text-align: center;
}

.team_p {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 5rem;
}

.team_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20rem 20rem 20rem 20rem;
      grid-template-columns: 20rem 20rem 20rem 20rem;
  list-style: none;
  gap: 3rem;
  padding: 10rem;
  place-items: center;
}

.team_ul img {
  width: 100%;
  max-width: 20rem;
}

.team_ul_innerUl {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 10rem 28rem 28rem 28rem;
      grid-template-rows: 10rem 28rem 28rem 28rem;
}

.team_ul_innerUl h3 {
  font-weight: bold;
}

.team_ul_innerUl p {
  font-weight: lighter;
  color: #32c77f;
}

.clever {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10rem;
  background-color: #014758;
  color: white;
}

.clever_title {
  text-transform: uppercase;
  font-size: 3.5rem;
  font-weight: 900;
  margin: 1rem 0 5rem 0;
}

.clever_title_link {
  color: #32c77f;
  text-decoration: none;
}

.clever_text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 300;
}

.footer_p {
  font-size: 1.4rem;
  padding: 2rem;
}

@media screen and (max-width: 1280px) {
  .header {
    margin-bottom: 6rem;
  }
  .about_track {
    padding: 6rem 4rem;
  }
  .about_track_h1 {
    margin: 0rem 7.5rem 3rem 7.5rem;
  }
  .about_whatitis {
    padding: 6rem 4rem;
  }
  .about_carrousel {
    padding: 6rem 4rem 0;
  }
  .about_video {
    padding: 6rem 4rem;
  }
  .about_video_detail {
    width: 100%;
  }
  .about_callingout {
    width: 80%;
  }
  .about_callingout_title {
    font-size: 3.5rem;
    margin: 0 0 6rem 0;
  }
  .howitwork_howto {
    margin: 0rem 4rem;
    padding: 6rem 0;
  }
  .howitwork_dashboard {
    padding-bottom: 6rem;
  }
  .howitwork_dashboard_hgroup {
    width: 70%;
    padding: 6rem 0;
  }
  .howitwork_dashboard_hgroup_h2 {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }
  .howitwork_dashboard_hgroup_h3 {
    font-size: 1.8rem;
  }
  .howitwork_dashboard_box {
    font-size: 1.8rem;
  }
  .howitwork_dashboard_box_img {
    max-width: 50rem;
  }
  .howitwork_dashboard_separator {
    margin-bottom: 3rem;
  }
  .cta {
    padding: 6rem 4rem 0;
    overflow-x: hidden;
  }
  .cta_hgroup {
    padding-bottom: 6rem;
  }
  .cta_box:last-child {
    margin-bottom: 6rem;
  }
  .team_ul {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding: 6rem 4rem;
  }
  .team_h2 {
    width: 90%;
  }
  .clever {
    padding-bottom: 6rem;
  }
  .clever_title {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 850px) {
  .header_nav_ul_li.in-burger {
    display: none;
  }
  .header_nav_ul_li_burger {
    -webkit-filter: invert(1);
            filter: invert(1);
    margin-top: -0.7rem;
    display: block;
    z-index: 10;
  }
  .header_nav_ul_li_burger img {
    width: 3.2rem;
  }
  .header .burger-menu[data-is-visible="false"] {
    display: none;
  }
  .header .burger-menu[data-is-visible="true"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: -1;
    top: 0;
    right: 2rem;
    width: auto;
    height: auto;
    -webkit-transform: translateY(7rem);
            transform: translateY(7rem);
    background-color: rgba(1, 117, 53, 0.9);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2rem;
    border-radius: 0.5rem;
  }
  .header .burger-menu[data-is-visible="true"] > .in-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    height: 100%;
    margin: 1rem 0;
  }
  .header .burger-menu[data-is-visible="true"] > .in-burger a {
    text-decoration: none;
    color: white;
  }
  .header[data-is-sticky="true"] .header_nav_ul_li_burger img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .header[data-is-sticky="true"] nav.header_nav ul.burger-menu[data-is-visible="true"] {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header[data-is-sticky="true"] nav.header_nav ul.burger-menu[data-is-visible="true"] a {
    color: black;
  }
}

@media screen and (max-width: 780px) {
  body {
    font-size: 1.6rem;
  }
  .header {
    margin-bottom: 4rem;
  }
  .about_track {
    padding: 4rem 2rem;
  }
  .about_track_h1 {
    margin: 0 0 3rem 0;
  }
  .about_track_p {
    width: unset;
  }
  .about_whatitis {
    padding: 4rem 2rem;
  }
  .about_whatitis_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .about_whatitis_ul_li_img {
    margin-top: 4rem;
  }
  .about_carrousel {
    padding: 4rem 2rem;
  }
  .about_video {
    padding: 0rem 2rem;
  }
  .about_video_detail {
    width: 100%;
  }
  .about_callingout {
    width: 90%;
    margin: auto;
  }
  .about_callingout_title {
    font-size: 2.4rem;
    margin: 4rem 0;
  }
  .about_callingout_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .about_callingout_container_img {
    width: 90%;
    left: 5%;
  }
  .about_callingout_container_wrapper_h3 {
    padding: 2rem 0 1rem 0;
    font-size: 2.5rem;
  }
  .about_callingout_container_wrapper_p {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
  .howitwork_howto {
    margin: 0rem 0rem;
    padding: 4rem 2rem;
  }
  .howitwork_howto_h2 {
    padding: 0rem 0rem 2rem 0;
    width: 80%;
    margin: auto;
  }
  .howitwork_howto_ul_li_p {
    font-size: 1.8rem;
  }
  .howitwork_dashboard {
    padding-bottom: 4rem;
  }
  .howitwork_dashboard_hgroup {
    width: 80%;
    padding: 4rem 0;
  }
  .howitwork_dashboard_hgroup_h2 {
    padding-bottom: 2rem;
  }
  .howitwork_dashboard_box_img {
    max-width: 20rem;
  }
  .howitwork_dashboard_separator {
    margin-bottom: 2rem;
  }
  .cta {
    padding: 4rem 2rem;
    overflow-x: hidden;
  }
  .cta_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta_box:last-child {
    margin-bottom: 4rem;
  }
  .cta_box_p {
    width: 90%;
  }
  .cta_box_img {
    right: unset;
    top: -6rem;
    left: 50%;
    width: 30rem;
  }
  .cta_box_fill {
    height: 10rem;
  }
  .cta_box:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta_box:nth-of-type(2) img {
    left: unset;
    right: 50%;
  }
  .team_h2 {
    width: 90%;
  }
  .team_p {
    padding: 2rem;
  }
  .team_ul {
    padding: 2rem;
  }
  .clever {
    padding: 4rem 2rem;
    text-align: center;
  }
  .clever_title {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .team_ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 6rem 4rem;
  }
  .team_ul_innerUl {
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    gap: 1rem;
  }
  .team_h2 {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */