.spw-box {
    text-decoration: none;
    display: block;
    margin-bottom: 40px;

}
.spw-box .spw-img-contain {
    border: 1px solid #e4eaec;
}
.spw-box h5 {
    border-radius: 0 0 6px 6px;
    color: white;
    padding: 8px 4px;
    font-size: 14px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spw-box .spw-img-contain:hover {
    border: 1px solid #A3AFB7;
}

