.text-center {
    text-align: center;
    font-size: 16px;
    color: #1d1d1d;
    background: white;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.sop-image_wrapper {
    text-align: center;
    display: flex;
    align-items: center;
}
.sop-text_block{
    background: white;
    color: black;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 10px;
     text-align: center;
}
.second_block{
    flex-direction: column !important;
}
.sop-section-title {
    margin: 0;
}

.sop-section-title h1, .sop-section-title h2 {
    margin: 0 0 0 0;
}

.sop-image_wrapper img {
    max-width: 400px;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sop-list h4 {
    font-size: 20px;
    color: #1d1d1d;
    margin-bottom: 15px;
}

.sop-list ul {
    list-style: disc;
    margin: 10px 20px;
}

.sop-list ul li {
    font-size: 16px;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.sop-list ul li b {
    color: #1d1d1d;
}

.sop-profit-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: white;
    border-radius: 0 0 10px 10px;
}

.sop-profit-block .item {
    flex: 1 1 calc(33.333% - 20px);
    padding: 10px;
    text-align: center;
}

.sop-profit-block .item h3 {
    color: #1d1d1d;
    margin-bottom: 10px;
}

.sop-profit-block .item p {
    color: #1d1d1d;
}

.sop-text-about {
    display: flex;
    flex-direction: row;
    background: white;
    padding: 10px;
    border-radius: 10px;
    gap: 20px;
    color: #1d1d1d;
    align-items: center;
}

.sop-text-quality {
    display: flex;
    flex-direction: column;
    color: #1d1d1d;
}

.sop-about-a {
    color: #1d1d1d;
}



@media (max-width: 768px) {
    .sop-profit-block {
        flex-direction: column;
        gap: 10px;
    }
    .sop-text-about {
        flex-direction: column-reverse;
    }
    .sop-image_wrapper {
        flex-direction: column-reverse;
    }

    .sop-profit-block .item {
        flex: 1 1 100%;
        padding: 10px;
    }

    .sop-section-title h1 {
        font-size: 28px;
    }

    .sop-list h4 {
        font-size: 17px;
    }

    .sop-list ul li {
        font-size: 14px;
    }
    
    .sop-list ul {
        margin: 0;
        padding-left: 20px;
    }
    
    
    .text-center {
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .sop-image_wrapper img {
        max-width: 100%;
        height: auto;
    }
    .text-center {
        padding: 5px;
    }
    .sop-profit-block .item {
        padding: 5px;
    }
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
