.listStyle {
  margin: 1.5%;
}

.description-line-height{
  line-height: 2;
}

.text-siz18{
  font-size: 18px;
}

.text-grey{
  color: #dedede;
}
.card-height{
  min-height: 480px;
}

.card-front-color{
  background: #19478e;
}

.logo{
  width: 275px;
  height:75px;
  min-height: 75px;
  min-width: 275px;
}

.socialIcons{
  margin-left: 5%;
}

.card-text{
  font-family: sans-serif;
  font-size: 15px;
  font-style: oblique;
}

.card-width{
  width: 22.5%;
}

.testimonial{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: space-evenly
}

.card-img-top{
  max-height: 550px;
}

.newline {
  display: none;
}
@media (max-width: 480px) {
  .newline {
    display: block;
    /* Add other properties here */
  }
}