.realwork-company hr {
  border-color: #000CB5;
  margin: 10px 0;
}

.realwork-company .video {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.realwork-company .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.realwork-company .realwork-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.container .content .video-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play {
  cursor: pointer;
  height: 124px;
  width: 124px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.44);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 799px) {
  .video-play {
    height: 63px;
    width: 63px;
  }

  .video-icon {
    width: 17px;
  }
}

.realwork-company-grid,
.realwork-company-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.realwork-company-row>div {
  padding: 10px 0;
}

@media (max-width: 1439px) {
  .realwork-company-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1279px) {
  .realwork-company-grid {
    grid-template-columns: 1fr;
  }
  .realwork-company-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 799px) {
  .realwork-company-row {
    grid-template-columns: 1fr;
  }
}

.realwork-company-card-white {
  padding: 32px;
  border-radius: 30px;
  border: 1px solid #000CB5;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: #FFF;
}

@media (max-width: 799px) {
  .realwork-company-card-white {
    padding: 16px;
    gap: 20px;
  }
}

.realwork-company-card-blue {
  padding: 32px;
  border-radius: 30px;
  background-color: #000CB5;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.container .content .realwork-company-card-blue img {
  opacity: 0.1;
  height: 640px;
  width: auto;
  position: absolute;
  right: -70px;
  bottom: -70px;
  object-fit: contain;
}

@media (max-width: 1439px) {
  .container .content .realwork-company-card-blue img {
    height: 500px;
    right: -105px;
    bottom: -82px;
  }
}

@media (max-width: 1279px) {
  .realwork-company-card-blue {
    /* min-height: 597px; */
  }

  .container .content .realwork-company-card-blue img {
    right: -51px;
    bottom: -81px;
  }
}

@media (max-width: 799px) {
  .realwork-company-card-blue {
    /* min-height: 479px; */
    padding: 16px;
  }

  .container .content .realwork-company-card-blue img {
    /* height: 327px; */
    right: -91px;
    bottom: -67px;
  }
}

.realwork-company-card-blue .color-white {
  position: relative;
}

.realwork-company-card-subtitle a {
  font: inherit;
  color: white !important;
  text-decoration: underline;
}

.realwork-company {
  position: relative;
}

.realwork-company .realwork-bg-element {
  display: none;
}

@media (max-width: 1279px){
  .realwork-company .realwork-bg-element {
    display: block;
    position: absolute;
    left: -40%;
    bottom: 0;
    z-index: -1;
    width: 100vw;
    filter: blur(242px);
  }
}

@media (max-width: 799px){
  .realwork-company .realwork-bg-element {
    display: none;
  }
}