body {
    margin: 0;
    background-image: url("./assets/home/background-home-desktop.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    overflow-x: hidden;
}

.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */

}




.main-content {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 100px;
    color: var(--color-white);
    /* color: var(-); */

}

.left-text {
    max-width: 500px;
    width: 100%;
    position: relative;
}
.so-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.so-compressed,
.main .pick,
.section-title .section-subtitle,
.crew-name {
    /* .pink in mars pag */
    display: inline-block;
    transform: scaleX(0.55);
    color: var(--color-light-wiht);
    transform-origin: left;
    font-family: var(--font-body);
    font-size: 35px;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 10px;
    white-space: nowrap;
}

.left-text .Space {
    font-size: 146px;
    text-transform: uppercase;
    font-family: var(--font-body);
}

.left-text p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 40px;
    color: var(--color-light-wiht);
    font-family: var(--font-body);
}
.episode {
    width: 100%;
    max-width: 240px;
    height: 100%;
    max-height: 240px;
    border-radius: 50%;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.episode p {
    color: var(--color-dark);
    text-transform: uppercase;
    font-family: var(--font-body);
    font-size: 35px;
}