.landing__register-submit{
    background: #284734;
    font-size: 16px;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border:none;
}
.landing__register-submit:hover, .landing__register-submit:focus{
        background: #17542f;
        border:none;
}
.mod-page-wrap--landing .landing__block{
    height:35em;
}

.landing__register-wrap .contact-form-v2__form{
    background:#000;
    background:RGBA(0,0,0,.61);
    padding:1.5em;
}
.mod-safe-area {
    max-width: 104.5em;
}
/*CARDS*/
.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width:100%;
  gap:30px 20px;
  top:5em;
  position:relative;
}

.card a{
	text-decoration:underline;
}
.card a:hover, .card a:focus{
	text-decoration:none;
}
.card1{
	line-height:1.1em;
	padding:2%;
	height:53rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 22rem;
border:1px solid #000;
	background:#333333;
	background: linear-gradient(to bottom, #e1393f 7%, #333333 100%);
    color:#fff;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

.card1 ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content:center;
    gap: 25px 45px;
}
	
.card {
	line-height:1.1em;
	padding:2%;
	height:auto;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 400px;
border:1px solid #000;
	background:#333333;
	background: linear-gradient(to bottom, #e1393f 7%, #333333 100%);
    color:#fff;
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px -4px 0px #333333, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}
.card-header img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  min-height: 250px;
}
.card-body1{
	padding:1em;
}

.tag {
  font-weight:700;
  font-size: 20px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-align:center;
  line-height:1.1em;
}

.card-body1 p {
  font-size: 16px;
  text-align:left;
  line-height:1.1em;
  padding-top:.5em;
}
.user {
  display: flex;
  margin-top: auto;
}

.user img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.user-info h5 {
  margin: 0;
}
.user-info small {
  color: #545d7a;
}
/*END CARDS*/
