.Three_footer {
    width: 100%;
    min-width: 1400px;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Three_footer_top {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #404040;
}

.Three_footer_top span {
    padding: 0 1.8vh 0 1.8vh;
    font-size: 1.2vh;
    color: white;
}

.Three_footer_end {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9161F;
}

.Three_footer_end span {
    font-size: 0.5vh;
    transform: scale(0.9);
    color: white;
}