/* Enter Your Custom CSS Here */
.full{
  width:100%;
  float:left;
  display:inline-block;
  text-align:center;
}
.one-second{
  width:50%;
  float:left;
  display:inline-block;
  text-align:center;
}

.full a:hover{
  text-decoration: none !important;
  border:none;
}



@media only screen and (max-width:767px){
  .one-second{
    width:100%;
  }
}