  @import url("/content/dam/bc1/top-tier/css/custom-global.css");

.int-wrap .image-section.bottom-caption .bg-row .container-fluid .pull-right .content p {
  font-size: 19px;
  line-height: 40px;
}

.int-wrap .parbase:last-child .image-section.bottom-caption .bg-row {
	bottom:inherit;
	height: 100%;
	right:inherit;
	left: 10%;
	top:0
}


.int-wrap .parbase:last-child .image-section.bottom-caption .bg-row .container-fluid .pull-right .content p {
		font-size: 18px;
		line-height: 33px;
}

.int-wrap .parbase:last-child .image-section.bottom-caption .bg-row .container-fluid .pull-right .content p a{
	color:#fff;
	font-weight: 600;
}

body .int-wrap h2 {
    font-size: 28px;
	line-height: 28px;
}

@media screen and (max-width: 991px){
	.int-wrap .parbase:last-child .image-section.bottom-caption .bg-row .container-fluid .pull-right .content p {
		font-size: 16px;
		line-height: 23px;
	}
	
}

@media screen and (max-width: 767px) {
	.int-wrap .parbase:last-child .image-section.bottom-caption .bg-row {
		left: 0;
	}
	
	.int-wrap .parbase:last-child .image-section.bottom-caption .bg-row .container-fluid .pull-right .content p {
		font-size: 16px;
		line-height: 32px;
	}
}