.cater_box{
    border-radius: 8px !important;
    box-shadow: -5px 4px 15px #dcdcdc94;
    border: 2px solid white;
    background: url("../img/products/bg_layer.webp");
    padding: 25px;
    background-repeat: no-repeat;
    background-size: cover;
}
.even_box{
    background-position: right;
}
.even_box2{
    background-position: 100% 54%;
}
.cater_title{
    margin-bottom: 10px;
    color: #f39314;
    letter-spacing: 0.5px;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 4px;
}
.cater_content{
    margin-top: 25px;
}
.cater_content p:last-child{
    margin-bottom: 0 !important;
}
.cater_content p{
    padding: 10px 17px;
    background: #f1edea82;
    color: #3d3d3d;
    transition: all 0.6s ease;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: flex;
    font-weight: 500;
    transition: all 0.6s ease;
    margin-bottom: 18px;
}
.cater_box .title-lines {
    width: 68px;
    height: 2px;
    background: #e5097f;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.cater_box .title-lines::before {
    width: 10px;
    background-color: #f3f3f3;
}
.cater_content p:hover{
  transform: translateY(-4px) scale(1.03);
    color: #686868;
    background: #fff;
  box-shadow: 0 0 10px #dcdcdc66;
  transition: all 0.6s ease;
}
.cater_content p span{
    width: 50%;
    position: relative;
    padding-left: 13px;
}
.cater_content p span:before{
    content: "";
    position: absolute;
    top: 48%;
    width: 7px;
    height: 2px;
    background: #5d5d5d;
    left: 0;
}
.wd32{
    width: 32.1%;
}
.mb45{
    margin-bottom: 45px !important;
}


@media screen and (min-width:1500px) and (max-width:1599px){
    .wd32 {
        width: 33%;
    }
    .cater_box {
        padding: 19px;
    }   
    .cater_content p {
        padding: 10px 11px;
        letter-spacing: 0px;
    }
}

@media screen and (min-width:1400px) and (max-width:1499px){
    .wd32 {
        width: 33%;
    }
    .cater_box {
        padding: 19px;
    }   
    .cater_content p {
        padding: 10px 11px;
        letter-spacing: 0px;
    }
}

@media screen and (min-width:1300px) and (max-width:1399px){
   .cater_content p {
        flex-direction: column;
    }
    .cater_box {
        padding: 23px;
    }
    .cater_title {
        font-size: 18px;
    }
        .cater_content p span {
        width: 100%;
        padding-left: 15px;
    }
}

@media screen and (min-width:1200px) and (max-width:1299px){
    .cater_content p {
        flex-direction: column;
    }
    .cater_box {
        padding: 20px;
    }
    .wd32 {
  width: 32.3%;
}
    .cater_title {
        font-size: 18px;
    }
        .cater_content p span {
        width: 100%;
    }
}

@media screen and (min-width:1100px) and (max-width:1199px){
    .cater_content p {
        flex-direction: column;
    }
    .cater_box {
        padding: 17px;
    }
    .cater_title {
        font-size: 17px;
    }
    .wd32 {
        width: 33%;
    }
    .cater_content p span {
        width: 100%;
    }
}

@media screen and (min-width:1050px) and (max-width:1099px){
    .cater_content p {
        flex-direction: column;
    }
    .cater_box {
        padding: 17px;
    }
    .cater_title {
        font-size: 16px;
        letter-spacing: 0.3px;
    }
    .wd32 {
        width: 33%;
    }
    .cater_content p span {
        width: 100%;
    }
}

@media screen and (max-width:767px){
  .banner_padd{
    padding-top: 63px;
  padding-bottom: 25px;  
  }
    .res_pt0{
        padding-top: 0px !important;
    }
   .res_w100{
        width: 100% !important;
    }
     .res_mb30{
          margin-bottom: 30px !important;
    }
    .res_mb40{
        margin-bottom: 40px !important;
    }
    .wd32 {
        width: 100%;
    }
    .cater_box {
        padding: 14px 15px 16px;
        background-position: 40%;
    }
    .cater_title {
        margin-bottom: 0;
        font-size: 17px;
    }
    .cater_content {
        margin-top: 14px;
    }
    .cater_content p span {
        padding-left: 12px;
    }
    .cater_content p {
        padding: 10px 14px;
        font-size: 15px;
        letter-spacing: 0.3px;
    }
    .cater_content p span::before {
        top: 11px;
    }
}
