/*

*/
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    background-color: #fff;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
a {
    color: #f18000;
    text-decoration: none;
}
.site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.site-header .logo a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.main-nav {
    display: inline-block;
    margin-left: 50px;
}
.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav li {
    display: inline-block;
    margin-right: 20px;
}
.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #f18000;
    color: #fff;
    border-radius: 4px;
}
.hero {
    padding: 100px 0;
    text-align: center;
    background: #f5f5f5;
}
.services, .about, .why, .news, .contact {
    padding: 80px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.services .service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-item {
    width: 30%;
    margin-bottom: 40px;
    text-align: center;
}
.site-footer {
    background: #f8f8f8;
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
}
