@media all {
  .page__featured {
    background-color: #F5F7FA;
  }
  .page__featured .intro {
    box-sizing: border-box;
    color: #26325A;
  }
  .page__featured .intro .title {
    margin-bottom: 1em;
    line-height: 1.2;
  }
  .page__featured .intro .text {
    color: #5B6279;
  }
  .page__featured .pages {
    position: relative;
    z-index: 1;
  }
  .page__featured .page {
    position: relative;
  }
  .page__featured .page .container {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background-color: #7083E0;
    color: white;
  }
  .page__featured .page .container:after {
    content: '';
    aspect-ratio: 1;
    position: absolute;
    background-image: url('/img/interface/logos/main-logo_mini.svg');
  }
  .page__featured .page .title {
    margin-bottom: 0.75em;
  }
}
@media (min-width: 850px) {
  .page__featured .intro {
    float: left;
    position: relative;
    z-index: 2;
  }
  .page__featured .pages::before,
  .page__featured .pages::after {
    content: '';
    display: table;
  }
  .page__featured .pages::after {
    clear: both;
  }
  .page__featured .page .container {
    position: absolute;
  }
  .page__featured .page .container:after {
    top: 2.5em;
    right: 2.5em;
  }
  .page__featured .page:nth-child(odd) {
    float: right;
  }
  .page__featured .page:nth-child(even) {
    float: left;
  }
  .page__featured .page .image-container,
  .page__featured .page .container {
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .page__featured {
    padding-top: 150px;
  }
  .page__featured .intro {
    width: 605px;
    padding-left: 80px;
  }
  .page__featured .intro .title {
    font-size: 60px;
  }
  .page__featured .page .image {
    width: 600px;
    height: 405px;
  }
  .page__featured .page .container {
    width: 440px;
    padding: 50px 60px;
  }
  .page__featured .page .container:after {
    width: 27px;
  }
  .page__featured .page .title {
    font-size: 30px;
  }
  .page__featured .page:nth-child(odd) .container {
    bottom: -40px;
    right: 80px;
  }
  .page__featured .page:nth-child(even) .container {
    bottom: -60px;
    left: -40px;
  }
  .page__featured .page:nth-child(1) {
    margin-right: 115px;
  }
  .page__featured .page:nth-child(1) .image {
    width: 405px;
    height: 600px;
  }
  .page__featured .page:nth-child(1) .container {
    width: 344px;
    bottom: 40px;
    right: -115px;
  }
  .page__featured .page:nth-child(n+2) {
    margin-top: 80px;
  }
}
@media (min-width: 850px) and (max-width: 1399px) {
  .page__featured {
    padding-top: 50px;
  }
  .page__featured .intro {
    width: 290px;
    padding-left: 37px;
  }
  .page__featured .intro .title {
    font-size: 40px;
  }
  .page__featured .page .image {
    width: 450px;
    height: 303px;
  }
  .page__featured .page .container {
    width: 320px;
    padding: 30px;
  }
  .page__featured .page .container:after {
    width: 22px;
  }
  .page__featured .page .title {
    font-size: 20px;
  }
  .page__featured .page:nth-child(odd) .container {
    bottom: -80px;
    right: 75px;
  }
  .page__featured .page:nth-child(even) {
    margin-left: 37px;
  }
  .page__featured .page:nth-child(even) .container {
    bottom: -60px;
    left: -37px;
  }
  .page__featured .page:nth-child(1) {
    margin-right: 165px;
  }
  .page__featured .page:nth-child(1) .image {
    width: 303px;
    height: 450px;
  }
  .page__featured .page:nth-child(1) .container {
    bottom: 60px;
    right: -165px;
  }
  .page__featured .page:nth-child(n+2) {
    margin-top: 50px;
  }
}
@media (max-width: 849px) {
  .page__featured {
    padding: 40px 0 80px;
  }
  .page__featured .intro {
    padding-left: 37px;
    margin-bottom: 40px;
  }
  .page__featured .intro .title {
    font-size: 34px;
  }
  .page__featured .page .image {
    width: 80%;
    height: 0;
    padding-bottom: 50%;
  }
  .page__featured .page .container {
    width: 65%;
    min-width: 175px;
    padding: 20px;
    margin-top: -60px;
  }
  .page__featured .page .container:after {
    width: 14px;
    top: 16px;
    right: 16px;
  }
  .page__featured .page .image,
  .page__featured .page .container {
    border-radius: 12px;
  }
  .page__featured .page .title {
    font-size: 14px;
  }
  .page__featured .page:nth-child(odd) .image {
    margin-left: 0;
    margin-right: auto;
  }
  .page__featured .page:nth-child(odd) .container {
    margin-right: 0;
    margin-left: auto;
  }
  .page__featured .page:nth-child(even) .image {
    margin-right: 0;
    margin-left: auto;
  }
  .page__featured .page:nth-child(even) .container {
    margin-left: 0;
    margin-right: auto;
  }
  .page__featured .page:nth-child(1) .image {
    width: 65%;
    padding-bottom: 95%;
  }
  .page__featured .page:nth-child(1) .container {
    width: 50%;
    margin-top: -120px;
  }
  .page__featured .page:nth-child(n+2) {
    margin-top: 40px;
  }
}
