
.advance-section {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    margin: 5vw 0 5vw 0;
}

.link-text {
    color: #fff;
    text-decoration: none;
}

.picture {
    width: 100%;
    height: auto;
}

.text-container {
    width: 50vw;
    height: 45vw;
    background-color: #c3e6e1;
    position: absolute;
    background-clip: padding-box;
    margin-left: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container {
    width: 60vw;
    z-index: 1;
}

.home-button {
    background-color: #20c6b2;
    text-align: center;
    border-radius: 3vw;
    padding: 2.5vw;
    margin: 0;
    cursor: pointer;
    border: none;
    font-size: 1vw;
}

.content {
    width: 28vw;
    margin-left: 10vw;
}

.advance-sub-title {
    font-size: 1.16vw;
    margin-bottom: 0.5vw;
    font-family: 'Avenir', sans-serif;
}

.advance-title {
    font-size: 2.5vw;
    margin-top: 0;
    font-family: 'Avenir', sans-serif;
}

.advance-text {
    font-size: 1.66vw;
    font-family: 'Avenir', sans-serif;
}

.clip-logo {
    width: 4vw;
}