.dima-uchit-prosto{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    cursor: default;
}
.dima-uchit-prosto__container{
    width: 92%;
    display: flex;
    padding-top: 65px;
    padding-bottom: 65px;
    flex-direction: column;
}
.dima-uchit-prosto__up-title{
    color: #00D4E0;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.dima-uchit-prosto__title{
    margin-top: 20px;
    color: #0A1628;
    font-family: 'Montserrat';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.6px; 
}

.dima-uchit-prosto__list{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 26px;
}
.dima-uchit-prosto__item{
    width: 500px;
}
.dima-uchit-prosto__item > img{
    width: 500px;
}
.dima-uchit-prosto__item__text{
    margin-top: 14px;
    padding-left: 26px;
    padding-right: 26px;
}
.dima-uchit-prosto__item__text > p{
    color: #0A1628;
    font-family: 'Inter';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
}
.dima-uchit-prosto__item__text > span{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 170% */
    
}