.topcontent {
  display: flex;
  /* width: 50%; */
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.topcontent-div {
  flex: 1;
  /* min-width: 400px; */
  /* max-width: 1000px; */
  /* border: 1px red solid; */
  margin: 2rem;
  text-align: center; /* pentru imagine*/
  max-height: 800px;
  max-width: 800px;
}

/* .topcontent-div a {
  line-height: 1.2rem;
  font-size: 1rem;
  color: var(--color5);
}

.topcontent-div a:hover {
  font-size: 1.1rem;
  color: var(--colorblack);
} */

.topcontent-div img {
  /* max-width: 700px; */
  /* height: auto; */
  /* object-fit: cover; */
  /* max-height: 800px; */
  /* width: auto; */
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: 5px;
  box-shadow: 1px 1px 1px var(--colorwhite), 0 0 15px var(--colorwhite),
    0 0 5px var(--colorwhite);
}

.topcontent-div:first-child {
  margin-right: 20px;
  /* max-height: 700px; */
  /* min-width: 400px; */
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.topcontent-div:nth-child(2) {
  /* min-width: 700px; */
  border-radius: 20px;
}

.topcontent-div h2 {
  line-height: 2;
  text-align: center;
  /* tab-size: 6; */
  /* padding-left: 5rem; */
  /* padding-right: 5rem; */
  color: rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 960px) {
  .topcontent {
    /* display: flex; */
    flex-direction: column;
    /* justify-content: space-around; */
  }

  .topcontent-div:first-child {
    margin-right: 10px;
  }
}
