.cases {
    width: auto;
    max-width: 1160px;
    margin: 0 auto;
}

.cases-button-section {
    margin: 20px 0 40px 0;
}

.cases-list {
    max-width: 1160px;
    margin: 0 auto;
}

.cases-elem {
    padding: 30px;
    background: #f6f6f6;
    border-radius: 20px;
    margin-bottom: 20px;
}

.cases-elem-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 24px 0;
}

.cases-elem span {
    width: 60%;
    color: #636363;
    line-height: 17px;
}

@media (max-width: 992px) {
    .cases-elem span {
        width: 100%;
    }
}

.cases-elem-footer {
    margin-top: 20px;
}

.cases-elem-footer a {
    font-size: 12px;
    font-weight: 700;
    margin-right: 20px;
}

.cases-elem-footer p {
    font-size: 12px;
    font-weight: 700;
    color: #636363;
    margin: 0;
}

@media (max-width: 992px) {
    .cases-elem svg {
        margin-bottom: 27px;
    }
}


.cases-elem:nth-child(1) rect {
    fill: #0156CD;
}

.cases-elem:nth-child(2) rect {
    fill: #CD4501;
}

.cases-elem:nth-child(3) rect {
    fill: #CD9A01;
}