@import url("https://fonts.googleapis.com/css?family=Rubik:700&display=swap");
    
.read-more button.btn {
    font-weight: 600;
    color: #382b22;
    text-transform: uppercase;
    padding: 0.7em 2em;
    background: linear-gradient(top, #a95, #f2f2f2 25%, #ffffff 38%, #c5c5c5 63%, #f7f7f7 87%, #a95);
    background: -webkit-linear-gradient(top, #a95, #fea 25%, #ffffff 38%, #dc8 63%, #fea 87%, #a95);
    border: 1px solid #ba6;
    border-radius: 5px;
    transition: transform 0.15s;
    transform-style: preserve-3d;
    /* margin: 30px 0 30px 0; */
    cursor: pointer;
}
.read-more button.btn:active{
    -webkit-transform: translateY(4px);
	transform: translateY(4px);
}
/* .read-more button.btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #5F4466;
  border-radius: inherit;
  box-shadow: 0 0 0 1px #000, 0 0.625em 0 0 #A7B8C9; 
  transform: translate3d(0, 0.75em, -1em);
  transition: transform 0.15s, box-shadow 0.15s;
} */

/* .read-more button.btn:hover {
  background: #B07EBD;     
  transform: translate(0, 0.25em);
}
.read-more button.btn:hover::before {
  box-shadow: 0 0 0 1.5px #613091, 0 0.5em 0 0 #A7B8C9;    
  transform: translate3d(0, 0.5em, -1em);
}
.read-more button.btn:active {
  background: #B07EBD;    
  transform: translate(0em, 0.75em);
}
.read-more button.btn:active::before {
  box-shadow: 0 0 0 2px #b18597, 0 0 #A7B8C9;          
  transform: translate3d(0, 0, -1em);
} */

@media (max-width:1000px) {
  .read-more button.btn{
        font-size: xx-large;
        
    }
}



.read-more{
  display: flex;
    justify-content: center;
    /* margin-bottom: 20px; */
    grid-area: remo;
    margin: 30px 0 30px 0;
}