.local_removals {
  padding: 30px;
}

.local_removals .removals i {
  font-size: 60px;
  margin-top: 10px;
  color: #107e7f;
}

.local_removals .removals .label {
  font-size: 20px;
  margin-top: 18px;
}
.local_removals .container {
  /* border-radius: 10px;
    border: 1px solid black;
    padding: 20px;
    width: 40rem;
    margin-top:10px; */
}

.local_removals .matches.container {
  max-width: 800px;
}

.local_removals .match.card {
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
}

.local_removals .match .thumb {
  background-size: cover !important;
  background-position: center !important;
  min-height: 170px;
  padding: 0 !important;
  background: url(https://whatstorage-staging.co.uk/wp-content/themes/whatstorage/custom/img/man-van-removal.jpg);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -1px;
}

.local_removals .match .thumb a {
  display: block;
  height: 100%;
}

.local_removals h2 {
  text-align: center;
}

.local_removals h4 {
  font-weight: bolder;
  font-size: 24px;
  color: black;
}

.local_removals h5 {
  color: #107e7f;
  font-size: 1.2rem;
  font-weight: 600;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #000000b0;
}

@media only screen and (max-width: 350px) {
  .local_removals {
    padding: 10px !important ;
  }
}

@media only screen and (max-width: 576px) {
  .local_removals {
    padding: 20px;
  }

  .local_removals .removals i {
    font-size: 50px;
    margin-top: 10px;
    color: #107e7f;
  }

  .local_removals .removals .label {
    font-size: 16px;
    margin-top: 18px;
  }

  .local_removals h2 {
    font-size: 26px;
    margin-top: 18px;
    text-align: center;
  }

  .local_removals .container {
    /* width: 100%;
    padding:10px; */
  }

  .local_removals .container h4 {
    font-size: 18px !important;
  }
  .local_removals .container h5 {
    font-size: 1rem;
  }
  .local_removals .container p {
    font-size: 0.7rem;
  }

  .local_removals .container img {
    width: 130px;
  }
}

@media only screen and (max-width: 991px) {
  .local_removals {
    padding: 20px;
  }
  .local_removals .removals .label {
    font-size: 18px;
    margin-top: 18px;
  }
}

.matches .match.card .removals_contact {
  font-size: 14px;
}

.matches .match.card .email {
  font-size: 14px;
}

.matches .match.card .fa {
  margin-right: 4px;
}

.matches .match.card a:hover {
  color: #f5dc4b;
  text-decoration: none;
}
