.simple-blog__tag {
    font-size: 14px;
    opacity: 0.6;
}

.blogs__list-wrapper {
    overflow: hidden;
    width: 100%;
}

.blogs__list {
    list-style: none;
    padding-inline-start: 0;
    margin-block-end: 0;
}

@media (min-width: 960px) {
    .blogs__list--list .simple-blog {
        align-items: flex-start;
        display: flex;
        text-align: left;
    }

    .blogs__list--list .simple-blog__image-wrapper {
        align-self: stretch;
        margin-bottom: 0;
        margin-right: 40px;
        max-width: 458px;
        width: 35%;
    }

    .blogs__list--list .simple-blog__image-wrapper .global-image {
        height: 100%;
        width: 100%;
    }

    .blogs__list--list .simple-blog__main {
        flex: 1 0 0;
        overflow: hidden;
    }

    .blogs__list--list .simple-blog__extra-info {
        justify-content: flex-start;
    }

    .blogs__list--list .simple-blog__extra-info .text:last-child {
        flex: 1 0 0;
        max-width: none;
    }

    .blogs__list--list .simple-blog__description {
        padding: 0;
    }
}

.stage-blogs-btn {
    text-align: center;
}

.stage-blogs-btn .button {
    background: transparent;
    padding: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #666;
}
.stage-blogs-btn .button::before {
    content:none;
}

.stage-blogs-btn .button svg {
    margin-left: 10px;
}

.blogs__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.blogs__head .blogs__title {
    font-family: Poppins;
    font-weight: 600;
    font-size:24px;
    line-height: 1.2;
}

.blogs__head--no-title {
    flex-direction: row-reverse;
}

@media (max-width: 959px) {
    .blogs__head--no-title {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .blogs__head {
        margin-bottom: 26px;
    }

}

.blogs__btn-wrapper {
    margin-top: 48px;
}

@media (min-width:960px) {
    .bottom-blogs-btn {
        display: none;
    }
}

@media (max-width: 959px) {
    .blogs__head {
        margin-bottom: 20px;
    }

    .top-blogs-btn {
        display: none;
    }

    .blogs__item .simple-blog__main {
        margin-bottom: 0;
    }

    .stage-blogs-btn .button {
        padding: 10px 48px;
        font-size: 12px;
        background: #fff;
        border-radius: 60px;
        border: 1px solid #E1E3E6;
        margin-top: 20px;
    }
    .stage-blogs-btn .button svg {
        display: none;
    }
}

/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */