.classify_main{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.classify_main p{
font-family: Poppins, Poppins;
font-weight: bold;
font-size: 32px;
color: #D23DA5;
line-height: 48px;
}.classify_main p {
    display: flex;
    align-items: center;
    justify-content: center;
}

.classify_main p img{
    width: 28px;
    height: 28px;
    margin-right: 16px;
}
.overlayzhe {
    width: 100%;
    margin: 0 auto;
}





@media (max-width: 500px) {

.classify_main p {
    font-size: 16px;
line-height: 24px;
}

.classify_main p img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.classify_main {
   
    margin-bottom: 20px;
}

    .main_main_main {
      
        padding-top: 20px;
    }









}