.case {
    margin-bottom: 50px;
    padding-bottom: 0px;
}
.case__inner {
    display: flex;
}


.case-goal {
    max-width: 385px;
    min-width: 385px;
    margin-left: 30px;
    background: #FDF5F5;
    padding: 30px 15px 30px 20px;
}
.case-img {
    display: flex;
    margin-bottom: 30px;
}
.case-img img {
    width: 100%;
    object-fit: cover;
}
.case-title {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #434343;
}
.case-text {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}
.case-text strong {
    color: #434343;
}

.case-goal__list {
    list-style: inside;
}
.case-goal__list li{
    list-style: unset;
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
}
.case-goal__title {
    font-family: 'Lato';
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}
.case-goal__desc {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 40px;
}
.case-goal__text {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
}
.case-goal__list {
    font-family: 'Lato';
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}