.time {
    padding: 100px 0px 0px 0px;
}

.time-mid {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.time-mid video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.time-lf {
    margin-top: 80px;
}

.time-lf h1 {
    font-size: 40px;
    font-weight: 700;
}

.time-lf h1 span {
    font-size: 40px;
    font-weight: 700;
    color: #e4a003;
}

.time-lf h2 {
    margin-top: 20px;
    font-size: 25px;
    color: #20006b;
}

.time-rg ul li {
    padding-bottom: 15px;
    line-height: 1.4;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    list-style: disc;
    color: #000344;
}

.time-rg {
    margin-top: 20px;
}

.time-rg {
    position: relative;
    padding: 15px 10px;
    border-right: 2px solid #d4af37;
    border-bottom: 2px solid #d4af37;
}

.time-rg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 2px;
    background: #d4af37;
}

.time-rg::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #d4af37;
}



/**************** responsive start *************/

@media (min-width:1200px) and (max-width:1399px) {
    .time-rg ul li {
font-size: 16px;
}
.time-lf h1{
    font-size: 30px;
}
.time-lf h2{
    font-size: 20px;
}
}
@media (min-width:1901px) and (max-width:2000px){
.time-rg ul li {
    font-size: 23px;
}
}
@media (min-width:2001px) and (max-width:3000px){
.time-rg ul li {
    font-size: 23px;
}
}

@media (max-width:990px) {
    .time-lf h1 {
    font-size: 30px;
}
}