.case-study{
    padding: 0;
}
.case-section, .image-container {
    padding: 32px 16px;
}
.case-description {
    text-align: justify;
    margin-top: 12px;
}
.case-icon {
    width: 32px;
    height: 32px;
}
.rounded-image {
    width: 100%;
    height: auto;
    min-height: 250px;
    max-width: var(--max-width);
    border-radius: var(--border-radius);
}
.back-container {
    padding: 0 16px;
}



