#txt{
	background: var(--yellow-gray);
	padding: 100px 0;
	margin-bottom: 0;
}

h1{
	margin: 0;
}



#cover{
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: top;
}



.text {
/*     margin-top: 100px !important;
    margin-bottom: 100px !important; */
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}



footer {
    background: var(--yellow-gray);
}



@media (max-width: 900px) {
    #cover {
    	width: 100%;
    	height: 300px;
    	object-fit: cover;
    }
}



@media (max-width: 480px) {
    #txt {
    	padding: 45px 0;
    }
    
    .text {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
}
.contain {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}