* {
  margin: 0;
  padding:0;
  font-family: 'Montserrat', sans-serif;
}

.content {
  background-color: white;
  width: 100%;
  height: 65vh;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*background: radial-gradient(#FFFFFF 50%, #48ABC8  120%); */
  background-position: top;
  

}

.contact {
  background-color: #48ABC8;
  width: 100%;
  height: 25vh;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.contact-icons {
  color: #FFF;
  list-style-type:none;
  font-size:1.5rem;
  font-weight: 500;;
  text-align: center;
  display:flex;
  flex-direction: column;
  align-items: center;
}

.social-icons {
  color: #FFF;
  list-style-type:none;
  font-size:1.5rem;
  font-weight: 500;;
  text-align: center;
  display:flex;
  flex-direction: row;
  align-items: center;
}


.contact-icons li {
  margin-bottom: 24px;
  border: 2px solid white;
  padding: 4px 14px;
  border-radius: 5px;
  display: flex;
  align-items: center;


  
}

.contact-icons img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.social-icons img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}


.services-list{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.0rem;
  list-style-type: none;
  text-align: center;
  line-height: 3.0rem;
}


.logo {
  display:flex;
  align-items: center;
  justify-content: center;
}



.logo img {
  width: 70%;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;

}

@media only screen and (max-width: 416px) {

  .logo  {
    width: 200px;
    margin-bottom: 1rem;
    margin-top: 0;
    height: auto;
  }

  .services-list {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-icons {
    font-size: 18px;
  }
  
}
  
.endSectionPattern {
  width: 100%;
  height: 10vh;
  background-color: #fff;
  background-image: url("pattern.png");
  background-position: 50%;
  background-repeat: repeat-x;
}