.section-container,
.section-footer {
  padding: 80px 0;
}

.container-gray {
  background: #f2f5ff;
  padding: 80px 0;
}

.container-gray--light {
  padding: 80px 0;
  background: #fafbff;
}

/* Navbar Section */
.container__navbar {
  padding: 1rem 0;
}

.link-logo {
  padding-left: 0.5rem;
}

.header-container {
  background: #fafbff;
}

.section-navbar {
  background-color: #fff;
}

.has-background-black {
  background-color: #141414 !important;
}

.has-text-white {
  color: #f2f2f2 !important;
}

.margin-b1 {
  margin-bottom: 40px !important;
}

.margin-b2 {
  margin-bottom: 60px !important;
}

.margin-b3 {
  margin-bottom: 80px !important;
}

.subtitle {
  color: #252525;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.88px;
}

.subtitle2 {
  color: #252525;
  font-family: Inter;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.52px;
}

.paragrahp {
  color: #252525;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;

  & span {
    font-weight: 700;
  }
}

/*=====================================
        Banner Hero section 
======================================*/
.tags-description {
  color: #828282;
  font-size: 18px !important;
}

.banner-title,
.findings-title,
.problem-title,
.desing-solution__title,
.subtitle {
  color: #252525;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: Inter;
  letter-spacing: -2.88px;
}

.banner-title {
  margin-bottom: 3rem;
}

.hero-container {
  padding: 60px 0;
}

.hero-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.hero-description {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

@media screen and (max-width: 769px) {
  .banner-columns {
    padding: 40px 32px 60px 32px;
  }

  .tags-description {
    font-size: 16px !important;
    margin-bottom: 16px;
    line-height: 24px;
    margin-top: 50px;
  }

  .banner-title {
    font-size: 32px !important;
    letter-spacing: -1.68px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  /* // Hero  */
  .hero-container {
    padding: 60px 32px;
  }

  .hero-column {
    margin-top: 40px;

    &:nth-child(1) {
      margin-top: 0;
    }

    &:nth-child(3),
    &:nth-child(4) {
      margin-left: 0;
    }
  }

  .hero-description {
    font-size: 16px;
    line-height: 20.8px;
  }
}
/*=====================================
        Overview section 
======================================*/
.section-container--white {
  padding: 80px;
  background: #fafbff;
}

@media screen and (max-width: 769px) {
  /* Overview */
  .container-gray,
  .container-gray--light {
    padding: 60px 32px;

    & .margin-b3 {
      margin-bottom: 0 !important;
    }
  }

  .overview-columns {
    margin-bottom: 60px !important;
  }

  .column-add-ons {
    padding-top: 0;
    margin-top: 28px;
  }

  .overview-paragrahp {
    font-size: 16px;
    line-height: 24px;
  }

  .paragrahp {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-title,
  .findings-title,
  .problem-title,
  .desing-solution__title,
  .subtitle {
    font-size: 28px;
    letter-spacing: -1.68px;
  }

  .subtitle2 {
    font-size: 24px;
    letter-spacing: -0.96px;

    &.mb-6 {
      margin-bottom: 24px !important;
    }
  }
  .exploration-columns {
    margin-bottom: 0 !important;
  }
}

/*=====================================
        Final Desing
======================================*/
@media screen and (max-width: 769px) {
  .final-section {
    padding: 60px 32px;
  }
}

/*=====================================
        Final Desing onli mobile
======================================*/
.section-final-mobile {
  display: none;
}

@media screen and (max-width: 769px) {
  .section-final-mobile {
    display: block;
  }

  .final-mobile {
    padding: 60px 32px;
  }

  .final-mobile__columns-img {
    margin-top: 40px;
  }
}

/*=====================================
        Extended channels
======================================*/
.extended-channels-wrapper-image {
  position: relative;

  & .image-phone {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.card-result {
  border-radius: 4px;
  border: 1px solid #219653;
  background: #fff;
  padding: 32px;
  max-width: 355px;
}

.card-column {
  width: 26%;
}

.card-result__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  & h4 {
    color: #252525;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }
}

.card-result__description {
  margin-top: 24px;
}

@media screen and (max-width: 769px) {
  .card-column {
    width: auto;
  }

  .extended-title {
    padding: 0 30px;
  }
  .extended-channels-wrapper-image {
    & .image-phone {
      width: 195px;
    }
  }

  .card-result__title {
    & h4 {
      font-size: 24px;
      line-height: 36px;
    }
  }

  .card-result__description {
    margin-top: 16px;
  }
}

/*=====================================
        What I learned
======================================*/

.learned-container {
  flex-direction: column;
  align-items: center;

  & h4 {
    margin-bottom: 1rem;
    color: #252525;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
  }
}

@media screen and (max-width: 769px) {
  .learned-container {
    display: flex;
  }
}

/*=====================================
        Footer
======================================*/
.footer-paragrahp {
  color: #fff;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}

.footer-title {
  color: #fff;
  font-family: Lato;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 42px;
}

.footer-column:first-child {
  border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 769px) {
  .footer-column {
    &:first-child {
      border-right: none;
    }

    &:nth-child(2)::before {
      content: "";
      display: block;
      width: 74px;
      height: 1px;
      margin: 0 auto;
      background-color: #f2f2f2;
    }
  }

  .footer-paragrahp {
    &:nth-child(3) {
      margin-top: 25px;
    }
  }
  .footer-title {
    font-size: 24px;
    &:nth-child(2) {
      margin-bottom: 15px;
    }
  }
  .footer-paragrahp,
  .footer-paragrahp2 {
    font-size: 16px;
  }

  .section-footer {
    padding: 60px 20px;
  }
  .footer-column {
    padding-left: 0;
  }
}
