.home-5-bg {
    background: #DBA514; /*1E90FF*/
    position: relative;
    background-size: cover;
    height: 50vh;
    background-position: center center;
    
}

.section {
    position: relative;
    margin-top: 100px;
    font-family: "Quetzalli Sans";
}

.container_t{
	width: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.home-5-content {
  z-index: 1;
  position: relative;
}

.bg-overlay {
    background-color: #F5DB94;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.home-center {
    display: table;
    
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    
    vertical-align: middle;
}

.home-5-content {
    z-index: 1;
    position: relative;
}
.text{
	/*color:#20315C;*/
	background-image: linear-gradient(0deg,rgba(255, 255, 255, 0.2) 0%, rgba(32, 49, 92, 1) 35%);
	-webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
	font-size: 10rem;
	font-weight: 800;
}

.text-70 {
    color: rgba(0, 0, 0, 1);
    font-style: italic;
}
.btn{
	border-radius: 10px;
	background-color: #20315C;
	color: #fff;
	font-family: "Quetzalli Sans";
	
}
.btn:hover{
	background-color: #20315C;
	color:#DBA514;
}

.font {
    font-size: 2.5rem;
}

.home-5-bg #particles-js {
    z-index: 1!important;
		position: absolute;
    width: 100%;
    height: 100%;
}