.cta-section {
  padding: 60px 0px;
  background-color: #42424275;
  background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    ),
    url(../images/about-us-rottweiler.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}

.cta-section-container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

.cta-section__title {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 16px;
}

.cta-section__paragraph {
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  margin-bottom: 16px;
}

.cta-section__button {
  color: #fff;
  font-weight: bold;
  background-color: #ff4c00;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 250px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

.cta-section__button:hover {
  background-color: #cc3d00;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1100px) {
  .cta-section {
    padding: 86px 0px;
  }
}
