/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
}
.lienhe{
	color: red;
    font-size: 18px;
    font-weight: bold;
	}
span.amount{
	color: red;
    font-size: 18px;
    font-weight: bold;
}
h2::before {
    content: counter(section);
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background-color: #05337c;
    color: #f9f9f9;
    text-align: center;
    line-height: 34px;
    font-size: 22px;
    font-weight: bold;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #e5e5e5 inset;
}
h2 {
    counter-increment: section;
    position: relative;
    padding-left: 45px;
    font-size: 22px;
    font-weight: 700;
    color: #05337c;
    margin-bottom: 25px;
    border-bottom: 3px solid #05337c;
    line-height: 1.4;
}