.profile-header {
  padding: 65px 0;
}
.profile-header__wrapper {
  text-align: center;
}
.profile-header img {
  width: 136px;
  height: 136px;
}
.profile-header__text h1 {
  font-size: 26px;
}
.profile-header__exp,
.profile-header__services  p {
  font-size: 13px;
  color: rgba(var(--color-primary-rgb), .5);
}
.profile-header__services  ul {
  list-style-type: none;
  padding: 0;
}
.profile-header__services-cta {
  color: #70A4B3;
  cursor: pointer;
}
.profile-header__services-cta:hover {
  text-decoration: underline;
}
.profile-header__cta {
  margin-top: 20px;
}
.profile-header__cta .tz-button,
.profile-header__cta .tz-button--secondary {
  padding: 16px 28px;
}
.profile-header__cta .tz-button {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-secondary);
  margin-bottom: 12px;
}
.profile-header__cta .tz-button:hover {
  color: var(--color-primary-hover);
  background-color: var(--color-white);
  border-color: var(--color-primary-hover);
}

.tz-null-div p {
  font-size: 13px;
}

.profile-products {
  padding: 64px 0 80px;
}
.profile-products__heading {
  margin-bottom: 20px;
  text-align: center;
}
.profile-products__heading h2 {
  font-size: 32px;
  margin: 0 0 40px;
}
.profile-products__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.profile-products__nav span {
  padding: 12px 10px;
  font-size: 10px;
  border-radius: 46px;
  border: 1px solid var(--color-light-blue);
  cursor: pointer;
  line-height: 1;
}
.profile-products__nav span:hover {
  border-color: var(--color-primary);
}
.profile-products__nav span.active-item {
  border-color: var(--color-primary);
  pointer-events: none;
}
.profile-products__items .tz-null-div {
  background-color: var(--color-light-gray-2);
  padding: 64px 45px;
  border-radius: 20px;
}
.profile-products__items .tz-null-div img {
  width: 100%;
  max-width: 384px;
  margin-bottom: 48px;
}

/* overrides for css coming with _Plans.cshtml partial */
.profile-products .payments-plan-sessions-wrapper .payments-product-name span,
.profile-products .payments-duration,
.profile-products .payment-plan-buy,
.profile-products .payments-session-expiration,
.profile-products .payments-amount-per-session {
  font-family: 'Poppins', Helvetica, Arial, sans-serif !important;
}
.profile-products .payments-plan-container:not(:first-child) {
  display: none;
}
.profile-products .payments-plan-header {
  display: none;
}
.profile-products .payments-plan-item {
  max-width: 326px;
  width: 100%;
  min-width: unset;
  border: none;
  border-radius: 20px;
  box-shadow: 0 6px 16.9px 0 rgba(57, 76, 98, 0.10);
  margin: 0 auto 32px;
}
.profile-products .payments-plan-item-wrapper {
  flex-direction: column;
}
.profile-products .payments-plan-image-container {
  width: 326px;
  height: 326px;
  margin: 0;
}
.profile-products .payments-plan-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-products .payments-plan-details-wrapper {
  width: 100%;
  padding: 0 20px;
}
.profile-products .payments-plan-details {
  padding: 16px 0 0;
}
.profile-products .payments-plan-details-container {
  border-bottom: 1px solid var(--color-light-gray-3);
  width: 100%;
}
.profile-products .payments-plan-details-container > div {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.profile-products .payments-product-name {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
}
.profile-products .payments-plan-sessions-wrapper .payments-product-name {
  font-size: 18px;
  margin: 0;
}
.profile-products .payments-plan-sessions-wrapper .payments-product-name span {
  font-size: 10px;
}
.profile-products .payments-product-name.session-name {
  font-size: 12px;
  padding-left: 0;
  color: var(--color-light-blue);
  margin-bottom: 6px;
}
.profile-products .payments-product-name.session-name span {
  display: none;
}
.profile-products .payments-plan {
  font-size: 12px;
  color: var(--color-primary);
}
.profile-products .payments-plan-text-toggle {
  font-size: 14px;
  color: var(--color-light-blue);
  font-weight: 600;
  text-transform: lowercase;
}
.profile-products .payments-plan-text-toggle::first-letter {
  text-transform: uppercase;
}
.profile-products .payments-plan-text-toggle:hover{
  text-decoration: underline;
}
.profile-products .payments-plan-sessions-wrapper {
  margin-top: 16px;
}
.profile-products .payments-plan-sessions-wrapper .vertical-separator:first-child {
  display: none;
}
.profile-products .payments-plan-price,
.profile-products .payments-plan-session-item {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.profile-products .payments-plan-price-container {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 8px;
}
.profile-products .payments-plan-sessions-wrapper .payments-plan-price-container {
  flex-direction: column;
  gap: 0;
}
.profile-products .payments-duration {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 400;
}
.profile-products .payments-price {
  font-size: 24px;
  font-weight: 600;
}
.profile-products .payments-plan-sessions-wrapper .payments-price {
  font-size: 18px;
}
.profile-products .payment-plan-buy {
  width: 100%;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  text-transform: lowercase;
  font-size: 18px;
  font-weight: 600;
  border:none;
  height: auto;
  padding: 14px 24px;
}
.profile-products .payment-plan-buy:first-letter {
  text-transform: uppercase;
}
.profile-products .payment-plan-buy:hover {
  background-color: var(--color-secondary-hover);
}
.profile-products .payments-plan-sessions-wrapper .payment-plan-buy {
  max-width: 95px;
  font-size: 16px;
  padding: 10px 16px;
}
.profile-products .payment-plan-message {
  display: none;
}
.profile-products .payments-plan-session-buy {
  width: 100%;
}
.profile-products .payments-session-expiration {
  font-size: 10px;
  color: var(--color-medium-gray-1);
  font-weight: 400;
}
.profile-products .payments-plan-sessions-wrapper .payments-session-name-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.profile-products .payments-amount-per-session {
  font-size: 12px;
  color: var(--color-medium-gray-1);
  font-weight: 400;
}
/* end of overrides for css coming with _Plans.cshtml partial */

.profile-info {
  padding: 80px 0 100px;
}
.profile-info__about {
  margin-bottom: 55px;
}
.profile-info .profile-info__about h2 {
  margin: 0 0 24px;
  font-size: 24px;
}
.profile-info .profile-info__about p {
  font-size: 12px;
}
.profile-info p.profile-info__text {
  margin-bottom: 24px;
}
.profile-info__group span {
  color: rgba(var(--color-primary-rgb), .5)
}
.profile-info__group a {
  color: #70A4B3;
}
.profile-info__social {
  margin-top: 16px;
}
.profile-info__social a {
  display: inline-block;
  width: 53px;
  height: 53px;
  margin-right: 10px;
}
.profile-info__social span {
  display: block;
  height: 100%;
  width: 100%;
}
.profile-info__social-icon {
  cursor: pointer;
  background-size: cover;
}
.profile-info__social-icon:hover {
  opacity: 0.8;
}
.profile-info__social-icon-fb {
  background-image: url('https://file.trainerize.com/assets/tzme/images/social-icons/icon-fb.png');
}
.profile-info__social-icon-x {
  background-image: url('https://file.trainerize.com/assets/tzme/images/social-icons/icon-x.png');
}
.profile-info__social-icon-ig {
  background-image: url('https://file.trainerize.com/assets/tzme/images/social-icons/icon-ig.png');
}
.profile-info__social-icon-bl {
  background-image: url('https://file.trainerize.com/assets/tzme/images/social-icons/icon-bl.png');
}
.profile-info-acc button.profile-info-acc__heading {
  width: 100%;
  height: auto;
  outline: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 6px 24px 0;
  text-align: left;
  background-color: transparent;
  border: none;
  border-top: 1px solid var(--color-light-gray-3);
  border-bottom: 1px solid var(--color-light-gray-3);
  cursor: pointer;
  transition: 0.5s;
}
.profile-info-acc button.profile-info-acc__heading h3 {
  font-size: 14px;
  color: rgba(var(--color-primary-rgb), .5);
  margin: 0;
}
.profile-info-acc button.profile-info-acc__heading i {
  color: #70A4B3;
  transition: 0.2s ease-out;
}
.profile-info-acc button.profile-info-acc__heading.profile-info-acc--active i {
  transform: rotateZ(-180deg);
}
.profile-info-acc .profile-info-acc__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.profile-info-acc__panel a,
.profile-info-acc__panel a:hover,
.profile-info-acc__panel a:focus {
  color: var(--color-primary);
  text-decoration: underline;
}
.profile-info-acc .profile-info-acc__panel-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px 0 48px;
}
.profile-info-acc__panel:last-child .profile-info-acc__panel-content-wrapper {
  padding-bottom: 0;
}
.profile-info__popup {
  display: none;
  position: fixed;
  inset: 0px;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9999;
}
.profile-info__popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80vh;
  width: 90%;
  overflow-y: auto;
  padding: 40px 16px;
  box-shadow: 0 6px 16.9px 0 rgba(57, 76, 98, 0.10);
  border-radius: 20px;
}
.profile-info__popup-content h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
}
.profile-info__popup-content button {
  position: absolute;
  top: 14px;
  right: 16px;
  border: none;
  height: auto;
  background: none;
}
.profile-info__popup-content button i {
  color: rgba(var(--color-primary-rgb), .5);
}
.profile-info__popup-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.profile-info__pill {
  font-size: 10px;
  border-radius: 22px;
  background: #DAE8ED;
  padding: 14px;
  max-width: 100%;
  word-wrap: break-word;
  line-height: 1;
}
.profile-info__location h3,
.profile-info__location > p {
  font-size: 14px;
}
.profile-info__location h3 {
  color: rgba(var(--color-primary-rgb), .5);
  margin: 48px 0 14px;
}

.profile-gallery,
.profile-posts{
  padding: 80px 0 90px;
  position: relative;
}
.profile-gallery h2,
.profile-posts h2 {
  font-size: 24px;
  margin: 0;
}
.profile-gallery__loader,
.profile-posts__loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-gallery__loader .snakeWaiting,
.profile-posts__loader .snakeWaiting {
  width: 50px;
  height: 50px;
}
.profile-gallery__heading,
.profile-posts__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.profile-gallery__slider-arrows,
.profile-posts__slider-arrows {
  flex: 0 1 76px;
  display: flex;
  justify-content: space-between;
}
.profile-gallery__slider-arrow,
.profile-posts__slider-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.profile-gallery__slider-arrow.slick-disabled,
.profile-posts__slider-arrow.slick-disabled {
  border-color: var(--color-medium-gray-2);
  pointer-events: none;
}
.profile-gallery__slider-prev,
.profile-gallery__slider-next,
.profile-posts__slider-prev,
.profile-posts__slider-next {
  width: 7px;
  height: 12px;
  stroke: var(--color-primary);
}
.profile-gallery__slider-arrow.slick-disabled .profile-gallery__slider-prev,
.profile-gallery__slider-arrow.slick-disabled .profile-gallery__slider-next,
.profile-posts__slider-arrow.slick-disabled .profile-posts__slider-prev,
.profile-posts__slider-arrow.slick-disabled .profile-posts__slider-next {
  stroke: var(--color-medium-gray-2);
}
.profile-gallery__slider-next,
.profile-posts__slider-next {
  transform: rotateZ(180deg);
}
.profile-gallery__slider,
.profile-posts__slider {
  margin-bottom: 35px;
}
.profile-gallery__slide-item {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  margin: 20px 10px;
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden;
}
.profile-gallery__slide:first-child .profile-gallery__slide-item {
  margin-left: 0;
}
.profile-gallery__slider-progress,
.profile-posts__slider-progress {
  position: relative;
  height: 8px;
  border-radius: 80px;
}
.profile-gallery__slider-bar,
.profile-posts__slider-bar {
  position: absolute;
  height: 8px;
  top: 0;
  left: 0;
  border-radius: 80px;
  transition: left .3s ease-in-out;
}
.profile-gallery__slider.slick-slider .slick-track,
.profile-posts__slider.slick-slider .slick-track {
  transform: translateX(15px);
}
.profile-gallery__slider:not(.slick-initialized),
.profile-gallery__slider:not(.slick-initialized) .profile-gallery__slide,
.profile-posts__slider:not(.slick-initialized),
.profile-posts__slider:not(.slick-initialized) .profile-posts__slide {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.profile-gallery__slider:not(.slick-initialized) .profile-gallery__slide {
  flex-direction: column;
}
.profile-gallery__slider:not(.slick-initialized) .profile-gallery__slide-item {
  margin: 0;
}

.profile-posts__slide-item,
.profile-posts__slide-item.slick-slide {
  width: 298px;
  height: 525px;
  padding-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.profile-posts__slide-item.slick-slide:not(:last-child) {
  margin-right: 20px;
}
.profile-posts__slide-item-top {
  width: 100%;
  height: 270px;
}
.profile-posts__slide-item-bottom {
  padding: 32px 24px 0;
  height: 100%;
}
.profile-posts__slide-item-bottom span {
  font-size: 10px;
}
.profile-posts__slide-item-text {
  overflow: hidden;
  max-height: 116px;
  margin-bottom: 20px;
}
.profile-posts__slide-item-text h3 {
  margin: 14px 0 12px;
  font-size: 18px; 
}
.profile-posts__slide-item-excerpt,
.profile-posts__slide-item-excerpt p {
  margin: 0;
  font-size: 12px;
}
.profile-posts__slide-item-bottom a {
  font-size: 14px;
}
.profile-posts__slide-item-bottom a i {
  transform: rotateZ(-45deg);
  transition: transform .3s ease-in-out;
  margin-left: 10px;
}
.profile-posts__slide-item-bottom a:hover {
  color: var(--color-primary);
}
.profile-posts__slide-item-bottom a:hover i {
  transform: rotateZ(0);
}

@media screen and (min-width: 768px) {
  .profile-header img {
    width: 163px;
    height: 163px;
  }
  .profile-header__wrapper {
    display: flex;
    align-items: center;
    gap: 63px;
    text-align: left;
  }
  .profile-header .profile-header__text h1 {
    margin-top:0;
    font-size: 24px;
  }
  .profile-header__services  ul {
    display: flex;
  }
  .profile-header__services  ul li {
      position: relative;
      padding-right: 10px;
      font-size: 13px;
  }
  .profile-header__services  ul li:not(:last-child)::after {
      content: "|";
      padding-left: 10px;
      color: var(--color-light-gray-3);
  }
  .profile-header__cta {
    margin-top: 25px;
    display: flex;
    gap: 10px;
  }
  .profile-header__cta .tz-button,
  .profile-header__cta .tz-button--secondary {
    font-size: 14px;
    padding: 17px 24px;
  }
  .profile-header__cta .tz-button {
    margin-bottom: 0;
  }

  .profile-products {
    padding: 100px 0;
  }
  .profile-products__heading {
    text-align: left;
    margin-bottom: 16px;
  }
  .profile-products__heading h2 {
    margin-bottom: 48px;
  }
  .profile-products__nav {
    justify-content: flex-start;
  }
  .profile-products__nav span {
    font-size: 14px;
    padding: 14px 22px;
  }

  /* overrides for css coming with _Plans.cshtml partial */
  .profile-products .payments-plan-item {
    max-width: 720px;
    margin: 0 0 40px;
  }
  .profile-products .payments-plan-item-wrapper {
    flex-direction: row;
    align-items: stretch;
  }
  .profile-products .payments-plan-image-container {
    width: 270px;
    height: 270px;
    min-width: 270px;
  }
  .profile-products .payments-plan-details-wrapper {
    flex-direction: column;
    justify-content: space-between;
    padding: 0 30px;
  }
  .profile-products .payments-plan-price {
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--color-light-gray-3);
  }
  .profile-products .payments-plan-price-container {
    flex-direction: row-reverse;
    align-items: center;
    gap: 16px;
  }
  .profile-products .payment-plan-buy {
    width: auto;
    margin: 0;
    min-width: 99px;
  }
  .profile-products .payments-plan-details-container {
    border: none;
  }
  .profile-products .payments-plan-sessions-wrapper .vertical-separator:first-child {
    display: block;
  }
  .profile-products .payments-plan-sessions-wrapper {
    width: 100%;
  }
  .profile-products .payments-plan-session-item {
    flex-direction: row;
    padding: 0 20px;
  }
  .profile-products .payments-plan-sessions-wrapper .payments-session-name-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .profile-products .payments-plan-sessions-wrapper .payments-plan-price-container {
    align-items: flex-start;
  }
  .profile-products .payments-plan-session-buy {
    gap: 10px;
    justify-content: flex-end;
  }
  .profile-products .payments-plan-sessions-wrapper {
    width: 100%;
  }
  /* end of overrides for css coming with _Plans.cshtml partial */

  .profile-info {
    padding-top: 100px;
  }
  .profile-info__about {
    margin-bottom: 64px;
  }
  .profile-info .profile-info__about h2 {
    font-size: 32px;
  }
  .profile-info .profile-info__about p {
    font-size: 16px;
  }
  .profile-info p.profile-info__text {
    margin-bottom: 32px;
  }
  .profile-info__popup-content {
    width: 720px;
    padding: 40px 24px;
  }
  .profile-info__popup-content h3 {
    font-size: 26px;
  }
  .profile-info__popup-content button {
    top: 16px;
    right: 18px;
  }
  .profile-info__pill {
    font-size: 12px;
  }

  .profile-gallery,
  .profile-posts{
    padding: 100px 0;
  }
  .profile-gallery h2,
  .profile-posts h2 {
    font-size: 32px;
  }
  .profile-gallery__slider {
    margin-bottom: 50px;
  }
  .profile-gallery__heading,
  .profile-posts__heading {
    margin-bottom: 40px;
  }
  .profile-gallery__slider-arrows,
  .profile-posts__slider-arrows {
    flex-basis: 114px;
  }
  .profile-gallery__slider-arrow,
  .profile-posts__slider-arrow {
    width: 45px;
    height: 45px;
  }
  .profile-gallery__slider-prev,
  .profile-gallery__slider-next,
  .profile-posts__slider-prev,
  .profile-posts__slider-next {
    width: 11px;
    height: 20px;
  }
  .profile-gallery__slider.slick-slider .slick-track,
  .profile-posts__slider.slick-slider .slick-track {
    /* 750px container width, 15px container padding */
    transform: translateX(calc((100vw - 750px) / 2 + 15px));
  }
  .profile-gallery__slide.slick-slide {
    display: flex !important;
  }
  .profile-gallery__slide-item {
    width: 270px;
    height: 270px;
    margin: 0 30px 0 0;
  }
  .profile-gallery__slider:not(.slick-initialized),
  .profile-gallery__slider:not(.slick-initialized) .profile-gallery__slide {
    flex-direction: row;
    gap: 30px;
  }

  .profile-posts__slide-item,
  .profile-posts__slide-item.slick-slide {
    width: 370px;
    height: 504px;
  }
  .profile-posts__slide-item:not(:last-child) {
    margin-right: 10px;
  }
  .profile-posts__slide-item.slick-slide:not(:last-child) {
    margin-right: 30px;
  }
  .profile-posts__slide-item-bottom {
    padding-top: 24px;
  }
  .profile-posts__slide-item-bottom span {
    font-size: 12px;
  }
  .profile-posts__slide-item-text {
    max-height: 120px;
  }
  .profile-posts__slide-item-text h3 {
    font-size: 20px; 
  }
}

@media screen and (min-width: 992px) {
  .profile-header__wrapper {
    gap: 56px;
  }
  .profile-header__content {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .profile-header .profile-header__text h1 {
    font-size: 28px;
  }
  .profile-header__services  {
    display: flex;
    gap: 10px;
    align-items: baseline;
  }
  .profile-header__cta {
    flex-direction: column;
    margin-top: 0;
  }

  .profile-products__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .profile-products__heading h2 {
    font-size: 38px;
    margin-bottom: 0;
  }

  /* overrides for css coming with _Plans.cshtml partial */
  .profile-products .payments-plan-container {
    width: 100%;
  }
  .profile-products .payments-plan-item {
    max-width: none;
  }
  .profile-products .payments-product-name {
    font-size: 26px;
  }
  .profile-products .payments-product-name.session-name,
  .profile-products .payments-plan, 
  .profile-products .payments-amount-per-session,
  .profile-products .payments-session-expiration{
    font-size: 14px;
  }

  .profile-products .payments-price {
    font-size: 28px;
  }
  .profile-products .payments-plan-sessions-wrapper .payments-product-name,
  .profile-products .payments-plan-sessions-wrapper .payments-price {
    font-size: 20px;
  }
  /* end of overrides for css coming with _Plans.cshtml partial */

  .profile-info {
    padding: 144px 0;
  }
  .profile-info__about {
    margin-bottom: 0;
  }
  .profile-info .profile-info__about h2 {
    font-size: 38px;
  }
  .profile-info .profile-info__about p {
    font-size: 18px;
  }
  .profile-info p.profile-info__text {
    margin-bottom: 28px;
  }
  .profile-info-acc {
    margin-top: 62px;
  }
  .profile-info-acc button.profile-info-acc__heading {
    pointer-events: none;
    padding: 0 0 24px;
    border: none;
  }
  .profile-info-acc .profile-info-acc__panel {
    max-height: none;
  }
  .profile-info-acc .profile-info-acc__panel-content-wrapper {
    padding-top: 0;
    gap: 16px;
  }
  .profile-info__popup-content {
    width: 950px;
    padding: 46px;
  }
  .profile-info__popup-content button {
    top: 26px;
    right: 27px;
  }
  .profile-info__pill {
    padding: 14px 22px;
    font-size: 14px;
  }
  .profile-info__pill--cta {
    cursor: pointer;
    border: 1px solid #DAE8ED;
  }
  .profile-info__pill--cta:hover {
    border-color: var(--color-primary);
  }
  .profile-info__location > p {
    font-size: 18px;
  }

  .profile-gallery,
  .profile-posts {
    padding: 110px 0 150px;
  }
  .profile-gallery h2,
  .profile-posts h2 {
    font-size: 38px;
  }
  .profile-gallery__heading,
  .profile-posts__heading {
    margin-bottom: 50px;
  }
  .profile-gallery__slider-arrow,
  .profile-posts__slider-arrow {
    width: 45px;
    height: 45px;
  }
  .profile-gallery__slider.slick-slider .slick-track,
  .profile-posts__slider.slick-slider .slick-track {
    /* 970px container width, 15px container padding */
    transform: translateX(calc((100vw - 970px) / 2 + 15px));
  }

  .profile-posts__slide-item-bottom span {
    font-size: 14px;
  }
  .profile-posts__slide-item-text h3 {
    font-size: 23px; 
  }
  .profile-posts__slide-item-excerpt,
  .profile-posts__slide-item-excerpt p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .profile-header img {
    width: 200px;
    height: 200px;
  }
  .profile-header__exp,
  .profile-header__services  p,
   .profile-header__services  ul li {
    font-size: 14px;
  }
  .profile-header__cta {
    gap: 12px;
  }
  .profile-header__cta .tz-button,
  .profile-header__cta .tz-button--secondary {
    font-size: 16px;
    padding: 20px 28px;
    height: auto;
  }

  .profile-products {
    padding: 145px 0 112px;
  }
  .profile-products__nav span {
    font-size: 16px;
    padding: 16px 24px;
  }

  .profile-gallery__slider.slick-slider .slick-track,
  .profile-posts__slider.slick-slider .slick-track {
    /* 1200px container width, 15px container padding */
    transform: translateX(calc((100vw - 1200px) / 2 + 15px));
  }
}