.callus-banner {
  background-color: rgba(194, 237, 255, 0.97);
  display: none;
}

.img-callus-banner {
  width: auto;
  margin-top: 33px;
  height: 40px;
}

.callus-banner-title {
  padding-top: 24px;
  margin-bottom: 10px;
  font-family: "Nimbus Sans Bold";
  font-size: 24px;
  text-align: left;
  color: #3b4b59;
}

.callus-banner-body {
  font-family: "Nimbus Sans Regular";
  font-size: 16px;
  letter-spacing: normal;
  text-align: left;
  color: #3b4b59;
  padding-bottom: 32px;
  width: calc(100% + 95px);
}

.callus-banner-body a {
  color: #086ea1;
  text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .callus-container {
    height: auto;
    margin-top: 30px;
  }

  .callus-banner-title {
    margin-bottom: 8px;
  }

  .callus-banner-body {
    width: 384px;
    margin-bottom: 24px;
    padding-bottom: 0px;
  }

  .img-callus-banner {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .callus-container {
    height: auto;
    margin-top: 30px;
  }

  .callus-banner-title {
    margin: 0 0 8px 0;
    padding-top: 24px;
    font-family: "Nimbus Sans Bold";
    font-size: 20px;
    letter-spacing: normal;
    text-align: left;
  }

  .callus-banner-body {
    width: calc(100% - 40px);
    margin: 8px 0 16px 0;
    font-family: "Nimbus Sans Regular";
    font-size: 16px;
    letter-spacing: normal;
    text-align: left;
    padding-bottom: 0px;
  }

  .img-callus-banner {
    margin: 30px 0 0 0;
    border: solid 1px transparent;
    height: 32px;
  }

}