

.rings-sekce {
    display: flex;
    width: 100%;
    align-items: center; /* This aligns the content vertically */
}



@media only screen and (max-width: 768px) {
    .rings-sekce {
        display: flow;
    }
}

.texd-contend {
    flex: 1;
    padding-right: 20px;
    margin-top: 50px; /* Adjust this value to move the text down */
}

.texd-contend h1 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: bold;
}

.texd-contend p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.images-content {
    display: flex;
    flex: 1;
}

.image-wrapper {
    padding: 2px;
    width: 100%;
}
.image-wrapperr {
    padding: 2px;
    width: 100%;
}

.image-wrapper img {
    width: 100%;
    border-radius: 20px 0 0px 20px !important;

}
.image-wrapperr img {
    width: 100%;
    border-radius: 0px 20px 20px 0px !important;

}
.category-header input[type="radio"]+label {
    color: white !important;
}
.kys
{
position: absolute;
transform: translateX(23%);
bottom: 0;
width: 70%;
border-bottom: solid 1px #7A3E52;
}

.rings-section
{
position: relative;
padding-bottom: 1em;
}
