.fourth-section-container {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

    @media (max-width: 768px) {
        flex-direction: column;
    }
}

.fourth-section-subcontainer {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 284px;
    margin-right: 48px;

    @media (max-width: 768px) {
        align-items: center;
        text-align: center;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.fourth-section-title {
    font-family: var(--font-family);
    font-size: 24px;
    margin-top: 37px;
    color: var(--text-colour-light);

    @media (max-width: 768px) {
        margin-top: 20px;
    }
}

.fourth-section-subtitle {
    font-family: var(--font-family);
    font-size: 13px;
    margin-top: 18px;
    color: var(--text-colour-light);

    @media (max-width: 768px) {
        margin-top: 10px;
    }
}


.fourth-section-image {
    width: 284px;
    height: 284px;
    border-radius: 24px;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.25);
}
