@media (max-width: 992px) {
  .container {
    margin-top: 25px;
  }
}

h2 {
  color: var(--bs-primary);
  font-size: 50px;
  font-family: 'BR Omny';
  font-style: normal;
  font-weight: bold;
}

h4 {
  color: white;
  font-size: 30px;
  margin-top: 10px;
  font-family: 'BR Omny';
  width: 100%;
  height: auto;
}

.p-Sol {
  font-family: 'BR Omny';
  color: #ffffff;
  text-align: left;
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 10px;
  height: auto;
  font-size: 18px;
  font-style: normal;
  width: auto;
}

.fit-cover {
  width: 100px;
  padding: 0px;
  height: 100px;
  margin-bottom: 0px;
  margin-left: 0px;
  position: static;
  margin-right: 0px;
}

div {
  padding: 10px;
  height: auto;
}

.SolnCOL {
  height: 400px;
  margin: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
}

a {
  color: var(--bs-primary);
  font-style: normal;
  text-decoration: none;
}

.DivPlay {
  margin-top: 0px;
  position: relative;
  padding: 0px;
  width: auto;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: start;
  margin-right: 0px;
}

@media (min-width: 200px) {
  .DivPlay {
    top: -40px;
    margin-left: 12px;
  }
}

@media (min-width: 800px) {
  .DivPlay {
    top: -50px;
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .DivPlay {
    top: -80px;
    margin-left: 20px;
  }
}

.LinkPlay {
  display: flex;
  min-width: auto;
  min-height: auto;
}

.iconplay {
  color: white;
  position: relative;
  opacity: 0.5;
  display: flex;
  line-height: 1;
  font-size: 5em;
}

@media (min-width: 200px) {
  .iconplay {
    font-size: 30px;
  }
}

@media (min-width: 800px) {
  .iconplay {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .iconplay {
    font-size: 70px;
  }
}

.homeimg {
  overflow: visible;
  margin-left: -6px;
  margin-top: 6px;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
}

