  .viccactusmenu {
    width: 100%;
    height: 80px;
    margin: 5px;
    background-image: url("/1.png");
    background-size: 99% 80px;
    background-repeat: no-repeat;
    transition: 0.5s;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .viccactusmenu p {
    position: relative;
    top: 30px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .viccactusimg-box {
    width: 60px;
    padding: 20px 10px;
  }

  .viccactusimg-box1 {
    width: 35px;
    padding: 20px 0;
    height: 80px;
    position: relative;
    right: 18px;
  }

  .viccactusimg-fluid {
    max-width: 100%;
    height: auto;
  }

  .viccactusrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

  @media only screen and (min-width:767px) and (max-width:1200px) {
    .viccactusmenu p {
      line-height: 22px;
      margin-bottom: 0;
      font-size: 18px;
      position: relative;
      top: 25px;
    }
  }
  
  @media only screen and (max-width:450px) {
    .viccactusmenu {
      background-size: 100% 80px;
      position: relative;
      top: 12px;
      margin: 5px 0px;
    }

  .viccactusmenu p {
    font-weight: 700;
    font-size: 12px;
    position: relative;
    top: 30px;
  }

  .viccactusimg-box1 {
    position: relative;
    right: 18px;
  }
}