/* ==================== */
/* Sections             */
/* ==================== */

.intro-content {
    max-width: 824px;
    width: 100%;
    padding-bottom: 2rem;
}

#intro-2 .intro-content {
    margin-top: 6.25rem;
    max-width: 910px;
    width: 100%;
}

.about-section {
    display: flex;
    gap: 5rem;
    align-items: flex-start;
    height: 275px;
    margin-bottom: 6.2rem;
}

.about-content-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 265px;
    width: 100%;
    gap: 0.6rem;
}

.about-content-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 660px;
    width: 100%;
}

.content-img{
    flex-direction: row;
    display: flex;
    gap: 1rem;
    padding-bottom: 1rem;
}

.breastdefense-logo {
    min-width: 120px;
    min-height: 136.6px;
    width: 120px;
    height: 136.6px;

    
}

.media-section {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    height: 350px;
    padding-bottom: 2rem;
}

.copy-container {
    max-width: 260px;
    width: 100%;
}

.media-container {
    max-width: 660px;
    width: 100%;
    height: 100%;
}

.embed-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    font-weight: 600;
    overflow: visible;
}

.carousel-slides {
    height: 100%;
    width: 100%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

/* Slide 1: 16:9 aspect ratio (1920x1080 video) */
.carousel-slides .slide:nth-child(1) {
    background-color: #e065a0;
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* Slide 2: 9:16 aspect ratio (1080x1920 image) */
.carousel-slides .slide:nth-child(2) {
    background-color: #6262ff;
    aspect-ratio: 9 / 16;
    width: 100%;
}

/* Slide 3: 1:1 aspect ratio (square) */
.carousel-slides .slide:nth-child(3) {
    background-color: #9fffa4;
    aspect-ratio: 1 / 1;
    width: 100%;
}

.media-caption {
    padding-top: 1rem;
    font-weight: 600;
}

#more {
    display: flex;
    gap: 3rem;
    align-items: flex-start;
    height: 100%;
    padding-top: 2.438rem;
}

#more .about-content-1 {
    max-width: 340px;
    width: 100%;
    gap: 1rem;
}

#more .about-content-2 {
    max-width: 660px;
    width: 100%;
    gap: 2rem;
}

#more .bold {
    line-height: 2;
}

.contact-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}
