.home .banner {
    position: relative
}

.home .banner .bg {
    display: block;
    width: 100%;
    object-fit: cover
}

.home .banner .text {
    position: absolute;
    left: 7.29167vw;
    bottom: 5.20833vw
}

.home .banner .text .t {
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase
}

.home .container {
    padding: 4.0625vw 12.5vw 5.20833vw 12.5vw
}

.home .container .back {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: .83333vw;
    color: #0F4C81;
    text-transform: capitalize
}

.home .container .back img {
    width: .41667vw;
    display: block
}

.home .container .t {
    margin: 3.38542vw 0 .67708vw 0;
    line-height: 1.5;
    text-transform: uppercase
}

.home .container .tags {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
    border-bottom: 1px solid rgba(15, 76, 129, 0.4);
    padding-bottom: 1.61458vw
}

.home .container .tags span {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500
}

.home .container .tags p {
    color: rgba(4, 4, 4, 0.6)
}

.home .container .html {
    width: 100%;
    color: rgba(4, 4, 4, 0.6);
    line-height: 1.5;
    font-weight: 500;
    margin: 2.39583vw 0 6.92708vw 0
}

/* .home .container .html img{
    width: auto !important;
} */
 .home .container .html p img, .home .container .html span img {
    width: 100% !important;
    height: auto !important;
}

.home .container .pager {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home .container .pager .next,
.home .container .pager .prev {
    color: #0F4C81;
    line-height: 1.5;
    text-transform: capitalize;
    width: 7.8125vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.home .container .pager .next {
    text-align: right
}

.home .container .pager .bc {
    border: 1px solid #0F4C81;
    display: inline-flex;
    padding: 1.25vw 4.42708vw;
    justify-content: center;
    align-items: center;
    gap: 3.02083vw;
    color: #0F4C81;
    line-height: 1.5;
    text-transform: capitalize;
    transition: all 600ms;
    cursor: pointer
}

.home .container .pager .bc svg {
    width: .67708vw;
    display: block
}

.home .container .pager .bc svg path {
    transition: all 600ms
}

.home .container .pager .bc:hover {
    background: #0F4C81;
    color: white
}

.home .container .pager .bc:hover svg path {
    stroke: #fff
}

@media screen and (max-width: 768px) {
    .home .banner {
        height: 60vh
    }

    .home .banner .bg {
        height: 100%;
        object-fit: cover
    }

    .home .banner .text {
        left: 5%;
        bottom: 5%
    }

    .home .container {
        padding: 30px 5%
    }

    .home .container .back {
        gap: 8px
    }

    .home .container .back img {
        width: 6px
    }

    .home .container .t {
        font-size: 18px;
        margin: 30px 0 10px 0
    }

    .home .container .tags {
        padding-bottom: 20px;
        flex-direction: column;
        gap: 10px
    }

    .home .container .html {
        margin: 20px 0 50px 0
    }

    .home .container .pager {
        flex-wrap: wrap
    }

    .home .container .pager .next,
    .home .container .pager .prev {
        width: 48%
    }

    .home .container .pager .next {
        order: 2
    }

    .home .container .pager .bc {
        order: 3;
        margin: 20px auto
    }

    .home .container .pager .bc svg {
        width: 10px
    }
}