/*
 Theme Name:     ACTI
 Description:    Custom WordPress theme for ACTI.
 Author:         Louise Street Marketing
 Template:       trizzy
 Version:        1.0
*/

h3 {
	color: #0097d5 !important;
}


@media all and (min-width: 767px) {
/* CSS rules here for screens above 750px */
	.lsm-cols h3.headline {
    height: 55px;
}
	.lsm-text-2 p{
    min-height: 224px;
}
}

@media all and (min-width: 990px) {
/* CSS rules here for screens above 990px */

	.lsm-text-2 p{
    min-height: 175px;
}
}


@media all and (min-width: 1390px) {
/* CSS rules here for screens above 1390px */

	.lsm-text-2 p{
    min-height: 125px;
}
}
