.starting-tukysa .content-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}

.starting-tukysa .panel-image-container {
  flex: 1 1 0%;
  min-height: 300px;
  order: 0;
}

.starting-tukysa .panel-image-container img {
  min-height: 300px;
  object-fit: cover;
  width: 100%;
}

.starting-tukysa .panel-content {
  padding: 40px 16px 58px;
  scroll-margin-top: 0;
}

.starting-tukysa .panel-content ul li {
  transform: translateX(-1.6px);
}

.starting-tukysa .panel-icon {
  max-width: 60px;
  height: 60px;
  margin-bottom: 24px;
}

.starting-tukysa .tukysa-content-panel-container {
  background-color: var(--color-teal-43);
}

.starting-tukysa .tukysa-content-box {
  padding: 40px;
  background-color: var(--color-white);
  border-color: var(--color-teal-43);
  border-width: 1px;
  border-radius: 5px;
  border-style: solid;
}

.starting-tukysa .tukysa-content-box h2 span {
  color: var(--color-blue-60);
}

.st-panel-wrapper {
  display: flex;
  flex-direction: column;
}

.st-icon-image-container {
  padding: 120px 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.st-icon-image-container.rxphone-img {
  background-color: var(--color-teal-70);
}

.st-icon-image-container.truck-img {
  background-color: var(--color-teal-50);
}

.st-icon-image-container.bubble-img {
  background-color: var(--color-blue-60);
}

.st-panel-icon-img {
  background-size: cover;
  background-color: var(--backgroundColor);
}

.st-info-container {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.st-info-title {
  color: var(--color-blue-60);
}

.st-info-description {
  line-height: 20px;
  color: var(--color-black-90);
  font-weight: var(--font-weight-normal);
}

.st-info-description ul li:not(:last-child) {
  margin-bottom: 16px;
}

.st-info-description ul li::before {
  color: var(--color-blue-80);
}

.st-panel-outer-container {
  background-color: var(--color-peach-40);
  padding-top: 70px;
}

.st-panel-inner-container {
  background-color: var(--color-white);
  padding: 1px var(--spacing-horizontal) calc(var(--spacing-horizontal) * 2.5);
  border-radius: 3px;
  margin: 40px auto;
}

.st-panel-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -28px auto 20px;
}

.st-panel-main-icon {
  width: 60px;
}

.st-panel-title {
  text-align: center;
  font-weight: var(--font-weight-semibold);
  color: var(--color-blue-60);
}

.st-panel-description h1,
.st-panel-description h2 {
  font-size: 24px;
  font-weight: var(--font-weight-semibold);
}

.st-panel-description .Bullet+p {
  margin: 0 7%;
}

.st-panel-description h3,
.st-panel-description h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.st-panel-link-wrapper {
  margin-top: 16px;
}

.starting-tukysa .st-panel-description .Bullet {
  margin-left: 28%;
}

.starting-tukysa .st-panel-description .Bullet li {
  text-align: left;
}

.starting-tukysa .sgn .st-icon-image-container {
  background-color: var(--color-blue-24);
}

.starting-tukysa .ctacallout {
  align-items: center;
  border-style: solid;
  border-width: 10px 0 0;
  border-color: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 2.6px 0;
}

.starting-tukysa .phoneEmailWidget img{
  width: 62px;
  height: 63px;
}

.starting-tukysa.mbc .phoneEmailWidget {
  font-size: 13px;
}

.st-panel-outer-container.mcrc-st-panel {
  background-color: var(--color-gray-05);
}

.st-info-description .small-text span {
  font-size: 13px;
}

.starting-tukysa .phoneEmailWidget a {
  font-weight: 600;
}

.starting-tukysa.mcrc-sp  .st-panel-description .Bullet {
  margin-left: 40%;
}

.starting-tukysa .visit-sgn {
  font-size: 16px;
}

.starting-tukysa .phone-fn {
  font-size: 13px;
  line-height: 16.25px;
}

.starting-tukysa .ctacalloutcontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.mcrc-st-panel .st-panel-description .Bullet+p {
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .st-panel-inner-container {
    padding: 1px calc(3.625 * var(--spacing-horizontal)) calc(var(--spacing-horizontal) * 2.5);
  }

  .st-panel-header {
    margin: -28px auto 32px;
  }

  .st-panel-description h1,
  .st-panel-description h2 {
    font-size: 42px;
  }

  .st-panel-description h3,
  .st-panel-description h4 {
    font-size: 22px;
  }

  .starting-tukysa .content-panel {
    scroll-margin-top: 0;
  }

  .starting-tukysa .panel-image-container {
    flex: initial;
    min-height: 350px;
    width: 100%;
  }

  .starting-tukysa .panel-image-container img {
    object-fit: cover;
    min-height: 350px;
    width: 100%;
  }

  .starting-tukysa .panel-content {
    padding: 40px 44px 62px;
    scroll-margin-top: unset;
  }

  .st-info-container {
    padding: 40px 44px;
  }

  .st-icon-image-container {
    padding: 90px 302px;
  }

  .starting-tukysa .ctacallout {
    border-width: 0 0 0 10px;
    padding: 20px 0 20px 40px;
    justify-content: flex-end;
    flex-direction: inherit;
  }
}

@media (min-width: 993px) {
  .st-panel-inner-container {
    padding: 1px calc(4.6875 * var(--spacing-horizontal)) calc(var(--spacing-horizontal) * 2.5);
    max-width: 966px;
    margin: 80px auto;
  }

  .st-panel-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .starting-tukysa .content-panel {
    flex-flow: row;
  }

  .starting-tukysa .panel-content {
    box-sizing: border-box;
    padding: 0 90px 22px 102px;
    flex: 1 1 50%;
    width: 50%;
  }

  .starting-tukysa .panel-content ul li {
    transform: translateX(0);
  }

  .starting-tukysa .panel-image-container {
    flex: 1 1 50%;
    width: 50%;
    min-height: 684px;
    order: 1;
  }

  .starting-tukysa .panel-image-container img {
    min-height: 684px;
  }

  .starting-tukysa .tukysa-content-box {
    padding: 40px 98px;
  }

  .starting-tukysa .st-panel-wrapper {
    flex-direction: row;
  }

  .st-panel-wrapper {
    flex-direction: row;
  }

  .st-info-container {
    padding: 40px 96px;
  }

  .st-icon-image-container {
    padding: 140px 60px;
    flex: 0 0 calc(33.3333vw);
  }

  .st-icon-image-container.bubble-img,
  .st-icon-image-container.rxphone-img {
    order: 0;
  }

  .st-icon-image-container.truck-img {
    order: 1;
  }

  .sgn .st-icon-image-container {
    order: 1;
  }
}
