.qlicon {
    border-radius: 100px;
    height: 80px;
    width: 80px;
    margin: 0px auto 0 auto;
    background: #fff;
    display: flex;
    justify-content: center;
    border: green 2px solid;
    align-items: center;

}

.qlbox-container {
    height: auto;
    width: 100%;
    padding: 31px;
    text-align: center;
    border: dotted 2px #347fac;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.qlicon .fa {
display: table;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    font-size: 40px;
    color: rgb(52,127,172);
  }

  .qllinktopage h2 a {

    text-transform: uppercase;
    color: rgb(52,127,172);
  }

  .qlshortdesc p {
  font-size: 1.3rem;
  }


      @media only screen and (max-width: 640px) {
.qlbox-container {margin-bottom:40px;}
      }
