body::-webkit-scrollbar {
  display: none;
}

.hg-100 {
  height: 100px
}

.img-card {
  height: 400px;
  width: 270px;
  background-size: cover;
  border-radius: 15px;
}

.bg-main {
  background-color: #0070C0;
}

.bg-grey {
  background-color: #eee4e6;
}

.text-main {
  color: #0070C0;
}

.text-white {
  color: #ffffff;
}

.text-less {
  font-weight: 700 !important;
}

.text-bold {
  font-weight: 800 !important;
}

.text-bolder {
  font-weight: 900 !important;
}

.font-medium {
  font-size: 20px;
}

.font-big {
  font-size: 30px;
}

.font-bigger {
  font-size: 35px;
}

.br-15 {
  border-radius: 15px;
}

.img-team {
  margin-top: 3rem !important;
}

.round-circle {
  border-radius: 50% !important;
}

.svg-icon {
  width: 130px;
  height: 130px;
  opacity: 0.7;
}