.why-adopt-block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why-adopt-block .custom-container {
  background-color: unset !important;
}

.why-adopt-block header.header {
  .title,
  h1.title {
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFA;
    text-transform: uppercase;

    @media screen and (max-width: 1580px) {
      font-size: 25px;
      line-height: 30px;
    }

    @media screen and (max-width: 992px) {
      font-size: 20px;
      line-height: 24px;
    }

    @media screen and (max-width: 520px) {
      font-size: 16px;
      line-height: 20px;
    }
  }

  .description-wrapper {
    align-items: baseline;
    gap: 10px;
    color: #FFFFFA;

    .description,
    .description p {
      font-size: 40px;
      font-weight: 400;
      line-height: 50px;

      @media screen and (max-width: 1580px) {
        font-size: 25px;
        line-height: 30px;
      }

      @media screen and (max-width: 992px) {
        font-size: 20px;
        line-height: 24px;
      }

      @media screen and (max-width: 520px) {
        font-size: 16px;
        line-height: 20px;
      }
    }

    p.powered-by {
      font-size: 22px;
      font-weight: 400;
      line-height: 26.82px;

      @media screen and (max-width: 768px) {
        font-size: 16px;
        line-height: 19.5px;
      }

      @media screen and (max-width: 520px) {
        font-size: 10px;
        line-height: 12.19px;
      }
    }
  }
}

.why-adopt-block section.content {
  .card-item {
    .card {
      border-radius: 16px;
      background-color: #FCFAFF;

      .title,
      h2.title {
        font-size: 24px;
        line-height: 29.26px;
        color: #6800FF;

        @media screen and (max-width: 768px) {
          font-size: 20px;
          line-height: 24.38px;
        }

        @media screen and (max-width: 520px) {
          font-size: 16px;
          line-height: 19.5px;
        }
      }

      .description,
      .description p {
        font-size: 22px;
        font-weight: 400;
        line-height: 26.82px;
        color: #222222;

        @media screen and (max-width: 768px) {
          font-size: 16px;
          line-height: 19.5px;
        }

        @media screen and (max-width: 520px) {
          font-size: 12px;
          line-height: 14.63px;
        }
      }
    }
  }
}
