.rticon {
   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;

}

.rt-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);
}

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

  .rttitle h1 a {

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



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