.disti-info {
    background-color: transparent;
    margin: 1rem auto;
    width: 100%;
}

.disti-info img{
    width: 100%;
}

.disti-info__side {
    background-color: transparent;
    margin: 1rem auto;
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
}

.disti-info__side img{
    width: 100%;
}

.disti-info__header {

position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.disti-info__header h2 {
background: #FFFFFF;
box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
border-radius: 0px 0px 10px 0px;
width: fit-content;
font-family: Noto Sans;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 150%;
/* identical to box height, or 24px */


color: #7B7B7B;
}

.disti-info__side img {
    width: 100%;
}


