.os-block {
  position: relative;
  width: 120px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #15212a;
  border-radius: 20px;
  margin: 10px;
  padding: 5px 10px;
  color: #fff;
}

.os-white {
  background-color: #fff;
  color: #333;
}

.os-block img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.os-block h6 {
    font-size: 10pt;
    font-weight: 700;
    text-wrap: nowrap;
}

.os-block hr {
    width: 100%;
    border: 1px solid #fff;
}

.os-white hr {
    width: 100%;
    border: 1px solid #000;
}

.os-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.service-wrap .service-section {
  background-color: #fff;
  padding: 30px 45px;
  margin-top: 50px;
  font-weight: normal !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-wrap .service-section p {
  font-weight: normal !important;
  display: flex;
  align-items: center;
  margin: 0px;
}
.service-section {
    border-radius: 20px;
}
.f-24 {
  font-size: 24px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mtop {
  margin-top: 40px !important;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 9pt; 
}

.tos span, .privacy span {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}