.rules__block {
position: relative; border-radius: 0.3em; transition: background-color 0.3s ease, box-shadow 0.3s ease;
} .rules__image-wrapper {
position: absolute; top: 12px; right: 12px; z-index: 2;
} .rules__image-wrapper img {
width: 40px !important; height: 76px !important; object-fit: contain; display: block;
} .rules__title {
font-size: 1.2em; margin-right: 55px; /* Отступ для картинки */
} /* Адаптивные стили */ @media (max-width: 700px) {
.rules__image-wrapper {
position: static;
float: right;
margin: 0 0 10px 10px;
}
.rules__title {
margin-right: 0;
}
}