section{
  margin-top: 50px;
}
.description-container {
  display: flex;
  align-items:center;
}
.description-tec {
  line-height: 1.5;
  margin: 20px 0;
    margin: auto;
  width: 75%;
  text-align: justify;
  text-justify: inter-word;
}
.positioned-container {
  position: relative;
  width: 450px;
  height: 450px;
  margin: 0 auto;
  overflow: visible;
}
.positioned-container a {
  position: absolute;
  transition: transform 0.3s;
}
.positioned-container a:hover {
  transform: scale(1.5);
}
.positioned-container img {
  width: 130px; /* Default size for images 1-4 */
  height: 130px; /* Default size for images 1-4 */
}
.positioned-container a.center img {
  width: 180px; /* Size for the center image */
  height: 180px; /* Size for the center image */
}
