.contact-info {
  display: flex;
  align-items: center;
  height: 80px;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130%;


}

.number-box {
  display: flex;
  align-items: center;
  height: 130%;

}

.bg-img {
  background-image: url('carere.png');


  background-size: cover;
  margin-top: 0;
  padding-top: 30px;
  background-position: center;
  position: relative;
  height: 100vh;

}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 253, 251, .74);
}

.content {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

h2 {
  color: #2d698b;
  font-size: 50px;
  font-weight: bold;
}

.content p {
  color: #2d698b;
  font-size: large;
  line-height: 1.5;
  font-weight: lighter;
  font-size: 18px;
}

.btn-primary {
  background-color: #669f66;
  border-radius: 20px;
  padding: 10px 30px;

  margin-top: 30px;
}

.custom-card {
  border-top: 10px solid #00467f;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);

}

.custom-card-title {
  font-weight: bold;
}

.custom-card-text {
  color: gray;
  font-size: 14px;
}

.learn-more {
  text-align: right;
  margin-right: 25px;


}


footer {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .icon-box {
    display: none;
  }

  .number-box {
    display: none;
  }

  .navbar-toggler {
    margin-left: 40%;
  }

}