.profit {
     padding: 20px 0 20px 0;
}
 .profit__content {
     display: flex;
     gap: 20px;
     align-items: flex-start;
     flex-wrap: wrap;
}
 .profit__text {
     flex: 1 1 400px;
      background: linear-gradient(180deg, #33383a 0%, #1f2022 100%);
     color: rgba(255, 255, 255, 0.92);
     border-radius: 15px;
     padding: 30px;
     box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
     font-family: var(--font-family);
     font-size: 14px;
     line-height: 150%;
}
 .profit__title {
     font-weight: 700;
     font-size: 18px;
     margin-bottom: 15px;
}
 .profit__paragraph {
     margin-bottom: 15px;
}
 .profit__subtitle {
     font-weight: 600;
     margin-top: 20px;
     margin-bottom: 10px;
}
 .profit__list {
     padding-left: 20px;
     margin: 0;
}
 .profit__list-item {
     margin-bottom: 8px;
}
 .profit__video {
     flex: 1 1 400px;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .profit__video-frame {
     width: 100%;
     max-width: 560px;
     aspect-ratio: 16 / 9;
     border-radius: 10px;
     box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}
/* Адаптив */
 @media (max-width: 768px) {
     .profit__text, .profit__video {
         flex: 1 1 100%;
    }
	.profit__text {
		padding: 10px;
	}
}
/* Чому ми */
 .advantages {
}
 .advantages__container {
     margin: 0 auto;
     text-align: center;
}
 .advantages__title {
     font-family: var(--font-family);
     font-weight: 700;
     font-size: 28px;
     color: #fff;
     margin-bottom: 40px;
}
 .advantages__title span {
     color: var(--chinazes-color);
     text-underline-offset: 4px;
}
 .advantages__list {
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
     justify-content: space-between;
}
 .advantages__item {
      background: linear-gradient(180deg, #33383a 0%, #1f2022 100%);
     border-radius: 15px;
     box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
     padding: 30px 20px;
     flex: 1 1;
     max-width: 400px;
     color: rgba(255, 255, 255, 0.92);
}
 .advantages__icon {
     margin-bottom: 15px;
}
 .advantages__icon img {
     width: 40px;
     height: 40px;
}
 .advantages__subtitle {
     font-weight: 600;
     font-size: 16px;
     margin-bottom: 10px;
}
 .advantages__text {
     font-size: 14px;
     line-height: 1.5;
}
/* Адаптив */
 @media (max-width: 768px) {
     .advantages__list {
         flex-direction: column;
         align-items: center;
    }
     .advantages__item {
         max-width: 100%;
    }
}
/* НАША КОМАНДА */
 .team {
     padding: 40px 0;
     text-align: center;
     color: #fff;
}
 .team__title {
     font-size: 28px;
     font-weight: bold;
     margin-bottom: 30px;
}
 .team__title .highlight {
     color: #c6ff00;
}
 .team__slider {
     margin: 0 auto;
}
 .team__member {
     background: #33383a;
     border-radius: 15px;
     padding: 15px 0;
     text-align: center;
     position: relative;
     overflow: hidden;
     text-align: center;
     background: linear-gradient(180deg, #33383a 0%, #1f2022 100%);
}
 .team__photo {
     margin-bottom: 15px;
     width: 140px;
     height: 140px;
     object-fit: cover;
     border-radius: 50%;
     box-shadow: 0 8px 20px rgba(0,0,0,0.3);
     border: 4px solid #33383a;
}
 .team__name {
     font-size: 18px;
     margin: 0;
}
 .team__position {
     font-size: 14px;
     color: #ccc;
}
 .team__desc {
     font-size: 14px;
     color: #aaa;
     margin-top: 8px;
     line-height: 1.4;
     padding: 15px;
}
/* Стилі стрілок */
 .swiper-button-prev, .swiper-button-next {
     color: #fff;
     padding: 20px;
     border-radius: 50%;
}

.swiper-slide {
    height: auto !important;
}