* {
  margin: 0%;
  padding: 0%;
}
.header {
  display: flex;
  justify-content: end;
}
.header-nav {
  display: flex;
  gap: 35px;
  color: black;
  font-weight: 500;
  font-size: 20px;
}
.container {
  width: 90%;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: black;
}
.hero {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.box {
  h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
  }
  p {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #21243d;
  }
  .btn1 {
    background: #ff6464;
    font-size: 17px;
    color: white;
    border: none;
    padding: 10px 20px;
  }
}

.boxOne {
  display: flex;
  justify-content: center;
  align-items: center;
}
#box2s {
  background: #edf7fa;
  margin-bottom: 130px;
  padding-bottom: 40px;
}
.nurbolot {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 418px;
  height: 295px;
  background-color: white;
  p {
    font-weight: 400;
    font-size: 16px;
  }
}
.cro {
  display: flex;
  justify-content: start;
}
.cardContainer {
  display: flex;
  gap: 30px;
}
.Fear {
  display: flex;
  font-weight: 400;
  font-size: 22px;
  line-height: 60px;
}
.buttn {
  border-radius: 30px;
  background-color: black;
  color: white;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  width: 70px;
}

.drop2 {
  margin-left: 30px;
  h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 30px;
  }
  h4 {
    font-weight: 400;
    font-size: 20px;
    color: #8695a4;
  }
  p {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #21243d;
  }
}
.ez {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.drop5 {
  display: flex;
  margin: 20px 0;
}
.end {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  gap: 30px;
}
.text {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
}
