@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*** Mobile CSS Start ***/
/*** XS in Boostrap ***/

@media (min-width: 0px) {

.text-box {
		font-size: 2rem;
		font-weight: 900;
}	

.btn {
	white-space: normal;
}

blockquote h4 {
	font-size: 2em;
}

.id7-left-border, .id7-right-border	{
	background-color: #F18690;
}

}

/*** Mobile CSS END ***/

/*** Tablet CSS START ***/
/*** SM in Boostrap ***/
@media (min-width: 768px) {


}

/*** Tablet CSS END ***/

/*** Laptop CSS START ***/
/*** MD in Bootstrap***/

@media(min-width: 992px){
	
.text-box {
		font-size: 2rem;
		font-weight: 900;
}	

.image-component {
	height: 100%;
}

.image-component picture img {
	height: 100% ;
	object-fit: cover;
}
	
}

/*** Laptop CSS END ***/


/*** Desktop CSS START ****/
/*** LG and XL in Bootstrap ***/

@media(min-width: 1200px){

blockquote h4 {
	font-size: 3em;
}	
	
}

/*** Desktop CSS END ***/
