@import "./components/HeroSection.css";

#counsel-navbar-selection {
  color: #ff8960;
}

.Counsel-Section {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0 83px;
}

.Counsel-Section-Responsive {
  display: flex;
  position: relative;
  max-width: 1590px;
  flex-direction: column;
  width: 100%;
  min-width: 1024px;
}

.Counsel-Section-Responsive-Why {
  display: flex;
  position: relative;
  flex-direction: column;
  grid-gap: 49px;
  padding: 50px 0;
}

.Counsel-Section-Responsive-Why-Heading {
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 1.2px;
}

.Counsel-Section-Responsive-Why-Boxes {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  grid-gap: 20px;
}

.Counsel-Section-Responsive-Why-Boxes-Box {
  display: flex
;
    position: relative;
    flex-direction: column;
    align-items: center;
    grid-gap: 3px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 22px 27px;
    flex: 1 1 calc(25% - 20px);
    max-width: 327px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
}

.Counsel-Section-Responsive-Why-Boxes-Box-imgTag {
  width: 60px;
}

.Counsel-Section-Responsive-Why-Boxes-Box-Text {
  color: #000;
  text-align: center;
  font-size: 1.37rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.66px;
}

.Counsel-Section-Responsive-Topics {
  display: flex;
  position: relative;
  flex-direction: column;
  grid-gap: 55px;
  padding-bottom: 99px;
}

.Counsel-Section-Responsive-Topics-Heading {
  color: #000;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.75;
  letter-spacing: 0.8px;
}

.Counsel-Section-Responsive-Topics-Points {
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.Counsel-Section-Responsive-Topics-Points-Point {
  display: flex;
  align-items: center;
  position: relative;
  width: 50%;
  padding: 12px 12px 25px 62.5px;
  border-bottom: 2px solid #d9d9d9;
  color: #000;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.66px;
}

.Counsel-Section-Responsive-Topics-Points-Point::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ff8960;
  border-radius: 50%;
  position: absolute;
  left: 12px;
}

@media (max-width: 1245px) {
  .Counsel-Section {
    padding-left: 29px;
    padding-right: 29px;
  }

  .Counsel-Section-Responsive {
    max-width: unset;
    min-width: unset;
  }
}

@media (max-width: 860px) {
  .Counsel-Section-Responsive-Why-Boxes {
    flex-direction: column;
  }

  .Counsel-Section-Responsive-Why-Boxes-Box {
    width: 100%;
    max-width: unset;
    flex-direction: row;
    padding: 38px 32px;
    grid-gap: 24px;
  }

  .Counsel-Section-Responsive-Why-Boxes-Box-imgTag {
    width: 40px;
  }
}

@media (max-width: 450px) {
  .Counsel-Section {
    padding-left: 11px;
    padding-right: 11px;
  }

  .Counsel-Section-Responsive-Why {
    grid-gap: 5px;
    padding: 18px 0;
  }

  .Counsel-Section-Responsive-Why-Heading {
    font-size: 1.125rem;
    line-height: 1.38;
  }

  .Counsel-Section-Responsive-Why-Boxes {
    grid-gap: 7px;
  }
  .Counsel-Section-Responsive-Topics-Heading {
      font-size: 1.125rem;
      line-height: 1.38;
  }

  .Counsel-Section-Responsive-Topics {
      grid-gap: 18px;
      padding-bottom: 80px;
  }

  .Counsel-Section-Responsive-Topics-Points {
      flex-direction: column;
  }

  .Counsel-Section-Responsive-Topics-Points-Point {
      padding: 5.5px 12px 6px 33px;
      border-bottom: 1px solid #d9d9d9;
      font-size: 1rem;
      line-height: 1.78;
      letter-spacing: 0.66px;
  }

  .Counsel-Section-Responsive-Topics-Points-Point {
      width: 100%;
      padding: 5.5px 12px 6px 33px;
      border-bottom: 1px solid #d9d9d9;
      font-size: 1rem;
      line-height: 1.78;
  }

  .Counsel-Section-Responsive-Topics-Points-Point::before {
      width: 7px;
      height: 7px;
  }

}