

.cases-link>.blog-sections__item:hover {
    background: #ff3d008c;
    color: #FFFFFF;
}

.cases-link {
    text-decoration: none;
    color: black;
}

.blog-sections {
    display: flex;
    flex-direction: row;
    margin-bottom: 48px;
    margin-top: 48px;
    gap: 10px;
    flex-wrap: wrap;
}
.blog-sections__item {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1C1F23;
    padding: 5px 12px;
    border: 1px solid #1C1F23;
    border-radius: 100px;
    cursor: pointer;
}
.blog-sections__item.active {
    background: #FF3D00;
}

.blog-sections__item.active{
    color: #FFFFFF;
}

.cases h1{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: -2px;
    color: #1C1F23;
    margin-top: 24px;
}

@media (max-width: 768px){
.cases h1 {
    font-size: 60px;
    line-height: 90%;
    letter-spacing: -2px;
    padding: 0 16px;
}
.cases_items{
	margin-bottom: 130px;
}
.feedback_cases{
	display: none;
}
}
.blog-sections__item-active {
    color: #FFFFFF;
    background: #FF3D00;
}

.custom_file {
    cursor: pointer;
}