/* premiyakenwood */
.premiyakenwood {
    font-family: Gotham Pro, sans-serif;
    color: #000;
    padding-top: 80px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .premiyakenwood {
        padding-top: 100px;
    }
}

.premiyakenwood img {
    width: 100%;
}

.premiyakenwood .premiyakenwood-button {
    font-size: 20px;
    line-height: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    max-width: max-content;
    background-color: #EDAA00;
    border-radius: 30px;
    border: none;
    padding: 18px 40px;
}

.premiyakenwood .premiyakenwood-button.premiyakenwood-button--white {
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .premiyakenwood .premiyakenwood-button {
        font-size: 36px;
        line-height: 25px;
        border-radius: 61px;
        padding: 34px 72px;
    }
}

@media screen and (min-width: 1280px) {
    .premiyakenwood .premiyakenwood-button {
        font-size: 21px;
        line-height: 21px;
        border-radius: 40px;
        padding: 22px 54px;
    }
}

/* premiyakenwood-hero */
.premiyakenwood-hero {
    position: relative;
}

.premiyakenwood-hero .premiyakenwood-hero__background {
    display: none;
}

.premiyakenwood-hero .premiyakenwood-hero__content {

}

.premiyakenwood-hero .premiyakenwood-hero__content-top {
    max-width: 375px;
    padding: 70px 22px 26px;
    margin: 0 auto;
}

.premiyakenwood-hero .premiyakenwood-hero__subtitle {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.premiyakenwood-hero .premiyakenwood-hero__title {
    font-size: 30px;
    line-height: 114.99999999999999%;
    font-weight: 500;
    margin-bottom: 8px;
}

.premiyakenwood-hero .premiyakenwood-hero__title em {
    font-family: Bressay Trial;
    font-size: 32px;
    line-height: 105%;
    font-weight: 700;
    color: #7C2582;
}

.premiyakenwood-hero .premiyakenwood-hero__desc {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
}

.premiyakenwood-hero .premiyakenwood-hero__img-wrapper {
    position: relative;
}

.premiyakenwood-hero .premiyakenwood-hero__logo {
    position: absolute;
    top: 18px;
    left: 22px;
}

.premiyakenwood-hero .premiyakenwood-hero__logo.premiyakenwood-hero__logo--desktop {
    display: none;
}

.premiyakenwood-hero .premiyakenwood-hero__content-bottom {
    max-width: 375px;
    padding: 24px 22px 80px;
    margin: 0 auto;
}

.premiyakenwood-hero .premiyakenwood-hero__features {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 32px;
}

.premiyakenwood-hero .premiyakenwood-hero__feature {
    width: 84px;
    padding-top: 13px;
}

.premiyakenwood-hero .premiyakenwood-hero__feature-br {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.4);
}

.premiyakenwood-hero .premiyakenwood-hero__feature-value {
    font-family: Bressay Trial, sans-serif;
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    font-style: italic;
    color: #7A2382;
    text-align: center;
    height: 24px;
    margin-bottom: 13px;
}

.premiyakenwood-hero .premiyakenwood-hero__feature-name {
    font-size: 14px;
    line-height: 110.00000000000001%;
    font-weight: 400;
    text-align: center;
}

.premiyakenwood-hero .premiyakenwood-hero__content-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 18px;
}

.premiyakenwood-hero .premiyakenwood-hero__deadline {
    font-size: 14px;
    line-height: 110.00000000000001%;
    font-weight: 400;
    font-style: italic;
}

@media screen and (min-width: 768px) {
    .premiyakenwood-hero .premiyakenwood-hero__content-top {
        max-width: 768px;
        padding: 150px 42px 76px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__subtitle {
        font-size: 40px;
        margin-bottom: 28px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__title {
        font-size: 55px;
        margin-bottom: 16px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__title em {
        font-size: 60px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__desc {
        font-size: 28px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__logo {
        top: 32px;
        left: 42px;
        width: 305px;
        height: 398px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__content-bottom {
        max-width: 768px;
        padding: 46px 42px 150px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__features {
        margin-bottom: 64px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__feature {
        width: 170px;
        padding-top: 27px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__feature-value {
        font-size: 66px;
        line-height: 60px;
        height: 47px;
        margin-bottom: 26px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__feature-name {
        font-size: 24px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__content-action {
        grid-gap: 36px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__deadline {
        font-size: 24px;
    }
}

@media screen and (min-width: 1280px) {
    .premiyakenwood-hero .premiyakenwood-hero__background {
        display: block;
        height: 774px;
        object-fit: cover;
    }

    .premiyakenwood-hero .premiyakenwood-hero__content {
        position: absolute;
        top: 71px;
        left: calc(50% - 57px);
        width: 705px;
        background-color: #fff;
        border-radius: 20px;
        padding: 48px 80px 53px 73px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__content-top {
        max-width: unset;
        padding: 0;
        margin-bottom: 30px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__subtitle {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__title {
        font-size: 50px;
        margin-bottom: 18px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__title em {
        font-size: 50px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__desc {
        font-size: 24px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__img-wrapper {
        display: none;
    }

    .premiyakenwood-hero .premiyakenwood-hero__logo {
        top: 71px;
        left: unset;
        right: calc(50% + 432px);
        width: 216px;
        height: 282px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__logo.premiyakenwood-hero__logo--desktop {
        display: block;
    }

    .premiyakenwood-hero .premiyakenwood-hero__logo.premiyakenwood-hero__logo--mobile {
        display: none;
    }

    .premiyakenwood-hero .premiyakenwood-hero__content-bottom {
        max-width: unset;
        padding: 0;
    }

    .premiyakenwood-hero .premiyakenwood-hero__features {
        margin-bottom: 39px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__feature {
        width: 153px;
        padding-top: 6px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__feature-value {
        font-size: 42px;
        line-height: 40px;
        text-align: left;
        height: 30px;
        margin-bottom: 14px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__feature-name {
        font-size: 18px;
        text-align: left;
    }

    .premiyakenwood-hero .premiyakenwood-hero__content-action {
        flex-direction: row;
        grid-gap: 30px;
    }

    .premiyakenwood-hero .premiyakenwood-hero__deadline {
        font-size: 18px;
    }
}

/* premiyakenwood-about */
.premiyakenwood-about {
    color: #fff;
    background-color: #7C2582;
}

.premiyakenwood-about .premiyakenwood-about__container {
    max-width: 375px;
    padding: 60px 22px 80px;
    margin: 0 auto;
}

.premiyakenwood-about .premiyakenwood-about__title {
    font-family: Bressay Trial, sans-serif;
    font-size: 32px;
    line-height: 105%;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 16px;
}

.premiyakenwood-about .premiyakenwood-about__desc {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
    margin-bottom: 58px;
}

.premiyakenwood-about .premiyakenwood-about__list {
    list-style: none;
    display: grid;
    grid-gap: 40px;
    padding: 0;
    margin: 0;
}

.premiyakenwood-about .premiyakenwood-about__item-icon {
    margin-bottom: 20px;
}

.premiyakenwood-about .premiyakenwood-about__item-title {
    font-size: 24px;
    line-height: 114.99999999999999%;
    font-weight: 500;
    margin-bottom: 6px;
}

.premiyakenwood-about .premiyakenwood-about__item-text {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .premiyakenwood-about .premiyakenwood-about__container {
        max-width: 768px;
        padding: 110px 42px 150px;
    }

    .premiyakenwood-about .premiyakenwood-about__title {
        font-size: 60px;
        margin-bottom: 32px;
    }

    .premiyakenwood-about .premiyakenwood-about__desc {
        font-size: 28px;
        margin-bottom: 100px;
    }

    .premiyakenwood-about .premiyakenwood-about__list {
        grid-gap: 80px;
    }

    .premiyakenwood-about .premiyakenwood-about__item-icon {
        width: 108px;
        height: 108px;
        margin-bottom: 40px;
    }

    .premiyakenwood-about .premiyakenwood-about__item-title {
        font-size: 44px;
        margin-bottom: 12px;
    }

    .premiyakenwood-about .premiyakenwood-about__item-text {
        font-size: 28px;
    }
}

@media screen and (min-width: 1280px) {
    .premiyakenwood-about .premiyakenwood-about__container {
        max-width: 1440px;
        padding: 80px 72px 128px;
    }

    .premiyakenwood-about .premiyakenwood-about__title {
        font-size: 51px;
        margin-bottom: 24px;
    }

    .premiyakenwood-about .premiyakenwood-about__desc {
        font-size: 24px;
        margin-bottom: 66px;
    }

    .premiyakenwood-about .premiyakenwood-about__list {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 31px;
    }

    .premiyakenwood-about .premiyakenwood-about__item-icon {
        width: 69px;
        height: 69px;
        margin-bottom: 25px;
    }

    .premiyakenwood-about .premiyakenwood-about__item-title {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .premiyakenwood-about .premiyakenwood-about__item-text {
        font-size: 18px;
    }
}

/* premiyakenwood-chefs */
.premiyakenwood-chefs {
    background-color: #F6F6F6;
}

.premiyakenwood-chefs .premiyakenwood-chefs__container {
    max-width: 375px;
    padding: 60px 22px 80px;
    margin: 0 auto;
}

.premiyakenwood-chefs .premiyakenwood-chefs__title {
    font-size: 30px;
    line-height: 114.99999999999999%;
    font-weight: 500;
    margin-bottom: 16px;
}

.premiyakenwood-chefs .premiyakenwood-chefs__title em {
    font-family: Bressay Trial, sans-serif;
    font-size: 32px;
    line-height: 105%;
    font-weight: 700;
    font-style: italic;
    color: #7C2582;
}

.premiyakenwood-chefs .premiyakenwood-chefs__desc {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
    margin-bottom: 38px;
}

.premiyakenwood-chefs .premiyakenwood-chefs__list {
    list-style: none;
    display: grid;
    grid-template-columns: 237px;
    grid-gap: 16px;
    padding: 0;
    margin: 0;
}

.premiyakenwood-chefs .premiyakenwood-chefs__item {
    display: flex;
    align-items: center;
    grid-gap: 28px;
}

.premiyakenwood-chefs .premiyakenwood-chefs__item-img {
    aspect-ratio: 1 / 1;
    width: 105px;
    border-radius: 50%;
    overflow: hidden;
}

.premiyakenwood-chefs .premiyakenwood-chefs__item-name {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .premiyakenwood-chefs .premiyakenwood-chefs__container {
        max-width: 768px;
        padding: 110px 42px 150px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__title {
        font-size: 55px;
        margin-bottom: 32px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__title em {
        font-size: 60px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__desc {
        font-size: 32px;
        margin-bottom: 78px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__list {
        grid-template-columns: 453px;
        grid-gap: 30px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__item {
        grid-gap: 56px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__item-img {
        width: 215px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__item-name {
        font-size: 28px;
    }
}

@media screen and (min-width: 1280px) {
    .premiyakenwood-chefs .premiyakenwood-chefs__container {
        max-width: 1440px;
        padding: 80px 72px 102px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__title {
        font-size: 46px;
        margin-bottom: 24px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__title em {
        font-size: 51px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__desc {
        font-size: 24px;
        margin-bottom: 56px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__list {
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 41px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__item {
        flex-direction: column;
        grid-gap: 18px;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__item-img {
        width: 100%;
    }

    .premiyakenwood-chefs .premiyakenwood-chefs__item-name {
        font-size: 18px;
        text-align: center;
        max-width: 114px;
    }
}

/* premiyakenwood-participation-guide */
.premiyakenwood-participation-guide .premiyakenwood-participation-guide__title {
    font-size: 30px;
    line-height: 114.99999999999999%;
    font-weight: 500;
    max-width: 375px;
    padding: 60px 22px 74px;
    margin: 0 auto;
}

.premiyakenwood-participation-guide .premiyakenwood-participation-guide__title em {
    font-family: Bressay Trial;
    font-size: 32px;
    line-height: 105%;
    font-weight: 700;
    font-style: italic;
    color: #7A2382;
}

.premiyakenwood-participation-guide .premiyakenwood-participation-guide__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    grid-gap: 56px;
    padding: 0;
    margin: 0;
}

.premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-content {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 18px;
    max-width: 375px;
    padding: 0 22px 34px;
    margin: 0 auto;
}

.premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-number {
    font-family: Bressay Trial;
    font-size: 34px;
    line-height: 120%;
    font-weight: 400;
    font-style: italic;
    color: #7A2382;
}

.premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-text {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
}

.premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-button {
    margin-top: 22px;
}

.premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-img {
    height: 340px;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__title {
        font-size: 55px;
        max-width: 768px;
        padding: 110px 42px 78px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__title em {
        font-size: 60px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__list {
        grid-gap: 120px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-content {
        grid-gap: 34px;
        max-width: 768px;
        padding: 0 42px 74px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-number {
        font-size: 66px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-text {
        font-size: 28px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-button {
        margin-top: 36px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-img {
        height: 696px;
    }
}

@media screen and (min-width: 1280px) {
    .premiyakenwood-participation-guide {
        max-width: 1440px;
        margin: 0 auto;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__title {
        font-size: 46px;
        max-width: 1440px;
        padding: 80px 72px 68px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__title em {
        font-size: 51px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__list {
        grid-gap: 78px;
        padding-bottom: 106px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-content {
        grid-template-columns: 1fr;
        grid-gap: 18px;
        max-width: 467px;
        padding: 0;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item:nth-child(even) .premiyakenwood-participation-guide__item-content {
        order: 1;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-number {
        font-size: 50px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-text {
        font-size: 24px;
    }

    .premiyakenwood-participation-guide .premiyakenwood-participation-guide__item-img {
        height: auto;
    }
}

/* premiyakenwood-schedule */
.premiyakenwood-schedule {
    color: #fff;
    background-color: #7C2582;
}

.premiyakenwood-schedule .premiyakenwood-schedule__container {
    max-width: 375px;
    margin: 0 auto;
    padding: 60px 22px 100px;
}

.premiyakenwood-schedule .premiyakenwood-schedule__top {
    margin-bottom: 62px;
}

.premiyakenwood-schedule .premiyakenwood-schedule__title {
    font-size: 30px;
    line-height: 114.99999999999999%;
    font-weight: 500;
    margin-bottom: 16px;
}

.premiyakenwood-schedule .premiyakenwood-schedule__title em {
    font-family: Bressay Trial;
    font-size: 32px;
    line-height: 105%;
    font-weight: 700;
    font-style: italic;
}

.premiyakenwood-schedule .premiyakenwood-schedule__desc {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
}

.premiyakenwood-schedule .premiyakenwood-schedule__list {
    list-style: none;
    display: grid;
    grid-gap: 58px;
    padding: 0;
    margin: 0;
}

.premiyakenwood-schedule .premiyakenwood-schedule__item {

}

.premiyakenwood-schedule .premiyakenwood-schedule__item-title {
    font-size: 24px;
    line-height: 114.99999999999999%;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.premiyakenwood-schedule .premiyakenwood-schedule__item-text {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
}

.premiyakenwood-schedule .premiyakenwood-schedule__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 18px;
    margin-top: 68px;
}

.premiyakenwood-schedule .premiyakenwood-schedule__deadline {
    font-size: 14px;
    line-height: 110.00000000000001%;
    font-weight: 400;
    font-style: italic;
    text-align: center;
}

@media screen and (min-width: 768px){
    .premiyakenwood-schedule .premiyakenwood-schedule__container {
        max-width: 768px;
        padding: 110px 42px 180px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__top {
        margin-bottom: 96px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__title {
        font-size: 55px;
        margin-bottom: 32px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__title em {
        font-size: 60px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__desc {
        font-size: 28px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__list {
        grid-gap: 90px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__item-title {
        font-size: 44px;
        padding-bottom: 20px;
        margin-bottom: 32px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__item-text {
        font-size: 28px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__action {
        grid-gap: 36px;
        margin-top: 120px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__deadline {
        font-size: 24px;
    }
}

@media screen and (min-width: 1280px){
    .premiyakenwood-schedule .premiyakenwood-schedule__container {
        max-width: 1440px;
        padding: 80px 72px 94px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__top {
        max-width: 811px;
        margin-bottom: 92px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__title {
        font-size: 46px;
        margin-bottom: 24px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__title em {
        font-size: 51px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__desc {
        font-size: 24px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__list {
        grid-template-columns: 452px 484px;
        grid-gap: 238px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__item-title {
        font-size: 28px;
        padding-bottom: 18px;
        margin-bottom: 24px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__item-text {
        font-size: 18px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__action {
        flex-direction: row;
        grid-gap: 26px;
        margin-top: 112px;
    }

    .premiyakenwood-schedule .premiyakenwood-schedule__deadline {
        font-size: 18px;
        text-align: left;
        max-width: 148px;
    }
}

/* premiyakenwood-prizes */
.premiyakenwood-prizes {
    position: relative;
    padding-top: 166px;
}

.premiyakenwood-prizes .premiyakenwood-prizes__img-wrapper {
    position: relative;
}

.premiyakenwood-prizes .premiyakenwood-prizes__logo {
    position: absolute;
    top: 18px;
    left: 22px;
}

.premiyakenwood-prizes .premiyakenwood-prizes__img {

}

.premiyakenwood-prizes .premiyakenwood-prizes__content {
    max-width: 375px;
    padding: 28px 22px 80px;
    margin: 0 auto;
}

.premiyakenwood-prizes .premiyakenwood-prizes__title {
    font-size: 30px;
    line-height: 114.99999999999999%;
    font-weight: 500;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
}

.premiyakenwood-prizes .premiyakenwood-prizes__title em {
    font-family: Bressay Trial;
    font-size: 32px;
    line-height: 105%;
    font-weight: 700;
    font-style: italic;
    color: #7C2582;
}

.premiyakenwood-prizes .premiyakenwood-prizes__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    padding: 0;
    margin: 0;
}

.premiyakenwood-prizes .premiyakenwood-prizes__item {

}

.premiyakenwood-prizes .premiyakenwood-prizes__item-title {
    font-family: Bressay Trial;
    font-size: 26px;
    line-height: 120%;
    font-weight: 400;
    font-style: italic;
    color: #7C2582;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.premiyakenwood-prizes .premiyakenwood-prizes__item-list {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
    list-style: disc;
    padding-left: 30px;
}

.premiyakenwood-prizes .premiyakenwood-prizes__item-text {
    font-size: 16px;
    line-height: 114.99999999999999%;
    font-weight: 400;
}

.premiyakenwood-prizes .premiyakenwood-prizes__desc {
    font-size: 9px;
    line-height: 130%;
    font-weight: 400;
    opacity: .7;
    margin-top: 32px;
}

@media screen and (min-width: 768px){
    .premiyakenwood-prizes {
        padding-top: 257px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__logo {
        top: 34px;
        left: 42px;
        width: 161px;
        height: 166px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__content {
        max-width: 768px;
        padding: 64px 42px 150px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__title {
        font-size: 55px;
        top: 110px;
        width: 678px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__title em {
        font-size: 60px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__list {
        grid-gap: 60px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__item-title {
        font-size: 46px;
        margin-bottom: 20px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__item-list {
        font-size: 28px;
        padding-left: 40px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__item-text {
        font-size: 28px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__desc {
        font-size: 12px;
        margin-top: 64px;
    }
}

@media screen and (min-width: 1280px){
    .premiyakenwood-prizes {
        display: grid;
        grid-template-columns: 672px 768px;
        max-width: 1440px;
        margin: 0 auto;
        padding-top: 0;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__logo {
        top: 70px;
        left: 72px;
        width: 156px;
        height: 151px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__content {
        max-width: unset;
        padding: 60px 88px 44px 64px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__title {
        font-size: 46px;
        position: static;
        transform: none;
        width: 616px;
        margin-bottom: 42px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__title em {
        font-size: 51px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__list {
        grid-gap: 26px;
        max-width: 490px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__item-title {
        font-size: 34px;
        margin-bottom: 12px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__item-list {
        font-size: 24px;
        padding-left: 35px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__item-text {
        font-size: 24px;
    }

    .premiyakenwood-prizes .premiyakenwood-prizes__desc {
        font-size: 10px;
        max-width: 490px;
        margin-top: 33px;
    }
}