.dima-uchit-razgovor{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    cursor: default;
}
.dima-uchit-razgovor__container{
    width: 92%;
    display: flex;
    padding-top: 65px;
    padding-bottom: 65px;
    flex-direction: column;
}
.dima-uchit-razgovor__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-razgovor__title{
    margin-top: 10px;
    color: #0A1628;
    font-family: 'Montserrat';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.6px; 
}
.dima-uchit-razgovor__sub-title{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.2px; 
    margin-top: 18px;
}


.dima-uchit-razgovor__content{
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 32px;
}

.dima-uchit-razgovor__content-left__img{
    width: 900px;
    border-radius: 32px;
    border: 0.8px solid rgba(99, 245, 255, 0.25);
    box-shadow: 0 24px 80px 0 rgba(99, 245, 255, 0.22);
}


.dima-uchit-razgovor__content-right{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dima-uchit-razgovor__content-right__list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.dima-uchit-razgovor__content-right__item{
    display: flex;
    gap: 36px;
    align-items: center;
    justify-content: start;
    padding: 23px 34px;
    border-radius: 12px;
    border: 0.8px solid rgba(99, 245, 255, 0.12);
    background: #F8FBFF;
    flex: none;
    width: 750px;
}

.dima-uchit-razgovor__content-right__item-one > img{
    width: 60px;
    height: 60px;
}
.dima-uchit-razgovor__content-right__item-two{
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.dima-uchit-razgovor__content-right__item-two > p{
    color: #0A1628;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.dima-uchit-razgovor__content-right__item-two > span{
    color: #4A6080;
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 150% */
    width: 550px;
}