.blog--inner {
    padding-top: 50px;
}

.blog__inner-wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.blog-inner__top {
    display: flex;
    margin-bottom: 50px;
}

.blog-inner__top-action {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 140px;
    width: 100%;
    background-color: #000;
    padding: 10px 8px;
}

.blog-inner__top-action-star {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url("../icons/star-yellow14x14.svg");
}

.blog-inner__top-action-title {
    margin: 0;
    padding: 0 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.015em;
    color: var(--accent);
}

.blog-inner__top-date {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    width: 100%;
    padding: 0 24px;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    background-color: var(--accent);
}

.blog__img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.blog__img img {
    display: block;
    width: 100%;
    height: 202px;
    object-fit: cover;
    object-position: center center;
}

.blog__inner-img {
    width: 100%;
    height: 400px;
}

.blog__inner-img img {
    width: 100%;
    object-fit: cover;
}

.blog__inner-content {
    position: relative;
    padding: 50px 0;
}

.blog__inner-content img {
    margin: 12px 0;
    width: 100%;
}

.blog__inner-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
    height: 1px;
    background-color: #ccc;
}

.blog__title {
    margin: 0;
    margin-bottom: 50px;
}

.blog__description,
.blog__inner-item {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
}

.blog__description p {
    margin: 0;
    margin-bottom: 24px;
}

.blog__inner-list-title {
    margin: 0;
    margin-bottom: 32px;
    font-weight: 300;
    font-size: 24px;
    line-height: 31px;
}

.blog__inner-list {
    margin-left: 15px;
    margin-bottom: 32px;
    list-style-type: disc;
}

.more {
    padding-top: 50px;
    padding-bottom: 80px;
}

.more__wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}

.more__title {
    margin: 0;
    margin-bottom: 50px;
    font-weight: 300;
    font-size: 36px;
    line-height: 47px;
    text-align: center;
}

.more__main-list {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    padding: 0;
}

.more__main-item {
    max-width: 360px;
    border: 1px solid rgba(18, 18, 18, 0.2);
}

.more__locker {
    background-color: #ccc;
    height: 202px;
}

.more__top {
    display: flex;
    height: 20px;
    margin-bottom: 20px;
}

.more__top-action {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    font-weight: bold;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: -0.015em;
    background-color: #000;
    color: var(--accent);
    position: relative;
}

.more__top-action-title {
    padding: 0 6px;
}

.more__top-action-star {
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
    background-image: url("../icons/star-yellow7x7.png");
}

.more__top-date {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 5px;
    font-size: 10px;
    line-height: 13px;
    background-color: var(--accent);
}

.more__content {
    padding: 20px 54px 24px;
}

.more__content-title {
    margin: 0;
    height: 63px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.015em;
}

.more__content-text {
    margin: 0;
    margin-bottom: 20px;
    height: 107px;
    font-weight: normal;
    font-size: 14px;
    line-height: 157%;
    letter-spacing: -0.015em;
    color: #8f8f8f;
}

.more__content-about {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 156px;
    min-height: 40px;
    background-color: var(--accent);
    border-radius: 57px;
}

@media screen and (max-width: 1190px) {
    .more__main-list {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .blog__img {
        object-fit: cover;
    }
    .blog__inner-img {
        height: 100%;
    }

    .blog__title {
        margin-bottom: 25px;
    }

    .blog__list-title {
        font-size: 18px;
    }

    .blog__inner-item {
        font-size: 16px;
    }

    .blog__description {
        font-size: 16px;
    }

    .more__content-title {
        height: fit-content;
    }

    .more__content-text {
        overflow: hidden;
    }

    .more__title {
        font-size: 24px;
    }
}
