#s05 {
    height: 460px;
    background-color: transparent !important;
}
#s05 .parallax-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#s05 .txt-wrapper {
    position: relative;
    z-index: 2;
}

#s05 .txt-wrapper .txt-big{
    /* margin-top: 120px; */
    font-size: 72px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 1;

    opacity: 0;
    /* animation-delay: 0.2s; */
}

#s05 .txt-wrapper .txt-small{
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    text-align: center;
    margin-top: 25px;

    opacity: 0;
    animation-delay: 0.7s;
}
#s05 .effect-txt {
    position: absolute;
    top: 150px;
    left: 800px;
    z-index: 1;
}
#s05 .center-2200 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#s05 .fade-in-up {
    animation: fade-in-up 1.2s ease forwards;
}