.best-cleaning-services-area {
  background-color: #1C2F80;
  color: #ffffff;
  overflow-x: hidden;
}
.best-cleaning-services-container {
  max-width: 1650px;
  margin: 0 auto;
  display: flex;
}
.best-cleaning-services-container .content-col {
  flex: 1;
  max-width: 50%;
  min-width: 50%;
  text-align: left;
  padding: 120px 75px 0 15px;
}
.best-cleaning-services-container .content-col h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 50px;
  line-height: 65px;
  text-shadow: 0px 0px 16px rgba(222.7, 208.66021739130434, 208.66021739130434, 0.3);
  color: #ffffff;
  margin: 0 0 40px;
  font-weight: 700;
}
.best-cleaning-services-container .content-col a {
  font-style: normal;
  max-width: 160px;
  width: 100%;
  display: block;
  height: 48px;
  padding: 12px 10px;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 30px 0 0;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  background: #000;
  border-radius: 11px;
  text-transform: capitalize;
}
.best-cleaning-services-container .content-col a:hover {
  background-color: #fff;
  color: #000;
}
.best-cleaning-services-container .image-col {
  flex: 1;
  max-width: 50%;
  min-width: 50%;
}
.best-cleaning-services-container .image-col img {
  width: 100vw;
  max-width: 50vw;
      max-height: 780px;
    object-fit: cover;
}
