﻿.classofication-content .classofication-main-image {
    margin-bottom: 0.05rem;
}

.classofication-content .classofication-main-image img {
    width: 100%;
    height: 5rem;
    object-fit: cover;
}

.classofication-content .classofication-richtext p {
    line-height: 0.3rem;
}
.sam-classofication-title {
    display: none;
}

@media screen and (max-width: 1025px) {
    .classofication-main-image {
        padding: 0 0.34rem;
        width: 100%;
        box-sizing: border-box;
        object-fit: cover;
    }
    .classofication-content .classofication-main-image img {
        height: 5.47rem;
    }
    .sam-classofication-title {
        display: block;
        text-align: center;
        font-size: 0.48rem;
        font-weight: 400;
        font-family: Anton;
        color: #505A60;
    }

}
