.freeStyleContainer {
    position: relative;
    width: 100%;
    height: 400px;
}
.plantContainer {
    position: relative;
    width: 100%;
    height: 350px;
}
.freestyle {
    position: absolute;
    top: 270px;
    right: 0;
    width: 460px;
    height: 100%;
}
.freestyle_1 {
    position: absolute;
    top: 60px;
    right: 225px;
    width: 260px;
    height: auto;
}
.freestyle_2 {
    position: absolute;
    top: 180px;
    right: 510px;
    width: 200px;
    height: auto;
}
.freestyle_3 {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 220px;
    height: auto;
}

.botanical_1 {
    position: absolute;
    top: -40px;
    right: 380px;
    width: 320px;
    height: auto;
}
.botanical_2 {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 200px;
    height: auto;
}
.botanical_3 {
    position: absolute;
    top: 180px;
    right: 130px;
    width: 180px;
    height: auto;
}

.botanical {
    position: absolute;
    top: 250px;
    left: 0;
    width: 320px;
    height: fit-content;
}

@media (max-width: 768px) {
    .freestyle_2, .freestyle_3, .botanical_2, .botanical_3 {
        display: none;
    }
    .botanical_1, .freestyle_1 {
        position: relative;
        top: 0;
        right: 0;
        width: 80%;
        height: auto;
        transform: translateX(12.5%);
        margin-bottom: 20px;
    }
    .botanical, .freestyle {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
    }
    .freeStyleContainer, .plantContainer {
        height: auto;
    }
}