.boxItems{

    width: 100%;
    align-items: center;

}
.items{

    width: 40%;
}

.items h1{
    color: rgb(0, 2, 97);
}

.items li {
    font-size: 20px;
    color: #000000;
    padding-left: 10px;
    padding-right: 15px;
    text-align: justify;
}

.imgHeaderSec{
    width: 90%;
}

.video{
    width: 90%;
    height: 300px;
}

@media screen and (max-width: 460px) {
    .items {
        width: fit-content;
        /* padding-left: 10px; */
        align-items: center;
    }
}