@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; */
    width: 190px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
	text-decoration: none;
	background: transparent;
	cursor: pointer;
	position: relative;
	display: inline-block;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,1),0px 1px 3px rgba(0,0,0,0.3);
	outline: none;
	border: 1px solid #ba6;
	
	
	
	backface-visibility: hidden;
			position: relative;
			cursor: pointer;
			display: inline-block;
			white-space: nowrap;
			border-color: #7c7c7c;
			background: linear-gradient(180deg,#e6e6e6 0%,rgba(0, 0, 0, 0.25) 49%, rgba(38, 38, 38, 0.6) 51%,rgba(0, 0, 0, 0.25) 100%);
			border-radius: 5px;
}
.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: large;
        
    }
}



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