.dvdovi {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 1rem;
  justify-content: center;
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.boxgrid {
  width: 100%;
  max-width: 1380px;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.infobox {
  width: calc(33% - 2rem);
  margin: 3.5rem auto;
  position: relative;
  max-height: 720px;
  max-width: 420px;
  border-radius: 1.5625rem;
  background: var(--boja_06, #ebebeb);
}

.imgbox {
  display: flex;
  align-items: center;
  justify-content: center;

  position: relative;

  max-width: 420px;
}

.dvdinfo {
  background: var(--boja_06, #ebebeb);
}

.label {
  color: #005159;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 800;
  font-family: Hbold;
}

.dvdtitle {
  color: var(--boja_01, #002250);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.78244rem;

  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 2rem auto 1rem auto;
  max-width: 420px;
  width: calc(100% - 2rem);
  min-height: 70px;
}

.dvdopis {
  color: var(--boja_01, #002250);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.114rem;

  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 420px;
  width: calc(100% - 2rem);
  margin: 0 auto 1rem auto;
  min-height: 108px;
}

.ctaglasaj {
  border-radius: 1.5625rem;
  background: var(--boja_02, #f04a30);
  color: #fff;
  font-weight: 700;
  padding: 16px 30px;
  width: 100%;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  outline: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: 2rem;
  max-width: 420px;
  width: calc(100% - 2rem);
  margin: 2rem auto;
}

.cwide {
  width: 260px;
}

.vrimg {
  width: calc(100% - 2rem);
  margin-top: 1rem;
  border-radius: 1.5625rem;
}

@media (max-width: 970px) {
  .boxgrid {
    flex-direction: column;
  }
  .infobox {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .dvdopis {
    min-height: auto;
  }
}
