.section-tc-attract-help {
    background: #fff;
}

.section-tc-attract-help .container {
    padding-top: 70px;
    padding-bottom: 50px;
}

.section-tc-attract-help h2 {
    font-size: 36px;
    margin-bottom: 70px;
    font-weight: 700;
}

.section-tc-attract-help h3 {
    font-weight: 700;
}

.section-tc-attract-help p {
    margin-bottom: 40px;
    line-height: 34px;
}

.section-tc-attract-help .panel {
    border: none;
	box-shadow: none;
}

.section-tc-attract-help .media {
    margin-bottom: 70px;
}

.section-tc-attract-help .media-left {
    padding-right: 70px;
}

@media (max-width: 991px) and (min-width: 768px) {
    
    .section-tc-attract-help h2 {
        font-size: 30px;
    }

    .section-tc-attract-help h3 {
        font-size: 24px;
    }

    .section-tc-attract-help p {
        font-size: 20px;
        line-height: 30px;
    }

}

@media (max-width: 767px) {
    
    .section-tc-attract-help .container {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .section-tc-attract-help h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .section-tc-attract-help h3 {
        font-size: 20px;
    }

    .section-tc-attract-help p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }

	.section-tc-attract-help .panel .media .media-left,
	.section-tc-attract-help .panel .media .media-body {
	    display: block;
	    padding-right: 0;
	}
	
	.section-tc-attract-help .panel .media .media-left img {
	    margin: 0 auto;
	}
	
	.section-tc-attract-help .panel .media .media-body {
	    width: 100%;
	}	

}



