/* about */
.case-about__logo {
    max-width: 300px;
    height: auto;
}

.case-about__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.case-about__text > *:not(:last-child) {
    margin-bottom: 16px;
}
.case-about__text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.case-about__text a{
    color: inherit;
    text-decoration: underline;
}

@media (min-width: 992px) {
    /* .case-about__logo {
        width: 105px;
        height: 52px;
    } */
    .case-about__text{
        font-size: 18px;
        line-height: 150%;
    }
}