.hm-didyouknow {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-didyouknow {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}
.hm-didyouknow-inner {
  position: relative;
  padding-top: 25px;
}
@media (max-width:  767px ) {
  .hm-didyouknow-inner {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.hm-didyouknow-inner-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}
.hm-didyouknow-inner-box-top {
  display: flex;
  height: 35px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: white;
  border-right-color: white;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-didyouknow-inner-box-top {
    height: 16px;
  }
}
.hm-didyouknow-inner-box-top-left {
  height: 2px;
  background-color: white;
  width: 100%;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-didyouknow-inner-box-top-left {
    width: 35%;
  }
}
.hm-didyouknow-inner-box-top-title {
  width: 100%;
}
.hm-didyouknow-inner-box-top-title h2 {
  padding: 0;
  margin: 0;
  font-size: 35px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  color: white;
  font-weight: bold;
  line-height: 1;
  margin-top: -18px;
  text-align: center;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-didyouknow-inner-box-top-title h2 {
    font-size: 16px;
    margin-top: -7px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hm-didyouknow-inner-box-top-right {
  height: 2px;
  background-color: white;
  width: 100%;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-didyouknow-inner-box-top-right {
    width: 35%;
  }
}
.hm-didyouknow-inner-box-middleandbottom {
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-width: 2px;
  border-color: white;
  padding: 50px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-didyouknow-inner-box-middleandbottom {
    padding: 20px;
  }
}
.hm-didyouknow-inner-box-middleandbottom-description {
  font-size: 20px;
  color: white;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .hm-didyouknow-inner-box-middleandbottom-description {
    font-size: 14px;
  }
}
