.about-section-title {
  font: 500 38px/46px var(--font-helvetica-neue);
}

.about-section-title strong {
  font-weight: 700;
}

.section-about-banner>img {
  width: 100%;
  height: 397px;
  max-height: 397px;
  object-fit: cover;
  object-position: top;
}

.section-about-banner video {
  max-height: 396px;
  height: 397px;
  aspect-ratio: 16/9;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
}

.video-wrapper {
  position: absolute;
  top: 0;
  height: 396px;
  max-width: 47%;
}

.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.round {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #35343480;
}

.round img {
  height: 7.5px;
  width: 12px;

}

.round:hover {
  background-color: red;
}

.section-about-banner{
  margin-bottom: 80px;
  /* padding: 10px 0px; */
}

.main-about{
  margin-top:20px;
}

.main-about .description {
   font: 700 18px var(--font-helvetica-neue);
   color: rgb(0, 103, 127);
  padding-bottom: 24px;
}

@media (max-width: 768px) {

  .play{

    top:10%;
    width: 160px;
  }

  .custom-container{

    margin-top: 40px;
  }

  
}