.acca-subjects-section {
    padding: 80px 0;
    background: #fff;
}

.acca-subjects-section__title {
    margin: 0 0 48px;
    color: #7473c0;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.acca-subjects-section__list {
    display: grid;
    gap: 24px;
    max-width: 1080px;
    margin: 0 auto;
}

.acca-subject-card {
    display: grid;
    grid-template-columns: 609px 441px;
    overflow: hidden;
    width: 1050px;
    max-width: 100%;
    min-height: 409px;
    border-radius: 20px;
    background: #f6f6f6;
    box-shadow: none;
}

.acca-subject-card__content {
    padding: 28px;
}

.acca-subject-card__title {
    margin: 0 0 2px;
    color: #4e2a84;
    font-size: 24px;
    font-weight: 800;
    font-family: "Google Sans Flex", sans-serif;
    line-height: 1.25;
}

.acca-subject-card__hours {
    margin-bottom: 16px;
    color: #7473c0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.acca-subject-card__summary,
.acca-subject-card__target,
.acca-subject-card__meta {
    color: #222222;
    font-size: 14px;
    line-height: 1.7;
    font-family: "Typold Extended", sans-serif;
}

.acca-subject-card__summary p:last-child {
    margin-bottom: 0;
}

.acca-subject-card__box {
    margin: 12px 0;
    padding: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
}

.acca-subject-card__box-label {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
    color: #222222;
    font-size: 14px;
    font-weight: 800;
}

.acca-subject-card__points {
    margin: 0;
    padding-left: 18px;
    color: #222222;
    font-size: 14px;
    line-height: 1.35;
}
.acca-subject-card__points li {
    margin-bottom: 0;
}
.acca-subject-card__points li + li {
    margin-top: 2px;
}

.acca-subject-card__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    margin-top: 12px;
}

.acca-subject-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 133px;
    min-height: 35px;
    padding: 8px 16px;
    border-radius: 6px;
    background: #7473c0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
}

.acca-subject-card__button:hover {
    color: #fff;
    background: #4e2a84;
}

.acca-subject-card__target {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 800;
    color: #101820;
}

.acca-subject-card__meta {
    font-size: 14px;
}

.acca-subject-card__media {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #7473c0;
}

.acca-subject-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acca-subject-card__media--placeholder {
    min-height: 100%;
}

@media (max-width: 849px) {
    .acca-subjects-section__title {
        font-size: 20px;
    }

    .acca-subject-card {
        grid-template-columns: 1fr;
        width: 100%;
        min-height: 0;
    }

    .acca-subject-card__content {
        padding: 24px;
    }

    .acca-subject-card__media {
        order: -1;
        min-height: 240px;
        border-radius: 20px 20px 0 0;
    }
    .acca-subjects-section {
        padding:40px 0;
    }
    .acca-subject-card__media img {
        aspect-ratio: 3/2;
    }
    .acca-subject-card__title{
        font-size: 20px;
    }
}
