@import url("https://fonts.googleapis.com/css2?family=Grandstander:wght@300;500;700&display=swap");
/** MIXINS **/
/* utils */
.center {
    height: 100px;
    text-align: center;
    border: 2px dashed #f69c55;
}

.section-title {
    font-family: "Grandstander", cursive;
    font-weight: 500;
    font-size: 40px;
    line-height: 3.5rem;
    color: rgba(44, 165, 196, 0.5019607843);
}

.main-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 3.5rem;
    text-align: justify;
}

.title-text {
    font-family: "Grandstander", cursive;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.5rem;
}

.pagination a {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.3rem !important;
    line-height: 2.3rem !important;
}

.show-all-content {
    color: black;
    border-width: 2px;
    border-color: black;
    padding: 0.7rem 2rem;
    font-family: "Grandstander", cursive;
    font-weight: 400;
    font-size: 18px;
}

.content-title {
    margin-top: 4rem;
    background-color: #2CA5C4;
    text-align: center;
}

    .content-title h1 {
        padding: 2rem 0;
        font-family: "Grandstander", cursive;
        font-weight: 500;
        font-size: 3.5rem;
        line-height: 3.5rem;
        color: #FEFEFE;
    }

.pegi-details {
    margin-top: 7rem;
    margin-bottom: 5rem;
}

@media (max-width: 768px) {
    .pegi-details {
        padding: 0 1.5rem;
    }
}

.pegi-details img {
    width: 10rem !important;
    height: 12rem !important;
    aspect-ratio: 3/2;
}

.pegi-details span {
    margin-left: 5rem;
    align-self: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    text-align: justify;
}

.pegi-details-2 {
    margin-top: 6rem;
}

@media (max-width: 768px) {
    .pegi-details-2 {
        padding: 0 1.5rem;
    }
}

.pegi-details-2 .row {
    justify-content: flex-start !important;
}

.pegi-details-2 .pegi-2 {
    width: 14rem;
    margin-bottom: 5em;
}

@media (max-width: 768px) {
    .pegi-details-2 .pegi-2 {
        width: 10rem;
    }
}

.pegi-details-2 .pegi-2-img img {
    width: 14rem;
    height: 17rem;
}

@media (max-width: 768px) {
    .pegi-details-2 .pegi-2-img img {
        width: 10rem;
        height: 13rem;
    }
}

.pegi-details-2 .pegi-2-title {
    text-align: center;
}

    .pegi-details-2 .pegi-2-title h4 {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        font-size: 2rem;
        line-height: 3rem;
    }

    .pegi-details-2 .pegi-2-title p {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 2rem;
        line-height: 3rem;
    }
/*# sourceMappingURL=pegi-esrb-detail.css.map */
