.kol-video {
  border: solid 0.6px #6D6F72;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 15px 0 0;
  min-width: 414px;
  padding: 32px 10px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .kol-video {
    margin: 0;
    padding: 40px 42px;
  }
}

.kol-video__title {
  align-items: center;
  background-color: #fff;
  color: #58595B;
  display: flex;
  height: auto;
  justify-content: center;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -20%);
  top: -5px;
  width: 93%;
}

.kol-video__title p {
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .kol-video__title {
    max-width: 685px;
    padding: 0 5px;
  }
}

@media (min-width: 1200px) {
  .kol-video__title {
    width: 95%;
  }
}

.kol-video__video {
  padding-top: 25px;
}

@media (min-width: 900px) {
  .kol-video__video {
    padding-top: 0;
  }
}

.kol-video-info {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-top: 20px;
}

.kol-video-data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.kol-video-data__name {
  font-family: 'FuturaPTBold', Futura, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.kol-video-data__name--blue {
  color: #0047BB;
}

.kol-video-data__name--green {
  color: #028447;
}

.kol-video-data__place {
  color: #58595B;
  font-family: 'FuturaPTBook', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
