/* color: #1C2D27;
font-family: Poppins;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase; 
background-color:#29B288;
*/
body {
  min-width: 320px;
  max-width: 480px;
  orientation: portrait;
  /* border: 2px solid black; */
  /* height: 150vh; */
  margin: auto !important;
}
nav img {
  width: 10rem;
  /* border: 1px solid black; */
  /* height: 5rem; */
}
.collapse {
  border: 1px solid black;
}
.collapse .card {
  background: transparent;
  border: none !important;
}
.hero {
  background-image: url('/images2/bg.jpg');
  text-align: center;
  padding-top: 3rem;
}
.hero p {
  font-family: Poppins;
  font-size: 200%;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  color: white;
}
.hero .card {
  width: 60%;
  margin: auto;
}
.hero button {
  font-family: Poppins;
  font-size: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  color: white;
  padding-inline: 15px;
  border: none;
  color: #29b288;
  background-color: white;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 50%;
}
.hero .card img {
  position: relative;
}
.hero .line {
  height: 100%;
  align-self: center;
  width: 5px;
  background-color: #29b288;
  position: absolute;
}
.hero .elipse {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #29b288;
  padding: auto;
  color: white;
  align-self: safe center;
  transform: translate(0, -30%);
  line-height: 30px;
}
ul {
  min-width: 320px;
  max-width: 480px;
}
li {
  list-style-type: none;
  margin: 5px;
  text-align: center;
  font-family: Poppins;
  font-size: 100%;
  font-style: normal;
  font-weight: 500;
  color: #29b288;
}
.section-2 .row-1,
.section-2 .row-2 {
  display: flex;
  padding-inline: 2rem;
  .card {
    margin-inline: 0.5rem;
    margin-bottom: 0.8rem;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0.4, 0.4, 0.4, 0.4);
    border-radius: 15px;
  }
}

footer {
  display: flex;
}
.section-2 p {
  font-family: Poppins;
  font-size: 150%;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-left: 2.5rem;
  color: #29b288;
  margin-top: 1.5rem;
}
.section-2 .row-1 img,
.section-2 .row-2 img {
  width: 100%;
  position: relative;
}
.section-2 .button-c {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #29b288;
  padding: auto;
  color: white;
  align-self: safe center;
  margin-inline: 10px;
  /* position: absolute; */
  /* transform: translate(0, 400%); */
  line-height: 20px;
}
.section-2 .row-1 .card-title,
.section-2 .row-2 .card-title {
  font-family: Poppins;
  font-size: 80%;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-left: 10px;
  color: #29b288;
}
.section-2 .row-1 button,
.section-2 .row-2 button {
  border: 2px solid #29b288;
  padding-inline: 0.5rem;
  background-color: transparent;
  font-family: Poppins;
  font-size: 50%;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #29b288;
  border-radius: 4px;
}

.section-3 {
  padding-inline: 2.5rem;
  background-image: url('/images2/bg.jpg');
  padding-top: 2rem;
  margin-top: 3rem;
}
.section-3 .p {
  font-family: Poppins;
  font-size: 150%;
  font-style: normal;
  font-weight: 700;
  color: white;
  /* border: 1px solid black; */
}
.section-3 label {
  font-family: Poppins;
  font-size: 90%;
  font-style: normal;
  font-weight: 500;
  color: white;
  /* border: 1px solid black; */
}
.section-3 .card img {
  position: relative;
  height: 120px;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}
.section-3 .card .number {
  position: absolute;
  width: 20%;
  border-radius: 15px 0 15px 0;
  font-family: Poppins;
  font-size: 150%;
  font-style: normal;
  font-weight: 700;
  color: #29b288;
  background-color: white;
}
.section-3 .row-1 {
  margin-top: 1.5rem;
}
.section-3 .row-1,
.section-3 .row-2,
.section-3 .row-3 {
  display: flex;
  .card {
    text-align: center;
    border-radius: 15px;
    margin-inline: 0.5rem;
    margin-bottom: 0.8rem;
  }
}
.section-3 .row-3 .card {
  margin: auto;
}
.section-3 .card-title {
  font-family: Poppins;
  font-size: 90%;
  font-style: normal;
  font-weight: 500;
  color: #29b288;
}

.section-4 {
  text-align: center;
  margin: auto;
}
.section-4 label {
  font-family: Poppins;
  font-size: 200%;
  font-style: normal;
  font-weight: 700;
  color: #29b288;
  margin-top: 2.5rem;
}
.section-4 p {
  font-family: Poppins;
  font-size: 100%;
  font-style: normal;
  font-weight: 500;
  color: #29b288;
  margin-top: 1.5rem;
}

.section-4 button {
  font-family: Poppins;
  font-size: 140%;
  font-style: normal;
  font-weight: 600;
  padding: 5px 15px 5px 15px;
  width: 60%;
  border: none;
  background-color: #29b288;
  color: white;
  border-radius: 5px;
  margin-top: 3rem;
}

.section-4 img {
  width: 50%;
  border-radius: 50%;
  margin: auto;
}

footer {
  margin-top: 2rem;
  background-color: #29b288;
  padding-left: 2rem;
  padding-top: 1rem;
}
footer .strong {
  font-family: Poppins;
  font-size: 100%;
  font-style: normal;
  font-weight: 500;
  color: white;
}
footer .list {
  font-family: Poppins;
  font-size: 90%;
  font-style: normal;
  font-weight: 400;
  color: white;
}
footer .medsos {
  text-align: center;
  align-self: center;
  margin-left: 6rem;
}
footer i {
  font-family: Poppins;
  font-size: 130%;
  font-style: normal;
  font-weight: 400;
  color: white;
  margin-inline: 0.8rem;
}
