.main_banner{
    display: flex;
    justify-content: center;
}
.banner-title1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 30px;
}
.banner-title2 {
    color: #fff;
    font-size: 40px;
}

.main_banner__imgLink{
    color: transparent;
    position: absolute;
    height: 100%;
    width: 100%;
}
.main_banner__imgLink:hover{
    color: transparent;
}