/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/

.cs-round-picture {
    border-radius: 50px;
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #services-1852 {
      padding: var(--sectionPadding);
    }
    #services-1852 .cs-container {
      width: 100%;
      /* changes to 1280px at desktop */
      max-width: 34.375rem;
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      /* 48px - 64px */
      gap: clamp(3rem, 6vw, 4rem);
    }
    #services-1852 .cs-content {
      /* set text align to left if content needs to be left aligned */
      text-align: center;
      width: 100%;
      max-width: 33.875rem;
      display: flex;
      flex-direction: column;
      /* centers content horizontally, set to flex-start to left align */
      align-items: center;
    }
    #services-1852 .cs-title {
      /* 28px - 44px */
      margin: 0 0 clamp(1.75rem, 6vw, 2.75rem);
    }
    #services-1852 .cs-ul {
      list-style: none;
      width: 100%;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    #services-1852 .cs-li {
      width: 100%;
      border-bottom: 1px solid #E8E8E8;
    }
    #services-1852 .cs-link {
      text-decoration: none;
      padding: 1.25rem 0;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    #services-1852 .cs-link:hover .cs-h3 {
      color: var(--primary);
    }
    #services-1852 .cs-link:hover .cs-icon {
      transform: scale(1.2);
    }
    #services-1852 .cs-h3 {
      /* 20px - 25px */
      font-size: clamp(1.25rem, 2vw, 1.5625rem);
      font-weight: 700;
      line-height: 1.2em;
      text-transform: uppercase;
      margin: 0;
      color: var(--bodyTextColor);
      transition: color 0.3s;
    }
    #services-1852 .cs-icon {
      width: 2rem;
      height: auto;
      display: block;
      transition: transform 0.3s;
      transform-origin: bottom left;
    }
    #services-1852 .cs-image-group {
      /* scales the whole group based on the view width size and stop when that vales equals .8rem, resets at tablet */
      font-size: min(2.235vw, .8em);
      width: 39.375em;
      height: 38.3125em;
      display: block;
      position: relative;
      z-index: 1;
    }
    #services-1852 .cs-picture {
      position: absolute;
    }
    #services-1852 .cs-picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      top: 0;
      left: 0;
    }
    #services-1852 .cs-picture1 {
      width: 25.8125em;
      height: 33.75em;
      top: 0;
      right: 0;
    }
    #services-1852 .cs-picture2 {
      width: 19.0625em;
      height: 22.8125em;
      left: 0;
      bottom: 0;
      z-index: 10;
    }
    #services-1852 .cs-floater {
      /* 62px - 120px */
      width: clamp(3.875rem, 14vw, 7.5rem);
      height: clamp(3.875rem, 14vw, 7.5rem);
      background-color: #1a1a1a;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 34%;
      left: 17.5em;
      z-index: 10;
      transform: translate(-50%);
    }
    #services-1852 .cs-floater-icon {
      /* 32px - 60px */
      width: clamp(2rem, 4.6vw, 3.75rem);
      height: auto;
      display: block;
    }
  }
  /* Tablet - 768px */
  @media only screen and (min-width: 48rem) {
    #services-1852 .cs-container {
      max-width: 80rem;
      flex-direction: row;
      justify-content: space-between;
      align-items: stretch;
    }
    #services-1852 .cs-content {
      text-align: left;
      padding: 3.25rem 0;
      align-items: flex-start;
      align-self: center;
    }
    #services-1852 .cs-image-group {
      font-size: min(1.265vw, 1rem);
      height: auto;
      min-height: 38.3125em;
      flex: none;
      order: 2;
    }
    #services-1852 .cs-picture1 {
      height: 88.091354%;
    }
    #services-1852 .cs-picture2 {
      height: 59.54323%;
    }
  }
                                  