.txt-center{
    text-align: center;
}
.img-send {
    max-height: 150px;
}
.product-name {
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-size: 20px;
}

.bg-green, .bg-gradient-green {
    background-color: #5b726e;
    color: #ffffff;
}
.bg-red {
    background-color: #7C333E;
    color: #ffffff;
}
.font-title-w {
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: bold;
}
.font-w {
    color: #fff;
}

.box-h{
    height: 112px;
}
.pad-t-80 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.bt-g-w {
    background: #5b726e;
    border: 1px solid #5b726e;
    color: #fff;
    padding: 8px 0;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    display: block;
    margin: 0px auto 10px;
    transition:.4s;
}
.bt-g-w:focus, .bt-g-w:hover {
    background: #ffffff;
    color: #5b726e;
}

.bt-w-g {
    background: #ffffff;
    color: #5b726e;
    border: 1px solid #5b726e;
    padding: 8px 0;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    display: block;
    margin: 0px auto 10px;
    transition:.4s;
}
.bt-w-g:focus, .bt-w-g:hover {
    background: #5b726e;
    color: #fff;
}
@media (min-width:768px){
    .txt-ktg{
        font-size: calc(2rem + 2vw);
    }
    .pad-t-80{
        padding-top: 80px;
    }
}
@media (min-width:992px){
    .bg-gradient-green {
        background: #5b726e;
        background: linear-gradient(180deg, rgba(91, 114, 110,1) 0%, rgba(91, 114, 110,1) 45%, rgba(255,255,255,1) 45%);
        color: inherit;
        padding-bottom: 280px;
    }
    .tea-set-wrap {
        position: absolute;
        width: 960px;
    }
    .tea-set-one {

    }
    .tea-set-two {
        top: 120px;
        color: #ffffff;
    }
    .tea-set-three {
        bottom: 0;
    }
}

@media (min-width: 1200px){
    .tea-set-wrap  {
        width: 1140px;
    }
}
@media (min-width: 1400px){
    .tea-set-wrap  {
        width: 1320px;
    }
    .tea-set-two {
        top: 100px;
    }
}
@media (max-width:1199px){
    .box-h{
        height: 136px;
    }
}
@media (max-width:991px){

    .box-h{
        height: 184px;
    }
}
@media (max-width:767px){
    .box-h{
        height: auto;
    }
}