.rec__service__wrapper {
  width: 100%;
}

.rec__banner {
  width: 100%;
  background-color: #f2f7fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6rem 1.5rem;
}

.rec__banner__text {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.rec__banner__text h1 {
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 2rem;
}

.rec__banner__text a {
  text-decoration: none;
  padding: 1rem 3.5rem;
  background-color: #1f487e;
  color: white;
  margin-top: 3rem;
  border-radius: 25px;
  font-weight: bold;
}

.rec__banner img {
  width: 40%;
  margin-right: 2rem;
}

.rec__sub__head {
  text-align: center;
  margin: 5rem 0 3rem 0;
  color: rgb(41, 41, 41);
}

.why__rec__wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.why__rec__wrapper .rec__why {
  width: 480px;
  margin: 2.5rem;
}

.rec__why h3 {
  color: rgb(6, 96, 231);
  letter-spacing: 1px;
}

.rec__why p {
  margin-top: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.rec__services {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.rec__services .rec__service {
  width: 500px;
  height: 400px;
  margin: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 8px 8px 8px 5px rgba(0, 0, 0, 0.15);
}

.rec__service .service__img {
  width: 220px;
}
.rec__service .service__img img {
  width: 100%;
}
.rec__services .rec__service h3 {
  text-align: center;
  margin: 1.6rem 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.rec__service a {
  padding: 0.5rem 4rem;
  background-color: rgb(21, 61, 134);
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}
