.hoverly-one .img-box {
    position: relative;
    overflow: hidden;
}
.single-item img {
    width: 100%;
}
.hoverly-one .overlay {
    position: absolute;
    text-align: center;
    left: 0px;
    align-items: center;
    justify-content: center;
    top: 0px;
    width: 100%;
    display: flex;
    height: 0%;
    background: rgba(0, 0, 0, 0.8);
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 0;
    visibility: hidden;
}
.hoverly-one:hover .overlay {
    height: 100%;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    visibility: visible;
}
.lower-content-new {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 10px 15px 10px !important;
}
.single-item .lower-content {
    position: relative;
    padding: 46px 10px 22px 30px;
    border: 1px solid #e5e5e5;
    border-top: none;
    transition: all 500ms ease;
}
.single-item:hover .lower-content {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.03), 0 0px 82px 0 rgba(0, 0, 0, 0.02);
    transition: all 500ms ease;
}
.fcontent_wrap {
    padding: 6px 10px;
    position: relative !important;
}
.single-item .icon-box {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--color-6);
    display: inline-block;
    transition: all 500ms ease;
}
.single-item .icon-box img {
    width: 35px;
    height: auto;
}
.single-item .icon-box i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
    transition: all 500ms ease;
}
.scontent_wrap {
    padding: 0px 10px;
}
.scontent_wrap h3 {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}
.scontent_wrap h3 a{
    color: #000;
}
.scontent_wrap h3 a:hover{
    color: var(--color-7);
    transition: all 500ms ease;
}
.services-wapper figure img {
    width: 100%;
    transition: .3s ease-in-out;
}

.product-image {
  max-width: 300px;
  height: 300px;
  margin: 0;
  background: #e1e1e1;
  padding: 10px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.services-wapper-content h4 {
  font-size: 19px;
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.services-inner .row {
  row-gap: 30px;
}
.services-wapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.services-wapper-content {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.services-wapper-content h5 {
  color: #85837E;
  font-weight: 600;
  font-size: 16px;
}
.services-wapper figure img:hover {
  transform: scale(1.1);
  transition: .3s ease-in-out;
}
.services-inner {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
}

@media(max-width:576px){
    .product-image {
    max-width: 100%;
    height: 300px;
    width: 100%;
}
}