.why-spotless-clean-section{
    padding:100px 0px;
}
.why-spotless-clean-section .full-container {
    padding: 0 30px;
    max-width: 1260px;
    margin: 0 auto;
    display:flex;
    gap:0 30px;
    align-items: center;
}
.why-spotless-clean-section .full-container p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #222222;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.why-spotless-clean-section .full-container .spotless-title {
  color: #000;
  margin: 0 0 14px;
  padding: 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
}
.why-spotless-clean-section .full-container .spotless-clean-left{
  width:50%;
}
.why-spotless-clean-section .full-container .spotless-clean-right{
  width:50%;
  text-align:right;
}

.why-spotless-clean-section .full-container .spotless-clean-right a {
    max-width: 160px;
    width: 100%;
    display: inline-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;
    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;
}
.why-spotless-clean-section .full-container .spotless-clean-right a:hover {
    background-color: #1C2F80;
}
.why-spotless-clean-section .full-container .spotless-clean-right .book-now-btn-box{
    margin-top: 38px;
    text-align: right;
}
