@font-face {
    font-family: "Manque Bold";
    src: url("../../other/fonts/new/Manque-Bold-2.ttf");
}
@font-face {
    font-family: "Manque Light";
    src:url("../../other/fonts/new/Manque-Light-2.ttf");
}
@font-face {
    font-family: "Solomon Light Demo";
    src: url("../../other/fonts/new/Solomon-Light-Demo-3.ttf");
}
.no-padding {
    padding: 0!important;
}
.ftb-content .page-title {
    padding: 78px 0 70px 0!important;
    background: #f3f3f3!important;
}
.text-center {
    text-align: center;
}
.ftb-content .page-title .title {
    font-size: 56px!important;
    line-height: 64px!important;
    letter-spacing: -.01em;
    margin-bottom: 9px;
    padding-bottom: 10px
}
.content-block-ver2.content-block.no-padding-bottom {
    padding-bottom: 0!important;
}

.content-block-ver2.content-block {
    padding: 96px 0;
    margin-bottom: 0;
    background-color: #fcfcfc;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-style: normal;
    font-weight: 400;
    color: #000;
    text-rendering: optimizeLegibility;
    font-family: "Manque Bold";
}
.lead p{
    font-size: 18px;
    line-height: 2;
}
.inclusion-list .inclusion-type .image-wrapper{
    text-align: center;
}
.inclusion-list .inclusion-type .image-wrapper img {
    max-height: 350px;
    min-height: 300px;
    width: 85%;
    margin: 0 auto;
}
.inclusion-list .inclusion-type{
    margin: 30px 0;
    margin-top: 0;
    cursor: pointer;
}
.inclusion-list .inclusion-type .inclusion-ribbon {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 36px;
    font-family: "Manque Bold"!important;
}
.inclusion-list .inclusion-type .inslusion-text-wrapper {
    padding: 40px;
    text-align: center;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: #fff;
}
.inclusion-list .inclusion-type .inslusion-text-wrapper .inclusion-text-header {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: proxima-regular;
    color: #000;
}
.inclusion-list .inclusion-type .inslusion-text-wrapper p {
    font-family: proxima-regular;
    min-height: 80px;
    color: #000;
}
.inclusion-list .inclusion-type .inslusion-text-wrapper a {
    text-decoration: none!important;
}
.border-btn.black {
    color: #000!important;
    border-color: #000;
}
.border-btn {
    border: 1px solid;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: proxima-regular;
}
.a-btn {
    transition: .2s ease-in-out;
    border: 1px solid #000;
    min-width: 145px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding: 0 5px;

}
.inclusion-type:hover .inslusion-text-wrapper{
    background: #ebe8e3;
}