.help-card{
  background-color: #090909;
  border-radius: 15px;
  padding: 20px 30px;
  text-align: center;
  color: #fff;
  font-family: 'Inter', sans-serif;
  height: 300px;
  transition-duration: .2s;
}

.help-card:hover{
  transform: scale(1.02);
}

.card-col{
  padding-top: 15px;
  padding-bottom: 15px;
}
.help-icon{
  font-size: 45px;
}

.help-link{
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.help-link:hover{
  color: #fff;
}

.help-title{
  font-weight: 600;
}

.help-paragraph{
  margin-top: 15px;
  color: #c4c4c4;
  margin-bottom: 0px;
}

.help-main-title{
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width:761px){
  .help-main-title{
    font-size:25px;
  }
  .help-title{
    font-size: 23px;
  }
  .help-paragraph{
    font-size: 15.5px;
  }
}