


#visu-sec {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url('../../img/subvisu5.jpg');
}

.con-visu > h2 {
    position: absolute;
    font-size: 48px;
    line-height: 64px;
    font-family: 'Noto Sans SC', sans-serif;
    color: #ffffff;
}

#visu-sec > .con-visu > h2:first-child {
    left: 30px;
    top: 420px;
	font-size: 18px;
}
#visu-sec > .con-visu > h2:last-child {
    left: 20px;
    top: 460px;
}


.bottomIn {
    animation: bottom 1s ease-in-out 0.2s both;
}

@keyframes bottom {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.rightIn {
    animation: right 1s ease-in-out 0.2s both;
}

@keyframes right {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


@media (max-width: 1199.99px) and (min-width: 992px) {
    #visu-sec {
        height: 500px;
    }
    
    .con-visu > h2 {
        font-size: 42px;
        line-height: 64px;
    }
    
    #visu-sec > .con-visu > h2:first-child {
        left: 30px;
        top: 320px;
    }
    #visu-sec > .con-visu > h2:last-child {
        left: 30px;
        top: 360px;
    }
}

@media (max-width: 991.99px) and (min-width: 768px) {
    #visu-sec {
        height: 400px;
    }
    
    .con-visu > h2 {
        font-size: 34px;
        line-height: 64px;
    }
    
    #visu-sec > .con-visu > h2:first-child {
        left: 30px;
        top: 220px;
    }
    #visu-sec > .con-visu > h2:last-child {
        left: 30px;
        top: 280px;
    }
}

@media (max-width: 767.99px) and (min-width: 576px) {
    #visu-sec {
        height: 300px;
    }
    
    .con-visu > h2 {
        font-size: 26px;
        line-height: 34px;
    }
    
    #visu-sec > .con-visu > h2:first-child {
        left: 30px;
        top: 180px;
    }
    #visu-sec > .con-visu > h2:last-child {
        left: 30px;
        top: 220px;
    }
}


@media (max-width: 575.99px) {
    #visu-sec {
        height: 250px;
    }
    
    .con-visu > h2 {
        font-size: 20px;
        line-height: 34px;
    }
    
    #visu-sec > .con-visu > h2:first-child {
        left: 30px;
        top: 150px;
    }
    #visu-sec > .con-visu > h2:last-child {
        left: 30px;
        top: 180px;
    }
}