.container1{
    margin-top: 500px;
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    flex-wrap: wrap;
    text-align: center;
   
}
.one{
    width: 50%;
    height: 50px;
    font-size:26px
}

.arricon{
    color: black;
    
}

.clgname{
    padding-top: 15px;
    margin-top: 15px;
    color: #000;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

