.small-card{
	min-height: 326px;

}

.small-card > .content{
	position: absolute;
	inset:0;
}

.small-card > .content > *{
	flex-basis: 100%;
}

.small-card > .content > .text-wrapper{
	display: grid;
	place-items: center;
	font-size: 1.7rem;
	background: #DFDCDC;
}

.small-card > .content > .text-wrapper > p{
	padding: 0 2rem;
}

#contact{
	min-height: 420px;
	background: #DFDCDC;
}

#contact > .text-wrapper{
	inset: 0 20%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
    margin: 0 auto;
    text-align: center;
}

#contact > .text-wrapper > *{
    font-size: 32px;
    line-height: 53px; 
    font-weight: 600;
}

#contact > .text-wrapper > :first-child{
    font-size: 36px;
	font-weight: 700;
    padding-bottom: 2.5rem;
}

#contact > .text-wrapper > p > .coloured-text{
    color: #085A0E;
}

#contact > .text-wrapper > * + * {
    margin: 0;
    
}