h3,
h4 {
    margin: unset;
    margin: 15px 0;
}

#search {
    color: #79b3de;
    text-decoration: underline;
}

section.content .not-found {
    display: flex;
    justify-content: center;
    text-align: center;
}

section.content .not-found .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    max-width: 77%;
}

section.content .not-found .items img {
    width: 50%;
}

@media (min-width: 777px) {
    section.content .not-found .items {
        padding-top: 0;
    }

    .orange-marker {
        margin-bottom: 0;
    }
}

@media (max-width: 777px) {
    section.content .not-found .items img {
        width: 77%;
    }
}