@import url("https://fonts.googleapis.com/css2?family=Grandstander:wght@300;500;700&display=swap");

.text-light {
    color: #FEFEFE;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: rgba(44, 165, 196, 0.5019607843);
}

/** 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;
}

.content-title {
    margin-top: 4rem;
    background-color: #2CA5C4 !important;
    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;
    }

.summary {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 3rem;
    text-align: justify;
}

@media (max-width: 768px) {
    .summary {
        padding: 0 1rem;
    }
}

.family-report-list {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

    .family-report-list .family-report-content {
        margin-top: 25px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

@media (max-width: 768px) {
    .family-report-list .family-report-content {
        flex-direction: column;
        margin: 2rem 1rem;
        border-radius: 1rem;
        box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.66);
        position: relative;
    }
}

.family-report-list .family-report-content-img {
    flex-basis: 30%;
}

@media (max-width: 768px) {
    .family-report-list .family-report-content-img {
        flex-basis: 100%;
        width: 100%;
    }
}

.family-report-list .family-report-content-img:hover img, .family-report-list .family-report-content-img:focus img {
    transform: scale(1.04);
    transition: all 0.5s;
}

.family-report-list .family-report-content-img img {
    width: 55rem;
    border: 0.3px solid #C6C7C8;
    height: 32rem;
    border-radius: 1rem;
}

@media (max-width: 768px) {
    .family-report-list .family-report-content-img img {
        width: 100%;
    }
}

.family-report-list .family-report-content-detail {
    flex-basis: 70%;
}

@media (max-width: 768px) {
    .family-report-list .family-report-content-detail {
        flex-basis: 100%;
    }
}

.family-report-list .family-report-content-detail a {
    text-decoration: none;
    color: black;
}

.family-report-list .family-report-content-detail h1 {
    font-family: "Grandstander", cursive;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0rem 3rem;
}

@media (max-width: 768px) {
    .family-report-list .family-report-content-detail h1 {
        margin: 1rem 3rem;
    }
}

.family-report-list .family-report-content-detail p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.5rem;
    text-align: justify;
    margin: 2rem 3rem;
}

@media (max-width: 768px) {
    .family-report-list .family-report-content-detail p {
        display: none;
    }
}

.family-report-list .family-report-content-detail button {
    background-color: #DCDCDC;
    color: black;
    font-family: "Grandstander", cursive;
    font-weight: 300;
    font-size: 20px;
    line-height: 35px;
    padding: 0.5rem 1.5rem;
    margin: 0 3rem;
}

@media (max-width: 768px) {
    .family-report-list .family-report-content-detail button {
        display: none;
    }
}

.family-report-list .family-report-content-detail small {
    font-family: "Grandstander", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3.5rem;
}

@media (max-width: 768px) {
    .family-report-list .family-report-content-detail small {
        position: absolute;
        top: 2rem;
        right: 2rem;
        font-weight: 500;
        /*highlight-text*/
        background-color: #fff5ee;
        padding: 0.1rem 0.5rem;
        border-radius: 0.5rem;
    }
}
/*# sourceMappingURL=family-report-list.css.map */
