.hide{
  display: none;
}
.event{
    min-height: 404px;
    margin: 10px;
    padding: 20px;
	border-radius:32px;
	-webkit-box-shadow: 0px 0px 1px 1px rgb(6 6 6);
    -moz-box-shadow: 0px 0px 1px 1px rgb(6 6 6);
    box-shadow: 0px 0px 1px 1px rgb(6 6 6);
}
#project-terms{
  text-align: center;
  margin-bottom: 20px;
}

#project-terms a{
  font-size: 18px;
  font-family: "Manrope", Sans-serif;
  padding: 4px 18px;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  color: #102437;
}
#project-terms a:hover, #project-terms a.active{
  background: #6F6AAA;
  color: #fff;
  border: 1px solid #6F6AAA;
}
.event h4.event-title{
  margin-top: 5px;
  margin-bottom: 1px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: #102437;
}
.event p{
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  color:#102437;
  margin-top: 6px;
  margin-bottom: 0px;
}
p:nth-last-child(2){
  margin-top: 0px;
  margin-bottom: 0px;
}
.event-btn a.event-link.btn.btn-primary{
  font-size: 16px;
  font-family: "Manrope", sans-serif;
  width: auto;
  background: #6F6AAA;
  color: #fff;
  padding: 10px 16px;
  border-radius: 100px;
  text-align: center;
}
#project-terms .owl-dots button.owl-dot.active{
	display:none !important;
}
div#projects-carousel{
	margin-top:40px;
}
.main-cont{
	position: absolute !important;
  bottom: 30px;
}
.offer {
    font-size: 19px;
    font-weight: 700;
    color: #6F6AAA;
    font-family: "Manrope", sans-serif;
	margin-bottom:20px;
}
@media(max-width:375px){
	.event h4.event-title{
		font-size: 20px;
	}
}
@media(max-width:768px){
	.event{
		min-width: auto;
    	min-height: 360px;
	}
}
@media(max-width:330px){
	.event{
		min-width: auto;
    	min-height: 446px !important;
	}
}
#project-terms a{
	display:inline-grid;
	margin-bottom:10px;
}