body{
font-family: 'Poppins',  'Montserrat', sans-serif;
}
p{
  font-size:1rem!important;
}
.right{
  background-image: url('/imageserver/Reusable/royal2020/RBP-Celect-4.png');
  background-size:cover;
  height:400px;
  position:relative
}

.right-layer{
    background-color: rgba(255,255,255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:0 20px;
    font-weight:600;
}

.right-layer p{
     display:contents;
}

.top{
     color:#201961;
     font-size:2.2em;
}

.performance img{
     float:right;
}

.maintenance img{
     float:left;
}


.fading{
 font-size: 2em;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
}
buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}

.btn {
  color: #201961;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  max-width: 170px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding-top:10px;
margin:20px 0!important;
}
@media (min-width: 600px) {
 
  .btn {
    margin: 0 1em 2em;
  }
}
.btn:hover {
  text-decoration: none;
}

.btn-1 {
  font-weight: 100;
}
.btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn-1 rect {
  fill: none;
  stroke: #201961;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
color:#201961;
}
.btn-1:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

  -webkit-text-fill-color: transparent;
  margin-top:40px;
}

@media screen and (max-width:600px) {
      body, html{
         text-align:center;
}
     .top{
    font-size:1.5em;
}
}