.object-is-center {
  object-fit: cover;
  object-position: center;
}

.center-btn {
  text-align: center;
}

.cta {
  --bg: var(--primary);
  display: inline-block;
  background: var(--bg);
  border: 1px solid var(--primary);
  padding: 10px 25px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.cta:hover {
  background: transparent;
  color: #fff;
  transition: all 0.4s;
}

.cta-inverse {
  --bg: var(--primary);
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 25px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.cta-inverse:hover {
  background: black;
  color: #fff;
  transition: all 0.4s;
}

i {
  padding-right: 5px;
}

#aboutus-container p {
  line-height: 1.7rem;
}

#aboutus-container p {
  margin-bottom: 10px;
  font-weight: 500;
}

p {
  font-weight: 600;
}

body {
  overflow-x: hidden;
}
