#top-img-box {
    margin-bottom: 0.5rem;
}

img {
    max-width: 100%;
}

section h4,
h5 {
    margin-bottom: 0.5rem;
    text-align: center;
}

section h5 {
    font-size: 1rem;
}

.flex-padding-bottom {
    padding-bottom: 0.5rem;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: 920px;
    margin: auto;
    flex-wrap: wrap;
    gap: 40px;
}

.flex-container div {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
}

.quad div {
    max-width: 200px;
}

.double {
    gap: 37px;
    max-width: 930px;
}

.double div {
    max-width: 446px;
}

.lupe-container {
    position: relative;
}

.lupe {
    position: absolute;
    right: 0;
    bottom: 0;
}

.h3-color {
    color: #9079ad;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.bigimg {
    position: absolute;
    width: 80%;
    max-width: 800px;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 700px) {
    .side-padding {
        padding: 0 1rem;
    }

    .flex-container {
        flex-direction: column;
        align-items: center;
    }

    .bigimg {
        width: 95%;
    }
}

@media (max-height: 800px) {
    .bigimg {
        max-width: 550px;
    }
}