/*-- -------------------------- -->
<---         Why Choose         -->
<--- -------------------------- -*/

/* Mobile */
@media only screen and (min-width: 0rem) {
  #why-2347 {
    padding: var(--sectionPadding);
    padding-top: 0;
    overflow: hidden;
    background-color: #1a1a1a;
  }
  #why-2347 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    /* 32px - 80px top & bottom */
    /* 16px - 80px left & right */
    padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 6vw, 5rem);
    background-color: #484848;
    display: flex;
    flex-direction: column;
    /* 32px - 64px */
    gap: clamp(2rem, 6vw, 4rem);
  }
  #why-2347 .cs-wrapper {
    display: flex;
    flex-direction: column;
    order: -1;
  }
  #why-2347 .cs-content {
    width: 100%;
    margin: 0 auto;
    /* 32px - 64px */
    margin-bottom: clamp(2rem, 7vw, 4rem);
    order: -1;
  }
  #why-2347 .cs-content .cs-button-solid {
    display: none;
  }
  #why-2347 .cs-title {
    max-width: 59rem;
    margin: 0;
    color: var(--bodyTextColorWhite);
    text-align: center;
  }
  #why-2347 .cs-text {
    max-width: 59rem;
    margin-bottom: 1rem;
    opacity: .8;
  }
  #why-2347 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #why-2347 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5vw, 3.5rem);
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 0 3rem;
    background-color: var(--primary);
    color: var(--bodyTextColorWhite);
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #why-2347 .cs-button-solid:hover:before {
    width: 100%;
  }
  #why-2347 .cs-button-solid:before {
    content: '';
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #why-2347 .cs-image-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    order: -1;
  }
  #why-2347 .cs-wrapper2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
  #why-2347 .cs-card-group {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* 16px - 20px */
    column-gap: clamp(1rem, 2.5vw, 1.25rem);
    row-gap: 2rem;
  }
  #why-2347 .cs-item {
    text-align: left;
    list-style: none;
    display: flex;
    grid-column: span 12;
    flex-direction: column;
    align-items: flex-start;
  }
  #why-2347 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
  }
  #why-2347 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2.4vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    width: 100%;
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #why-2347 .cs-item-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColorWhite);
    opacity: .8;
  }
  #why-2347 .cs-image-group {
    width: 100%;
  }
  #why-2347 .cs-picture {
    width: 100%;
    height: 60vw;
    display: block;
    position: relative;
    z-index: 1;
  }
  #why-2347 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* In-between - 600px */
@media only screen and (min-width: 37.5rem) {
  #why-2347 .cs-content .cs-button-solid {
    display: inline-block;
  }
  #why-2347 .cs-wrapper {
    text-align: center;
  }
  #why-2347 .cs-picture2 {
    min-height: clamp(13.75rem, 25vw, 25rem);
    max-height: 470px;
    max-width: 657.938px;
    margin: auto;
  }
  #why-2347 .cs-title {
    margin: auto;
    margin-bottom: 2rem;
  }
  #why-2347 .cs-button-solid {
    display: none;
  }
}
/* Desktop - 1300px */
@media only screen and (min-width: 81.25rem) {
  #why-2347 .cs-container {
    flex-direction: row;
    justify-content: space-between;
  }

  #why-2347 .cs-wrapper2 {
    max-width: 48.0625rem;
  }
  #why-2347 .cs-image-group {
    max-width: 46.4375rem;
    order: 2;
  }
  #why-2347 .cs-picture2 {
    height: 100%;
    max-height: 325px;
    min-height: 150%;
    max-width: 416.453px;
  }
}
                                