﻿.section_bg {
    /*height:350px;*/
    background: url('/images/section_wrapper.jpg') repeat center center;
}

p {
    font-family: 'EB Garamond', serif;
    font-size: 25px;
    text-align: left;
    margin: 0;
}


.footer_bg {
    background: rgb(3,159,245);
    background: linear-gradient(90deg, rgba(3,159,245,0.9587185215883228) 0%, rgba(95,189,238,1) 92%);
    height: 350px;
    /*background:url('/images/logo_bg.gif' )repeat left center;*/
}


.threebox {
    /*border-top:1px dashed blue;
	margin-top:40px;*/
    padding-top: 20px;
    margin-left: 100px;
}

.box {
    width: 31%;
    margin-right: 20px;
    float: left;
}

    .box h3 {
        color: #fff;
        font-size: 18px;
        font-family: arial;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .box p {
        font-size: 16px;
        font-family: arial;
        color: #fff;
        line-height: 135%;
    }

    .box ul li a {
        font-size: 16px;
        font-family: arial;
        color: #fff;
        text-decoration: none;
        line-height: 135%;
    }

    .box address {
        font-size: 16px;
        font-family: arial;
        line-height: 135%;
        color: #fff;
        font-style: normal;
    }
