/*
Theme Name: Artemis (Flatsome Child)
Description: Styles covering Treatment page
Author: Gareth
Template: flatsome
Version: 1.1
*/

/* 
Style for rat-control treatment section
TODO: change normal treatment page to these styles 
*/


h3.treatment {
    font-size: 1.3em;
    color: #2e294e;
    text-align: left;
}

h4.treatment {
    font-size: 1.1em;
    color: #1b998b;
}

div.treatment {
    margin-bottom: 15px;
    text-align: justify;
}

p.treatment {
    margin-bottom: 5px;
}

.treatment-lead {
	font-weight: 600;
	color: #2e294e;
}

p.guarantee {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 1.1em;
}


.guarantee-lead {
	font-weight: 600;
	color: #d7263d;
}