@charset "UTF-8";
h1{border: 5px solid #000000;
    text-align: center;
}

/*img{pointer-events : none;
}
*/


/*
h5{margin-left:0px;}
*/
a{
    font-size:20px;
}
li{list-style-type:square;
    margin-left:0px;
   /* font-size:20px;
*/}

@media (max-width:767px) {
    .row{
        flex-direction: column;
    }
    
}
.basis img{width:100%;
            height:AUTO;
        }
