body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  margin-top: 0%;
  margin-bottom: 0%;
  font-family: 'Samsung Sharp Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.body {
  position: relative;
  background-color: #000;
  color: #333;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  margin-top: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 2%;
  padding-left: 2%;
}

.video {
  position: relative;
  display: block;
  max-height: 1080px;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.container {
  max-height: 1080px;
  max-width: 1920px;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 16px;
  }

  .image {
    width: 20%;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 2%;
    margin-bottom: 0%;
    font-size: 75%;
  }

  .image {
    width: 20%;
    max-width: 50%;
    margin-top: 4%;
    margin-right: 4%;
    margin-left: 4%;
  }

  .video {
    margin-right: 4%;
    margin-bottom: 2%;
    margin-left: 4%;
  }
}

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('../fonts/SamsungSharpSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('../fonts/SamsungSharpSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('../fonts/SamsungSharpSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}