p {
    margin-bottom: 20px;
}
h1,h2,h3 {
    margin-bottom: 30px;
} 
.mgBtm80{margin-bottom: 80px;}
.mgTop80{margin-top: 80px;}
         
            
.WideRangeBox .flex-container a {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0px;
    background: #9a6730;
    padding: 20px;
    color: #fff;
        width: 420px;
} 
.cardFeature {
    margin-bottom: 20px; 
}

 
.icon_wrapper {
    margin-bottom: 20px;
}
.icon_wrapper i {
    color: #000;
    font-size: 40px;
}
.cardFeature h6 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}
.cardFeature2 h6 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase; 
    margin-bottom: 10px;
}
.row.cardFeatureRow {
    margin-top: 10%;
}
    
.icon_wrapper {
   width:100%;
}
 
.featureImg {
    width: 300px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.features-section .features-background {
    max-height: 100%;
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-container img { 
    width: 100px;
}
.flex-container a {
        color: #fff;
    border-radius: 5px;
    margin: 5px;
    font-size: .8225rem;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
.leftflex {
    margin-left: 30%;
}
.rightflex {
    margin-left: -30%;
}
#about h1 {
    color: #a96d2e !important;
    text-transform: uppercase; 
}
.hover-container img {
    min-width: 250px;
    min-height: 300px;
    max-width: 250px;
    max-height: 300px;
        margin-bottom: 15px;
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
} 
.KeyHighlight .flex-container a {
        background-color: #353333;
    color: #f6f6f6;
    border-radius: 5px;
    margin: 5px;
    padding: 30px 50px;
    border: 1px solid #5b0e2d;
    text-transform: capitalize;
    width: 420px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
} 
.BenefitsBlock .flex-container a {
    background-color: #f9f9f9;
    color: #0a0a0a;
    border-radius: 50px;
    padding: 10px 15px;
    border: 5px solid #a96c30;
    text-transform: capitalize;
    width: 420px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.EnvironmentBlock {
    color: #fff;
}
.EnvironmentBlock p {
    font-size: 25px;
}
@media (max-width: 480px){
    .leftflex {
        margin-left: 0%;
    }
    .rightflex {
        margin-left: 0%;
    }
    .KeyHighlight h2 {
        font-size: 45px !important;
    }
    .WideRangeBox h2 {
        font-size: 45px !important;
    }
    .BenefitsBlock h2 {
        font-size: 45px !important;
    } 
    .BenefitsBlock .flex-container a { 
        padding: 10px 10px; 
        font-size: 16px;  
    }
    
    #features h1 {
        font-size: 45px !important;
    }
    #about h1 {
        font-size: 42px !important;
    }
}