h3{
    text-align: center;
}

p{
    text-align: left;
}

.center-single {
    display: flex;
    justify-content: center;
}

.center-single .b-gallery-item-img {
    text-align: center;
}

.center-single .b-gallery-item-img img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.gallery-inner .reasons-wrapper {
    display: flex;
    align-items: center;        /* выравнивание по вертикали по центру */
    gap: 40px;                 /* отступ между картинкой и списком */
    margin-bottom: 15px;
    margin-left: 26px;
}

.gallery-inner .reasons-wrapper img {
    width: 658px;
    height: 219px;
    object-fit: cover;          /* чтобы картинка красиво вписалась */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    flex-shrink: 0;             /* чтобы картинка не сжималась */
}

.gallery-inner .reasons-wrapper ul {
    flex: 1;                    /* список занимает всё оставшееся место */
    margin: 0;
    padding-left: 10px;
    list-style-position: inside;
}

.gallery-inner .reasons-wrapper ul li {
    margin-bottom: 8px;
    line-height: 1.6;
    text-align: left;
}
