.cont_img_back:hover > img {
  transform: scale(1.5);
}

.cont_img_back {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

img {
}

.cont_img_back > img {
  width: 100%;
  /*opacity: 0.7;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition: all 1s;
}

/* @media screen and (max-width: 300px) {
  .icon-box {
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 300px) {
  .icon-box h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 300px) {
  .icon-box p {
    font-size: 12px;
  }
} */

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

a {
  color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
  text-decoration: none;
}

