
.title{
	font-size: 3.5rem;
	font-weight: 300;
	color: #000;
}

.title_middle{
	font-size: 2.8rem;
}

.title_small{
	font-size: 2.4rem;
}

.title_little{
	font-size: 2rem;
}

.title_uppercase{
    text-transform: uppercase;
}

.title_bottom-decor{

    margin-bottom: 1rem;
	
	&:after{
		
		content: "";
		display: block;
		
		width: 5rem;
		height: 2px;
		background-color: #000;
		
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

.subtitle{
	margin-bottom: 1.5rem;
	color: #a74752;
	font-size: 1.6rem;
}

.title_white{
	
	color: #fff;
	
	&:after{
		background-color: #fff;
	}
}

@media screen and (max-width: 640px){
	
	.title_bottom-decor{
		margin-bottom: 1rem;
	}
} 