* {
  box-sizing: border-box;
}

/* header start*/
.icons p,
.header_top div {
  font-size: small;
  font-weight: 500;
  display: inline;
}

.icons {
  margin: 0;
}

.header_top {
  height: 40px;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

hr {
  margin: 0;
}

.header_bottom {
  padding: 0 5%;
}

#logo {
  height: 50px;
}
/* header end */

/* main start*/
section {
  margin-bottom: 50px;
}

h1 {
  width: 520px;
  height: 214px;
  flex-shrink: 0;
  color: #000;
  font-family: Outfit;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 70px */
  text-transform: capitalize;
}

#hero_section h2 {
  color: #000;
  width: 522px;
  height: 85px;
  flex-shrink: 0;
  /* bodyText */
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.5px;
}

/* #hero_section {
} */

#benefits {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.benefit {
  width: 400px;
  height: 300px;
  padding: 75px 30px 68px 30px;
  border: none;
  background-color: aliceblue;
  text-align: center;
}

.benefit:after {
  top: 50%;
  right: 0;
  width: 1px;
  content: "";
  height: 220px;
  position: absolute;
  background-color: #dce0eb;
  transform: translateY(-50%);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

#why_us {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  background-color: aqua;
  height: 550px;
}

#why_us img {
  width: 800px;
  height: 500px;
  margin-right: 50px;
}

#why_us_text {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

#our_services {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.service {
  width: 250px;
  height: 300px;
  margin: 0 50px;
  border: none;
  background-color: aliceblue;
  text-align: center;
}

.carousel-indicator {
  color: red;
}
