.title-header {
//border-radius: 100%/0 0 100% 100%
background-color: #f4ce3c;
margin-bottom: -40px;
padding-bottom: 60px;
}

.card {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: rgba(255, 255, 255, 0);
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, 0); 
border-radius: .25rem;
}

/* .card-img-top {
	transform: rotate(-3deg);
} */

