.per-shoqerin-section {
    margin-top: 100px;
}
.per-shoqerin-main-title {
    color: #5abe41;
    font-size: 40px;
    margin-bottom: 30px;
}

.per-shoqerin-paragraph {
    font-size: 20px;
    color: #525252;
}

.row-top {
    justify-content: center;
}

.lista-shoqatav {
    list-style-type: none;
    padding-left: 3%;
}

.list-item {
    color: #eb192d;
    font-size: 20px;
    font-weight: bold;
}

.mySlides {
    width: 100%;
    height: auto;
}

.certificate img {
    width: 100%;  /* Ensures full width scaling */
    max-width: 225px; /* Restrict max size */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure proper fit */
    display: block; /* Remove inline spacing */
    margin: 10px auto; /* Center alignment */
    position: relative; /* Remove absolute positioning */
    padding: 7px;
}

.certificate-2 img {
    width: 337px;
    height: 251px;
    display: block; /* Remove extra space under the image */
}

.red-section {
    height: 293px;
    background-color: #EB192D;
}

/* Ensure the gallery layout adapts responsively */
@media (max-width: 768px) {
    .section {
        width: 50%;
    }

    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media (max-width: 480px) {
    .section {
        width: 100%;
    }

    .text-content {
        position: static;
        text-align: center;
    }
}
