.ml-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    padding: 40px;
}

.ml-gallery-item img {
    width: 100%;
    border-radius: 6px;
}

.ml-gallery-item h3 {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
}

.ml-container {
    display: flex;
    gap: 40px;
    padding: 40px;
}

.ml-photo img {
    max-width: 500px;
    border-radius: 6px;
}

.ml-info {
    max-width: 600px;
    line-height: 1.6;
}
