html,body{
    position: relative;
    height: 100%;
}
body{
    /*background-color: #323232;*/
    font-family: Helvetica Neue, Helvetica ;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;

}
.swipper{
    width: 100%;
    padding: 150px 0 50px 0;

}
.swiper-slide{
    width: 300px;
    height: 500px;
    background-color: #FFFFFF; /*#323232*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    padding: 40px;
    text-align: center;
}
.icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.icons i{
    font-size: 28px;
    color: #23631F;
}
.icons img{
    width: 120px;
}
.product-content{
    display: flex;
    justify-content: space-between;
}
.product-txt{
    flex-basis: 50%;
    text-align: left;
}
.product-txt span{
    font-size: 25px;
    color: #23631F;
    font-weight: bold;
}
.product-txt h3{
    font-size: 20px;
    color: #5F5C5D; /*#C4C4C4*/
    text-transform: uppercase;
}
.product-txt p{
    font-size: 14px;
    color: #5F5C5D; /*#C4C4C4*/
}
.product-img{
    flex-basis: 50%;
    text-align: right;
}
.product-img img{
    width: 120px;
}
.btn-1{
    display: inline-block;
    padding: 13px 55px;
    border: 1px solid #23631F;
    border-radius: 25px;
    color: #23631F;
    text-decoration: none;
    margin-top: 50px;
}
