#train_slide{
    width: 100%;
    height: 600px;
    display: flex;
    background-color: rgb(245,245,245);
}
#slidedisplay{
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.box{
    width: 20%;
    height: 450px;
    margin-left: 20px;
}

.slide-img{
    height: 300px;
}
.slide-img>a>img{
    width:90%;
    height: 105%;
    margin-left: auto;

}
.detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;

}
.type a{
    font-weight: 400;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #604b3b;
    letter-spacing: 2px;
    width: 80%;
    line-height: 30px;
    margin: auto;
    text-align: center;
    text-decoration-line: none;
    padding: auto;
}
.type h2{
    font-size: 26px;
    text-transform: uppercase;
    font-family: MrsEavesOT-Roman;
    line-height: 35px;
    letter-spacing: 5px;
    padding: auto;
    color: #630614;
}