@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
}
:root {
  --main: #e9f8df;
}

header {
  padding: 24px 0;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d2e9c3;
  border-radius: 30px;
  padding: 10px 24px;
}
.navbar .tFSRTSgOMv {
  display: flex;
  gap: 8px;
  align-items: center;
}
.navbar .tFSRTSgOMv h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
}
.navbar img {
  width: 48px;
}
.navbar a {
  color: black;
  font-size: 15px;
  font-weight: 700;
}
.pYRSTiJSop {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px;
  margin-top: 16px;
}
.pYRSTiJSop h1 {
  font-size: 40px;
  font-weight: 700;
}
.pYRSTiJSop p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px
}
.cIzsvhNlfx {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cIzsvhNlfx p {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
}
.cIzsvhNlfx span {
  font-size: 17px;
  font-weight: 700;
}
.cIzsvhNlfx h4 {
  font-size: 21px;
  font-weight: 700px;
  text-align: center;
}
.ZAgkfSSElJ div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ZAgkfSSElJ div ul {
  list-style-position: inside;
}
.ZAgkfSSElJ div ul li {
  line-height: 30px;
  text-indent: 10px;
  font-size: 17px;
  font-weight: 500;
}
.xOQVwSraLn {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}
.xOQVwSraLn div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* responsive */
@media (max-width: 768px) {
  header {
    padding-top: 6px;
    padding-bottom: 16px;
  }
  .pYRSTiJSop h1 {
    font-size: 28px;
  }

  .xOQVwSraLn {
    margin-bottom: 24px;
  }
   .navbar{
    padding: 8px;
  }
  .navbar a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .navbar .tFSRTSgOMv h2 {
    display: none;
  }
  .navbar img {
    width: 32px;
  }
  .pYRSTiJSop {
    margin-bottom: 20px;
    gap: 16px;
  }
  .pYRSTiJSop p{
    font-size: 15px;
  }
  .pYRSTiJSop h1 {
    font-size: 18px;
  }
  .cIzsvhNlfx,
  .xOQVwSraLn {
    gap: 20px;
  }
  
  .ZAgkfSSElJ div ul li {
    text-indent: 10px;
    font-size: 15px;
    font-weight: 500;
  }
  .cIzsvhNlfx h4 {
    font-size: 16px;
  }
  .cIzsvhNlfx p {
    font-size: 15px;
  }
  .cIzsvhNlfx span {
    font-size: 15px;
  }
}
