/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./slicing/src/scss/wt-components/project-rto-banner.scss ***!
  \*********************************************************************************************************************************************************************************************************/
.project-rto-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .project-rto-banner {
    max-width: 96rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 3rem;
  }
}
.project-rto-banner__image {
  width: auto;
  height: auto;
  max-width: 64rem;
  max-height: 64rem;
}
@media only screen and (min-width: 992px) {
  .project-rto-banner__image {
    max-width: 480px;
    max-height: 480px;
  }
}
.project-rto-banner__image img {
  width: 100%;
  height: 100%;
}
.project-rto-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 2.5rem;
  margin: -14rem 2rem 0 2rem;
  max-width: 64rem;
}
@media only screen and (min-width: 992px) {
  .project-rto-banner__content {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
.project-rto-banner__content-card {
  margin-bottom: 2rem;
  padding: 4.5rem 4.5rem 3.5rem 4.5rem;
  background-color: rgb(var(--background-color-grey));
}
@media only screen and (min-width: 992px) {
  .project-rto-banner__content-card {
    margin-bottom: 0;
    margin-left: -10rem;
  }
}
.project-rto-banner__content-button {
  align-self: center;
}
@media only screen and (min-width: 992px) {
  .project-rto-banner__content-button {
    margin-top: 3rem;
    align-self: baseline;
  }
}
