.big_text_wrap {
    /* height: 300px;
    overflow: hidden;
    position: relative;
    height: 500px;
    padding-top: 200px; */
    padding-top: 100px;
}
@media screen and (max-width: 767px) {
    .big_text_wrap {
        /* height: 300px; */
        padding-top: 50px;
    }
}
#container {
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
    #container {
        display: none;
}
}
.fleet12 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    object-fit: cover;
}
.fleet2 {
    opacity: 0;
    transition: var(--transition);
}
.fleet1 {
    opacity: 1;
    transition: var(--transition);
}
.fixed_top {
    padding: 0px 100px 100px 100px;
}
.fixed_top .panel_left_40 {
    /* padding-top: 100px; */
}
.fixed_top .panel_left_40,
.fixed_top .panel_right_60 {
    flex: 1 0 calc(50% - 50px);
    max-width: calc(50% - 50px);
}
@media screen and (max-width: 990px) {
    .fixed_top .panel_left_40,
    .fixed_top .panel_right_60 {
        flex: 100%;
        max-width: 100%;
    }
    .fixed_top {
        padding: 0px 15px 50px 15px;
    }
}
.big_text_1 {
    margin-bottom: 100px;
    font-size: 48px;
    transition: var(--transition);
}
.big_text_2 {
    margin-bottom: 30px;
    font-size: 32px;
    transition: var(--transition);
} 
.big_text_3 {
    margin-bottom: 100px;
}
@media screen and (max-width: 990px) {
    .big_text_3 {
        opacity: .5;
        transition: var(--transition);
    }
}
@media screen and (max-width: 767px) {
    .big_text_1 {
        font-size: 24px;
    }
    .big_text_2 {
        font-size: 24px;
    }
}
