/*Default Container css*/
/********************************************************************/
.dfArea {
    background: #fff;
}

.dfContainer {
    padding: 32px 0 16px 0;
}

.dfContainer h2.head {
    font-family: "Roboto Condensed", sans-serif;
    color: #081121;
    font-size: 29px;
    line-height: 130%;
    font-weight: 600;
}

.dfContainer .content {
    overflow-y: visible;
}

@media (max-width: 768px) {
	.dfContainer h2.head {
		font-size: 21px;
	}
}


