.whats-inside-title {
    color: var(--accent-color);
        text-align: center;
}

.whats-inside-slider-blocks {
    margin-top: 20px;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.whats-inside-slider {
    width: 300px;
    height: auto;
    border-radius: 20px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 auto;
    scroll-snap-align: center;
    border-radius: 12px;
    overflow: hidden;
}
.whats-inside-text-block {
    margin-top: 20px;
}
.whats-inside-text-title {
font-weight: 500;
font-size: 18px;
line-height: 120%;
color: #000000;
text-align: center;
}
.whats-inside-text-description {
font-weight: 500;
font-size: 16px;
line-height: 130%;
text-align: center;
color: #00000099;
margin-top: 10px;
}
.whats-inside-img {
    position: relative;
}
.whats-inside-open-popup {
    position: absolute;
    left: 8px;
    top: 12px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.whats-inside-popup-open {
    overflow: hidden;
}
.whats-inside-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(120, 120, 120, 0.6);
    color: #1a1a1a;
    padding: 20px;
    z-index: 999;
}
.whats-inside-popup.is-open {
    display: flex;
}
.whats-inside-popup-content {
    position: relative;
    background: #f7f7f7;
    border-radius: 12px;
    padding: 30px;
    max-width: 600px;
    width: 100%;
    text-align: left;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    max-height: 80vh;
    overflow: auto;
}
.whats-inside-popup-text {
    font-size: 16px;
    line-height: 1.5;
    color: #1a1a1a;
    margin: 0;
}
.whats-inside-popup-text p {
    margin: 0 0 12px;
}
.whats-inside-popup-text p:last-child {
    margin-bottom: 0;
}
.whats-inside-popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 22px;
    height: 22px;
    /* border-radius: 50%;
    border: 1px solid #cfcfcf;
    background: #ffffff;
    color: #333333;
    font-size: 18px;
    line-height: 1; */
    cursor: pointer;
}
.whats-inside-sourced {
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 8px 10px;
    border-radius: 40px;
    background: #7D082933;
backdrop-filter: blur(40px);

font-weight: 500;
font-size: 14px;
line-height: 130%;
color: #FFFFFF;

}
.whats-inside-picture {
background: #ffffffad;
backdrop-filter: blur(40px);



}
@media (min-width: 1024px) { 
.whats-inside-slider {
  /* width: 225px; */
  width: 100%;
  background: #7D08291A;

}

.whats-inside-text-block {
  width: 100%;
  margin-top: 0px;
  padding: 10px;
}

.whats-inside-text-title {
  word-break: break-word;
  font-size: 14px;
  text-align: left;
}
.whats-inside-wrapper {
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  column-gap: 10px;
        row-gap: 30px;
  margin-top: 30px;
}
.whats-inside-sourced {
    font-size: 14px;
}

.whats-inside-popup-title {
font-weight: 600;
font-size: 22px;
line-height: 1.35;
color: #000000;
}
.whats-inside-popup-description {
font-weight: 500;
font-size: 12px;
line-height: 1.45;
color: #000000CC;
margin-top: 10px;
}
}
@media (min-width: 1440px) { 
    .whats-inside-slider {
  /* width: 310px; */
}
.whats-inside-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  margin-top: 60px;
}
.whats-inside-text-title {
        font-size: 16px;
}
    .whats-inside-text-block {
        padding: 20px;
    }
.whats-inside-popup-description {
        font-size: 14px;
}
}
@media (min-width: 1920px) { 
    .whats-inside-slider {
  /* width: 405px; */
}
.whats-inside-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(405px, 1fr));
  
}
    .whats-inside-sourced {
        font-size: 16px;
    }
.whats-inside-text-title {
    font-size: 20px;
}
    .whats-inside-popup-title {
        font-size: 24px;
    }
    .whats-inside-popup-description {
        font-size: 16px;
    }


}