.cover-image-section{
    height: 500px;
	margin-bottom: 5rem;
}

.cover-image-section-overlay{
    position: absolute;
    left: 0;
    width: 100vw;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}

.cover-image-section-text-container{
    display: flex;
    gap: .8rem;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cover-image-section-title, .cover-image-section-description{
    color: #fff !important;
}

.cover-image-section-button{
    background-color: #af4c4b;
	padding: 13px 20px;
	border: 0;
	border-radius: 14px;
}