<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.glory-wrap {
    display: flex;
    flex-wrap: wrap;
}

.glory-content {
    flex: 1;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

.glory-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .5s ease;
}

.glory-content a img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:576px) {
    .glory-content {
        margin-left: 0px;
    }
    .glory-content a {
        width: 49%;
        height: 130px;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
}

@media screen and (min-width:576px) {
    .glory-content {
        margin-left: 0px;
    }
    .glory-content a {
        width: 49%;
        height:172px;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
}

@media screen and (min-width:786px) {
    .glory-content {
        margin-left: 0px;
    }
    .glory-content a {
        width: 32%;
        height: 172px;
        margin-left: 0.66%;
        margin-right: 0.66%;
    }
}

@media screen and (min-width:992px) {
    .glory-content {
        margin-left: 15px;
    }
    .glory-content a {
        width: 32%;
        height: 172px;
        margin-left: 0.66%;
        margin-right: 0.66%;
    }

}

/* -------------------------------------------- */

.glory-content-4 {
    flex: 1;
    margin-left: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap; 
}


.glory-content-4 a {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .5s ease;
}

.glory-content-4 a img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:576px) {
    .glory-content-4 {
        margin-left: 0px;
    }
    .glory-content-4 a {
        width: 32%;
        margin-left: 0.66%;
        margin-right: 0.66%;
    }
}

@media screen and (min-width:576px) {
    .glory-content-4 {
        margin-left: 0px;
    }
    .glory-content-4 a {
        width: 32%;
        margin-left: 0.66%;
        margin-right: 0.66%;
    }
}

@media screen and (min-width:786px) {
    .glory-content-4 {
        margin-left: 0px;
    }
    .glory-content-4 a {
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
}

@media screen and (min-width:992px) {
    .glory-content-4 {
        margin-left: 15px;
    }
    .glory-content-4 a {
        width: 24%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }

}
</pre></body></html>