.preview {
  margin-top: 118px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.preview__title {
  font-size: 65px;
  font-weight: 500;
  line-height: 80px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .preview__title {
    font-size: 50px;
    line-height: 60px;
  }
}
.preview__video {
  width: 1170px;
  max-width: 100%;
  max-height: 610px;
  height: 610px;
  display: flex;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.preview__video video{
  width: 100%;
  height: 100%;
}

.preview__participate {
  width: 100vw;
  transform: translateX(calc((1170px - 100vw) / 2));

  background-color: #fff;
}

.preview__participate-img {
  width: 48.34vw;
  max-height: calc(100% - 20px);
  position: absolute;
  top: 0;
  right: 0;
}

.preview__participate-logo {
  position: absolute;
  z-index: -1;
}

.preview__participate-content {
  margin: 0 auto;
  padding: 192px 0;
  width: 1170px;
  max-width: calc(100% - 385px);
  display: flex;
  flex-direction: column;
  gap: 10px;

  border-bottom: 1px solid rgba(0, 63, 100, 0.2);
}
.preview__participate-content.video-pr {
	padding: 42px 0;
	width: max-content;
  	max-width: calc(100% - 84px);
}

.preview__participate-content h3 {
  font-size: 56px;
  line-height: normal;
  font-weight: 700;
}

.preview__participate-content h5 {
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
}

.preview__participate-content p {
  font-size: 24px;
  line-height: normal;
}

.preview__participate-content div:last-child {
  margin-top: 14px;
  width: max-content;
}

@media (max-width: 1169px) {
  .preview {
    margin-top: 60px;
    width: calc(100% - 15px * 2);
  }

  .preview__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
  }
  
  .preview__video {
    width: 100%;
    height: calc((100vw - 15px * 2) * 0.5 );
    min-height: 200px;
	margin-top: 30px;
  }
}

.premie .preview {
  margin-top: 118px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.premie .preview__title {
  font-size: 65px;
  font-weight: 500;
  line-height: 80px;
  color: #F2EBE5;
}

.premie .preview__video {
  width: 1170px;
  max-width: 100%;
  max-height: 610px;
  height: 610px;
  display: flex;
  flex-grow: 1;
}

.premie .preview__description {
  margin-top: 20px;
  padding-bottom: 80px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
}

@media (max-width: 1169px) {
  .premie .preview {
    margin-top: 60px;
    width: calc(100% - 15px * 2);
    gap: 85px;
  }

  .premie .preview__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
  }
  .premie .preview__description {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .award-info__title.title{
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
  }

  .premie .preview__video {
    width: 100%;
    height: calc((100vw - 15px * 2) * 0.5 );
    min-height: 200px;
  }
  .preview__participate {
    width: 100vw;
    transform: translateX(-15px);
  }

  .preview__participate-img {
    width: 55vw;
    left: auto;
  }
  .preview__participate-content {
    padding: 200px 0 40px;
    margin: 0 15px;
    width: 100%;
    max-width: calc(100% - 30px);
  }
  .preview__participate-content.video-pr {
		padding: 15px 0;
      	max-width: calc(100% - 30px);
  }

  .preview__participate-content h3 {
    font-size: 23px;
  }

  .preview__participate-content h5 {
    font-size: 18px;
  }

  .preview__participate-content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 520px) {
  .preview__participate-content h5 {
    max-width: 240px;

  }
  .preview__participate-content h5 br {
    display: none;
  }
}