.Box1 {
    margin-top: 60px;
    margin-bottom: 100px;
}

.Box1 .container-md.row {
    margin: 0 auto;
}

.Box1 .t1 {
    border: 1px solid #00000046;
    width: fit-content;
    border-radius: 999px;
    margin-left: 10px;
    padding: 5px 15px 5px 25px;
    display: block;
    position: relative;
}

.Box1 .t1::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 99px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
}

.Box1 .t2 {
    font-family: 'Public Sans';
    margin-top: 10px;
}

.Box1 .text {
    margin-top: 30px;

}

.Box1 .text .row {
    position: relative;
}

.Box1 .box-nr {
    position: relative;
}

/* @media screen and (min-width:1440px) {
    .Box1 .box-nr>div {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
} */

.Box1 .text .row:nth-child(1) img,
.Box1 .text .row:nth-child(3) img,
.Box1 .text .row:nth-child(5) img {
    float: left;
    width: 95%;
    border-radius: 20px;
}

.Box1 .text .row:nth-child(2),
.Box1 .text .row:nth-child(3),
.Box1 .text .row:nth-child(4),
.Box1 .text .row:nth-child(5),
.Box1 .text .row:nth-child(6) {
    margin-top: 80px;
}

.Box1 .text .row:nth-child(2) img,
.Box1 .text .row:nth-child(4) img,
.Box1 .text .row:nth-child(6) img {
    width: 95%;
    border-radius: 20px;
    float: right;
}

.Box1 .text ul {
    padding: 0;
}

.Box1 .text h6 {
    font-weight: bold;
    font-size: 36px;
    font-family: 'Public Sans';
}

.Box1 .text .box-nr ul li {
    list-style-type: square;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.8;

}

@media screen and (max-width:1400px) {
    .Box1 .b8 div>h6 {
        font-size: 35px;
    }

    .Box1 .text h6 {
        font-size: 32px;
    }
}

@media screen and (max-width:1200px) {
    .Box1 .text .row img {
        width: 100% !important;
        margin-bottom: 30px;
    } 
}

@media screen and (max-width:991px) {

    .Box1 {
        margin-bottom: 0;
    }

    .Box2 {
        margin-top: 30px;
    }

    .Box1 {
        margin:40px 0;
    }

    .Box1 .t2 {
        font-size: 30px;
    }

    .Box1 .text h6 {
        font-size: 24px;
    }

    .Box1 .text .box-nr ul li {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .Box1 .text h6 {
        font-size: 26px;
    }

    .Box1 .text .box-nr ul li {
        font-size: 16px;
    }

}

@media screen and (max-width:576px) {
    .Box1 .t2 {
        font-size: 26px;
    }

    .Box1 .text h6 {
        font-size: 18px;
    }

    .Box1 .text .box-nr ul li {
        font-size: 14px;
    }
}