.imazh img {
    width: 100%;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.imazh {
    padding: 0;
    display: flex;
    align-items: center;
}

.content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content h1 {
    margin-bottom: 30px;
    font-weight: 600;
}

.content p {
    color: rgb(106, 106, 106);
}

.items {
    margin: 0;
}

@media (max-width: 768px) {

    .item-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    
}