.linkBox{
    color: white;
    padding: 24px;
        border-radius: 10px;
    font-size: 22px;
    margin-bottom: 16px;
    width: 238px;
}


a{
  text-decoration: none;

}

.linkBox svg{
  font-size: 25px;
    position: relative;
    top: 3px;
}

.linkBox a{

}


.linkBox h5{
  display: inline;
  margin-left: 20px;
  /* font-family: "Raleway", sans-serif !important;; */
      font-family: math;
}

.logo{
    text-align: center;
    margin-bottom: 19px;
}

img{
    width: 20%;
}

@media only screen and (max-width: 992px) {
  .linkBox{
      width: auto;
  }

  img{
    width: 65%;
  }

}