.section-tc-why-choose {
    background: #fff;
}

.section-tc-why-choose .container {
    padding-top: 60px;
    padding-bottom: 140px;
    position: relative;
}

.section-tc-why-choose h2 {
    font-size: 31px;
    line-height: 42px;
    margin-bottom: 100px;
    font-weight: 700;
}

.section-tc-why-choose p {
    margin-bottom: 40px;
    line-height: 42px;
}

.section-tc-why-choose img {
    position: absolute;
    bottom: 70px;
    right: 60px;
    width: 39%;
}

@media (max-width: 1199px) and (min-width: 992px) {

	.section-tc-why-choose .container {
	    padding-bottom: 40px;
	}
	
	.section-tc-why-choose img {
	    bottom: 100px;
	}
	
}


@media (max-width: 991px) and (min-width: 768px) {
    
	.section-tc-why-choose .container {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	
	.section-tc-why-choose img {
	    bottom: 80px;
	}
	
    .section-tc-why-choose h2 {
        font-size: 30px;
		margin-bottom: 50px
    }

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

@media (max-width: 767px) {
    
    .section-tc-why-choose .container {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .section-tc-why-choose img {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }

    .section-tc-why-choose h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 30px;
    }

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

}



