.containerx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.regularscroll {
  max-height: 289px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.regularscroll::-webkit-scrollbar {
  display: none;
}

.sharecontent {
  display: flex;
  justify-content: space-between;
}

.timingContent {
  padding: 5px;
  /* background-color: black; */
  /* color: #008363; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
  border-radius: 1rem;
  /* box-shadow: 1px 2px 11px #008363; */
}

.timingContent:hover {
  background: linear-gradient(to right, #16222a, #3a6073);
}

/* .timingContent h4 {
  color: #008363 !important;
} */

.containerx .cardy {
  position: relative;
  width: 100%;
  padding: 0px;
  margin-left: 0px;
  height: auto;
}

.containerx .cardy .content-pop {
  margin-top: 0rem !important;
  text-align: left !important;
  position: relative;
  height: 167px !important;
  overflow: hidden !important;
  color: black !important;
}

.containerx .cardy .content-pop h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.containerx .cardy .content-pop p {
  font-weight: 300;
  color: #fcc;
}

.containerx .cardy .more {
  position: relative;
  padding: 10px 15px;
  background-color: #000000;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  color: #008363;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 11px;
  text-decoration: none;
  border-radius: 9px;
  border: 1px solid #008363;
}

.containerx .cardy.active .more {
  background-color: #d65268;
  color: #fff;
  border-radius: 9px;
}

.containerx .cardy .more::before {
  content: "Read More";
}

.containerx .cardy.active .more::before {
  content: "Read Less";
}

.containerx .cardy.active .content-pop {
  height: auto !important;
}

.containerx .cardy .content-pop::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(transparent, #803434ad);
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .containerx .cardy {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    height: 200px;
  }
}
@media (max-width: 479px) {
  .containerx .cardy .content-pop {
    margin-top: 0rem !important;
    text-align: left !important;
    position: relative;
    height: 167px !important;
    overflow: hidden !important;
    color: black !important;
    width: 100%;
  }

  .containerx .cardy {
    position: relative;
    width: 100%;
    padding: 0px;
    margin-left: 0;
  }

  .containerx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }

  .containerx .cardy .more {
    position: relative;
    padding: 6px 10px;
    background-color: #000000;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    color: #008363;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 7px;
    text-decoration: none;
    border-radius: 9px;
    border: 1px solid #008363;
  }

  .containerx .cardy .content-pop p {
    font-weight: 300;
    color: #fcc;
    width: 100%;
  }
  #regularImageOne {
    height: 5rem;
    width: 8rem;
    margin-left: -2rem;
  }
  #regularImage {
    height: 5rem;
    width: 8rem;
    margin-left: -2rem;
  }
  #regularImagetwo {
    height: 5rem;
    width: 8rem;
    margin-left: -2rem;
  }

  #regularImagethree {
    height: 5rem;
    width: 8rem;
    margin-left: -2rem;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .containerx {
    width: 100%;
  }
  .containerx .cardy .content-pop p {
    font-weight: 300;
    color: #fcc;
    width: 100%;
  }

  .containerx .cardy .content-pop::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(transparent, #803434ad);
  }

  .containerx .cardy .more {
    font-size: 6px;
  }

  .containerx .cardy .content-pop h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
