/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2023 | 10:21:19 */
.usps {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    font-size: 21px !important;
}

@media (max-width: 980px) {
.usps {
    display: block;
}
}

a.tpbutton {
    display: inline-block;
    background: #0f7d3f;
    color: white !important;
    padding: 8px 22px;
    margin-top: 14px;
    margin-right: 5px;
    border-radius: 3px;
    transition: 0.3s;
	cursor: pointer;
}

a.tpbutton:hover {
    background: #11954b;
}

.tpa p a {
    color: #0f7d3f;
    font-weight: bold;
}