.section-card {
    display: flex;
    margin-top: 48px;
    cursor: unset !important;
}

.section-card .body {
    display: flex;
    flex-direction: column;
    flex: 2;
    padding: 16px 48px;
}

.section-card .body .content {
    margin-top: 48px;
}

.section-card .body .header {
    display: flex;
}

.section-card .body .header .category {
    padding: 4px 48px;
    border-radius: 99px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #ffe164;
}

.section-card .body .header .title {
    flex: 1;
}

.section-card .download {
    display: flex;
    width: 100px;
    align-items: center;
}

.section-card .download > .download-icon {
    width: 70px;
    height: 70px;
    background-image: url('../../../img/download.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.section-card .image {
    width: 240px;
    padding: 8px;
}

.section-card .image .img-fluid {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.section-group .more {
    margin-right: 148px;
    color: #24D6D6;
    text-decoration: unset;
}

.journal-high-school-icon {
    width: 270px;
    height: 80px;
    margin-top: 16px;
    background-image: url('../../../img/journal-high-school.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.junior-high-school-icon {
    width: 270px;
    height: 80px;
    margin-top: 16px;
    background-image: url('../../../img/junior-high-school.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.wave {
    background-color: #ffffff;
}

@media (max-width: 1280px),
    (max-width: 1024px) {
    .section-card .body .header {
        display: flex;
        flex-direction: column;
    }

    .section-card .body .header .category {
        width: max-content;
        margin-top: 8px;
    }
}

@media (max-width:  960px),
    (max-width: 480px) {
    .journal-high-school-icon,
    .junior-high-school-icon {
        margin: 16px auto 0 auto;
    }

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

    .section-card .body {
        padding: 8px;
    }

    .section-card .body .header {
        display: flex;
        flex-direction: column;
    }

    .section-group-icon {
        width: 100%;
    }
}
