.hero-section-container {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("/images/pest-control-bg.jpeg"), lightgray 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
}

.why-choose-us-container .why-choose-us .cards-container .cardd img {
  width: 100px;
}
.why-choose-us-container .why-choose-us .cards-container .cardd p {
  font-size: 1rem;
  font-weight: 600;
}

.list-items {
  margin-left: 1em;
  margin-right: 1em;
}
.list-items .cot {
  text-align: left;
}
.list-items .cot h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.3em;
}
.list-items .cot h2 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.list-items .cot h2 span {
  font-weight: 400;
}
@media (max-width: 576px) {
  .list-items .cot h2 {
    text-align: center;
  }
}

.our-services .heading {
  position: relative;
  margin: 0px !important;
}
.our-services .heading h5 {
  color: #4D4D4D;
  font-family: inherit;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.our-services .heading h2 {
  margin: 0;
  color: #000;
  font-family: inherit;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: -20px;
}
@media (max-width: 576px) {
  .our-services .heading h2 {
    font-size: 1.5rem;
  }
}
.our-services .heading h2 span {
  font-weight: 300;
}
@media (max-width: 960px) {
  .our-services .heading h2 {
    margin-top: 0.4em;
  }
}
.our-services .heading hr {
  position: absolute;
  top: -20px;
  left: 0;
  width: 0.3125rem;
  height: 5.625rem;
  background: #D21D00;
  opacity: 100%;
}
.our-services img {
  width: 30rem;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  transition: all 0.3s ease-out;
}
@media (max-width: 760px) {
  .our-services img {
    width: 18.5rem;
    height: 15rem;
  }
}
.our-services img:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.our-services button {
  display: flex;
  width: 12.0625rem;
  height: 3.9375rem;
  padding: 0.8125rem 0.9375rem 0.875rem 0.875rem;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.625rem;
  background-color: #D21D00;
  color: #FFF;
  text-align: center;
  font-family: inherit;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease-out;
}
.our-services button:hover {
  transform: scale(1.1);
}/*# sourceMappingURL=pest.css.map */