.breathe-main {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.breathe-first-layer {
    display: flex;
    padding-bottom: 8rem;
    flex-wrap: wrap;
}

/* .breathe-second-layer {
    display: flex;
    flex-direction: row;
    margin-bottom: 8rem;
    flex-wrap: nowrap;
    width: 100%;
    background-color: var(--light);
    border-radius: 5ch;
    padding: 2rem;
    justify-content: space-evenly;
}

.breathe-second-layer img {
    width: 20%;
} */

.breathe-section {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%; 
}

.breathe-section img {
    max-width: 100%;
    height: auto; 
    display: block;
    margin: 0 auto;
}

.breathe-aside {
    display: flex;
    flex-direction: column; 
    width: 100%;
}

.breathe-video-one {
    display: flex;
    background-color: var(--light);
    border-radius: 5ch;
    height: fit-content;
    padding-top: 6rem;
    padding-bottom: 6rem;
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 10rem;
}

.breathe-video-one video {
    max-width: 20%;
    height: auto;
}

.big-text {
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1rem;
}









/* Media queries */
@media only screen and (max-width: 425px) {
    .breathe-main {
        flex-direction: column;
    }

    .breathe-section img,
    .breathe-section video {
        width: 80%; 
    }

    .breathe-aside {
        justify-content: center; 
        align-items: center; 
        text-align: center;
    }
    
}

@media only screen and (min-width: 426px) and (max-width: 666px) {
    .breathe-main {
        flex-direction: column;
    }

    .breathe-section img,
    .breathe-section video {
        width: 60%; 
    }

    .breathe-aside {
        justify-content: center; 
        align-items: center; 
        text-align: center;
    }
}

@media only screen and (min-width: 667px) and (max-width: 768px) {
    .breathe-first-layer {
        flex-direction: row; 
        justify-content: space-between; 
        align-items: center; 
    }

    .breathe-section, .breathe-aside {
        width: 50%;
        box-sizing: border-box; 
    }

    .breathe-section img,
    .breathe-section video {
        width: 80%;
    }

    .breathe-aside {
        justify-content: center;
        padding-left: 3rem;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .breathe-first-layer {
        flex-direction: row; 
        justify-content: space-between; 
        align-items: center; 
    }

    .breathe-section, .breathe-aside {
        width: 50%;
        box-sizing: border-box; 
    }

    .breathe-section img,
    .breathe-section video {
        width: 70%;
    }

    .breathe-aside {
        justify-content: center;
        padding-left: 5rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
    .breathe-first-layer {
        flex-direction: row; 
        justify-content: space-between; 
        align-items: center; 
    }

    .breathe-section, .breathe-aside {
        width: 50%;
        box-sizing: border-box; 
    }

    .breathe-section img,
    .breathe-section video {
        width: 50%;
    }

    .breathe-aside {
        justify-content: center;
        padding-left: 5rem;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1800px){
    .breathe-first-layer {
        flex-direction: row; 
        justify-content: space-between; 
        align-items: center; 
    }

    .breathe-section, .breathe-aside {
        width: 50%;
        box-sizing: border-box; 
    }

    .breathe-section img,
    .breathe-section video {
        width: 40%;
    }

    .breathe-aside {
        justify-content: center;
        padding-left: 7rem;
    }
}

@media only screen and (min-width: 1801px){
    .breathe-first-layer {
        flex-direction: row; 
        justify-content: space-between; 
        align-items: center; 
    }

    .breathe-section, .breathe-aside {
        width: 50%;
        box-sizing: border-box; 
    }

    .breathe-section img,
    .breathe-section video {
        width: 40%;
    }

    .breathe-aside {
        justify-content: center;
        padding-left: 7rem;
    }
}



.breathe-second-layer {
    display: flex;
    background-color: var(--red);
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    border-radius: 5ch;
    padding: 5rem;
    margin-bottom: 10rem;
}




.breathe-third-layer {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    background-color: var(--light);
    border-radius: 5ch;
    padding: 5rem;
    margin-bottom: 10rem;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.breathe-horizontal-scroll {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    margin: 0;
    padding: 0;
    display: flex;
}

.breathe-item {
    width: 15rem; 
}

.breathe-item img {
    width: 100%;
    height: auto;
}

.breathe-caption-headline {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.breathe-caption {
    font-family: Arial, Helvetica, sans-serif;
}






.breathe-legal-agreements {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    background-color: var(--red);
    padding: 1rem;
    border-radius: 2ch;
    margin-bottom: 10rem;
}

.breathe-legal-agreements a{
    text-decoration: none;
    color: white;
}

.notify-me {
    text-decoration: none;
    padding: 1rem;
    color: var(--light);
    background: var(--red);
    border-radius: 3ch;
}

















.comparison-section {
  padding: 4rem 2rem;
  background-color: var(--basic);
  color: var(--text);
}

.comparison-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}



.comparison-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  background-color: var(--basic);
  color: var(--text);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.comparison-table thead th {
  background-color: var(--basic);
  color: var(--text);
  text-align: left;
  padding: 1rem 1.5rem;
  font-weight: 600;
}

.comparison-table td {
  padding: 1rem 1.5rem;
  vertical-align: top;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.02);
}

.comparison-table tbody td:first-child {
  font-weight: 500;
  color: var(--text);
  width: 25%;
}

.comparison-table tbody td:nth-child(2),
.comparison-table tbody td:nth-child(3) {
  width: 37.5%;
}

.comparison-table td span.icon {
  display: inline-block;
  width: 1.4ch;
  text-align: center;
  margin-right: 0.5ch;
  opacity: 0.8;
  font-size: 1rem;
}



