.our-work__divider {
    width: 100%;
    height: 1px;
    background: var(--purple-300);
}

.our-work__content {
    flex-direction: column;
    gap: 32px;
}

.our-work__intro {
    max-width: 48ch;
    font-size: 22px;
    padding-top: 64px;
    padding-bottom: 32px;
}

.our-work__case-studies {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.our-work__case-study-item {
    display: flex;
    flex-direction: row;
    gap: 48px;
    padding: 24px 0;
}

.our-work__case-study-item > * {
    flex: 1 1 0;
}

.our-work__img {
    width: 100%;
    max-width: 700px;
}

.our-work__case-study-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.our-work__case-study-logo {
    max-width: 150px;
    max-height: 80px;
    width: 100%;
    height: 100%;
}

.our-work__case-study-heading {
    font-size: 42px;
}

.our-work__case-study-text {
    font-size: 18px;
}

@media screen and (max-width: 1440px) {
    .our-work__img { 
        max-width: 500px;
    }
}

@media screen and (max-width: 860px) {
    .our-work__case-study-item {
        flex-direction: column;
        align-items: center;
    }
}
