.margin20 {
  margin-right: 20px;
}

.weight-600 {
  font-weight: 600;
}

.Display_none {
  display: none;
}

.weight-200 {
  font-weight: 200;
}

.unset-text-shadow {
  text-shadow: unset;
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
}

.bottom-div {
  align-items: center;
  height: 70%;
  text-align: center;
  padding: 30px;
  padding-top: 0px;
  padding-bottom: 12px;
}

.top-div {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 30%;
}

.services-row h5 {
  font-size: 15px;
}

