*{

}

.row{
  margin: 0;
}

body{
  margin: 0;
  padding: 0;
}

html, body {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
}

h1, h2, h3, h4 {
  color: #306b57;
  font-weight: semibold !important;
}

h1{
  font-size: 1.5em;
}

h2{
  font-size: 1em;
}

p{
  text-align: justify;
}

footer {
 
}

.cont-footer{
  width: 100%;
  height: 25px;
  background-color: #306b57;
}

.cont-center{
  padding: 10px;
  margin-top: 10px;
  text-align: center;
}

.services-center{
  text-align: center;
  padding: 10px;
}

.services-center img{
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .services-center img{
    width: 200px;
  }
}