/*Services updated code*/
body{
  width:100%;
  overflow-x: hidden;
}
/* Float four columns side by side */
.column-services {
  float: left;
  width: 25%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row-services {margin: 0 -5px;}

/* Clear floats after the columns */
.row-services:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column-services {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card-services {

  padding: 16px;
  text-align: center;
  background-color: none;
 
  color:#333;
}

.card-services img{
  border-radius: none;
}

.card-services p{
  margin-bottom: 9px;
}

.card-services h3{
  color:black;
  margin-bottom: 10px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 100%;
}

.card img{
      border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.title {
  color: black;
  font-weight: bold;
  font-size: 18px;
  
}

hr{

    border:2px solid teal;
    width:60px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}