#mobreview{
  position:relative;
  display:none;
  padding:20px;
  height:auto;
  overflow:hidden;
}

a.ctawes:link, a.ctawes:visited {
  background-color: none;
  border-style:solid;
  border-width:1px;
  border-color:#7795B3;
  color: #7795B3;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size:16px;
}

a.ctawes:hover, a.ctawes:active {
  background-color: #7795B3;
  color:white;
}
.rowwes {
  display: flex;
}
.columnwes {
  flex: 33.33%;
}

.centerme {
text-align:center !important;
  cursor:pointer !important;
  padding:10px;
}
.h2cc {
  text-align:center !important;
  color: #7795B3 !important;
  font-size: 32px !important;
} 

.h4cc {
  text-align:center !important;
  color: #7795B3 !important;
  font-size: 20px !important;
} 
.logo-center {
  text-align:center !important;
  padding-bottom:2rem;
} 
  
@media screen and (max-width: 767px) {
    #hidereview {
    display:none; 
    }
@media screen and (max-width: 767px) {
    #mobreview {
    display:block; 
    }
   