.abu-column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.abu-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 0px;
  height: 771px;
}
.abu-br {
  max-height: 100px;
}
.about-section {
  padding: 50px;
  text-align: center;
  background-color: #fe575e;
  color: white;
}

.abu-container {
  padding: 0 16px;
  min-height: 10px;
  max-height: 20px;
}
.abu-hr {
  background-color: red;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #095484;
}
.row {
  height: 10%;
}
.abu-container::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: rgb(255, 255, 255);
  font-size: 12px;
  border-radius: 50px;
  background-color: #fd565d;
  padding: 3px 3px 3px 3px;
}
.abu-ex-de {
  text-align: justify;
}
p {
  font-size: 12px;
  line-height: 1.5;
}
.abu-button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  bottom: 0px;
}

.abu-button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .abu-column {
    width: 100%;
    display: block;
  }
}
.our-team-titile {
  height: 6.5rem;
  margin-top: 50px;
  font-size: 25px;
}
/* /////////////// Links ///////////////// */

/* //////////////////////////////////////////// */
