.cont > footer > .footerDiv {
  background-color: #333;
  min-height: 460px;
}

.cont > footer > .footerDiv > .sizing {
  padding: 60px 150px 20px 150px
}

.cont > footer > .footerDiv > .sizing > .footerFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: white;
}

.cont > footer > .footerDiv > .sizing > .footerFlex > div > .list {
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter var", sans-serif;
  color: #fff;
}
.cont > footer > .footerDiv > .sizing > .footerFlex > div > h5 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
  font-family: "Inter var", sans-serif;
}

.cont > footer > .footerDiv > .sizing > .footerFlex > div > h5 > span {
  background-color: #ff8c00;
  padding: 4px;
  margin-left: 5px;
  border-radius: 5px;
  font-size: 12px;
}

.cont > footer > .footerDiv > .sizing > .footerFlex > div > .list > a {
  color: white;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
}
#hrLine {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.cont > footer > .footerDiv > .sizing > .copyright {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  color: white;
}

.cont > footer > .footerDiv > .sizing > .copyright > .media {
  display: flex;
  justify-content: space-between;
  width: 40%;
  align-items: center;
  flex-wrap: wrap;
}

.cont > footer > .footerDiv > .sizing > .copyright > .media > div > button {
  height: 100%;
  height: 50px;
  width: 180px;
  background: transparent;
  border: 1px solid white;
  border-radius: 10px;
  color: white;
}

#playicon {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
}
