.main-content {
    padding-bottom: 0;
}

.main-banner img {
    width: 100%;
    height: 150px;
}

.main-content .industry-item {
    height: 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
    border-radius: 8px;
    background-size: 100% 90px;
}
.main-content .industry-item span {
    color: white;
    font-size: 14px;
    font-weight: bold;
}