/*Side By Side Reverse*/
/*Mobile - 360px*/
@media only screen and (min-width: 0rem) {
  #sbsr-579 {
    padding: clamp(9.375rem, 7.82vw, 25rem) 1rem clamp(2.515rem, 7.82vw, 2.75rem);
  }
  #sbsr-579 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 7vw, 4rem);
  }
  #sbsr-579 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    padding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
    padding-top: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbsr-579 .cs-title {
    max-width: 43.75rem;
  }
  #sbsr-579 .cs-text {
    margin-bottom: 1rem;
  }
  #sbsr-579 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbsr-579 .cs-picture {
    display: block;
    position: relative;
    width: 100%;
    height: 18.75rem;
  }
  #sbsr-579 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/*Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbsr-579 {
    padding: clamp(11rem, 7.82vw, 6.25rem) 1rem;
  }
  #sbsr-579 .cs-container {
    flex-direction: row;
    justify-content: center;
    gap: clamp(3.75rem, 10vw, 8rem);
  }
  #sbsr-579 .cs-content {
    width: 53%;
    padding: 0;
  }
  #sbsr-579 .cs-picture {
    width: 47vw;
    max-width: 30.875rem;
    height: clamp(32.375rem, 63vw, 43.75rem);
    margin: 0 0 clamp(1rem, 2.4vw, 1.75rem) clamp(1rem, 2.4vw, 1.75rem);
    position: relative;
    order: 2;
  }
  #sbsr-579 .cs-picture:before  {
    content: "";
    width: 50%;
    height: 60%;
    background: #065af9;
    opacity: 1;
    display: block;
    position: absolute;
    bottom: calc(clamp(1rem, 2.4vw, 1.75rem) * -1);
    right: calc(clamp(1rem, 2.4vw, 1.75rem) * -1);
  }
}