.introduction h2 {
    margin-top: 35px;
}

.introduction p {
    line-height: 30px;
	color: #3b3b3b !important;
}

@media (max-width: 768px) {
    .introduction-box {
        padding-bottom: 50px;
    }
}