

.sponsor_top{
    background-image: url('/www/img/top/Page_4.jpg');
}
.sponsor_title{

    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 0;
}
/*sponsor*/
.sponsor_each{
    text-align: center;
}
.sponsor_img{
    max-width: 250px;
}
.st_title{
    color: #2e3180;

}
.st_left{

    color: #01bace;
}
.st_right{

    color: #005aa5;
}

@media (max-width: 1220px) {
}
@media (max-width: 767px) {
.sponsor_img{
    margin: 0 auto;
    max-width: 60%;
}
}

@media (max-width: 575px){

}