.body-cont-inner {
  justify-content: center;
}

.banner-text-cont {
  display: flex;
  justify-content: center;
}

.banner-text {
  text-align: center;
  font-weight: normal;
}

.body-cont-inner {
  width: 60% !important;
}

.contact-wrapper {
  display: flex;
  justify-content: center;
}

.contact-cont {
  margin: 4rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  min-width: fit-content;
  height: fit-content;
  padding: 16px 0px;
  background-color: white;
  border-radius: 16px;
}

.icon-circle {
  /* width: 6rem;
  height: 6rem; */
  display: flex;
  padding: 1.5rem;
  border-radius: 4rem;
  background-color: #0693e3;
  margin-bottom: 2rem;
}

.icon-image {
  object-fit: contain;
  width: 2rem;
}

.icon-wrapper {
  display: flex;
  justify-content: center;
}

.contact-method {
  width: 16rem;
  height: 100%;
  margin: 12px 4px 12px 4px;
  cursor: pointer;
}

.contact-info {
  text-align: center;
  word-wrap: break-word;
}
