@media (max-width: 766px) {
    .msl-pagebanner img {
        display:none;
    }
} 

@media (min-width:1200px) {
    .rentersrightnews .news-carousel-wrapper.has-no-scroll .msl-item.no-scroll {
        width:90%;
    }
}

.well-tables {
    background: #fff;
    border-radius: 40px;
}

.well-tables thead th {
    text-align:center;
    font-size:22px;
    padding:20px !important;
}

.well-tables td {
    padding:20px !important;
}

.well-tables tbody p {
    color:#000 !important;
}

.well-tables tbody a {
    color: #337ab7 !important;
}

.rights-icons {
    font-size:50px !important;
}

.star-row p {
    font-size:50px !important;
}

.white-well {
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.circle-div {
  background: #fff;
  border-radius: 50px;
  padding: 20px;
  flex: 1; 
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.circle-div h2 {
    margin:0;
    margin-top:10px;
}

.circle-div p {
    color:#000 !important;
}

.circle-div h4,
.circle-div h4 a {
    color:#211C36 !important;
    font-weight:800;
    font-size: 20px;
    line-height:1;
}