.desc{
    margin-top: 5px;
    color: #05283A;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.mobile-thumbs a img{
  margin: 1px -1px;
  padding: 0;
  border: 1px solid #05283A;
}

.mobile-thumbs a img:hover{
  border: 1px dashed #05283A;
}

.mobile-footer{
    color: #05283A;
    padding: 15px;
    font-size: 9px;
    line-height: 1;
}

@media screen and (min-width: 963px) and (max-width: 1484px) {
  .mobile-thumbs img {

    width: 24.4%;
    height: auto;
  }

  .top-desc {}

  .logo img {
    width: 150px;
    height: 45px;
  }

  .top-desc span,
  .top-desc,
  .top-desc div,
  .top-desc h1 {
    font-size: 13px;
    line-height: 1;
  }
}

@media screen and (min-width: 723px) and (max-width: 962px) {
  .mobile-thumbs img {
    width: 32.7%;
    height: auto;
  }

  .top-desc {}

  .logo img {
    width: 150px;
    height: 45px;
  }

  .top-desc span,
  .top-desc div,
  .top-desc,
  .top-desc h1 {
    font-size: 12px;
    line-height: 1;
  }
}

@media screen and (min-width: 100px) and (max-width: 722px) {
  .mobile-thumbs img {
    width: 48.5%;
    height: auto;
  }

  .top-desc {}

  .logo img {
    width: 100px;
    height: 30px;
  }

  .top-desc span,
  .top-desc div,
  .top-desc,
  .top-desc h1 {
    font-size: 11px;
    line-height: 1;
  }
}