body{
font-family: 'Poppins',  'Montserrat', sans-serif;
}

.FeatureDescript {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 625px) {
  .user h3{
   font-size:1.2em;
   line-height:1.5;
   padding:5px 5px;
  }   
}

@media screen and (max-width: 450px) {
   .grid figure{
     min-width:150px;
     margin-left:3em;
  }
    .user{
      padding:5px 5px;
      font-size:12px;
}
    
}

.goudy{
font-family: goudy-bookletter-1911,serif;
font-weight: 400;
font-style: normal;}

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

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

.animate-btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
color:var(--accent-color);
}
.animate-btn-1:hover rect {
  stroke-width: 5;
  stroke:var(--accent-color);
  stroke-dasharray: 45, 255;
  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);
}


button{
  background-color:transparent;
  padding:10px 20px;
  width:250px;
border:1px solid black;
}
button:hover{
   background-color:#f2f2f2;
}



.line-break{
  border-top:2px solid black;
  max-width:100px;
  margin:0 auto;
  margin-bottom:5px;
  margin-top:20px;
}



.class1{
display:none;
}

.class2{
display:block;
}