.info-card {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .info-card {
    margin-top: 32px;
  }
}
.info-card-wrapper {
  padding: 16px 0px;
}
.info-card-content {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 18px 0px;
  border-radius: 4px;
  background: linear-gradient(0deg, rgb(74, 160, 235) 0%, rgb(74, 160, 235) 100%);
}
.info-card-content-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 1200px) {
  .info-card-content-wrapper {
    text-align: left;
  }
}
.info-card-content-wrapper .info-content {
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.info-card-content-wrapper .info-content-title {
  color: rgb(255, 255, 255);
  font-feature-settings: "clig" 0, "liga" 0;
  font-family: Ubuntu;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.info-card-content-wrapper .info-content-desc {
  color: rgb(255, 255, 255);
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .info-card-content-wrapper .info-content-desc {
    text-align: left;
    font-weight: 700;
    line-height: 22px;
  }
}
.info-card-content-wrapper .info-content-link {
  color: rgb(255, 255, 255);
  border-color: rgb(74, 160, 235);
  margin-top: 24px;
  margin-bottom: 0px;
  height: 42px;
  color: rgb(60, 134, 200);
  padding: 0px 24px;
  background: rgb(255, 255, 255);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  position: relative;
  line-height: 3;
  text-decoration: none;
}
@media (min-width: 768px) {
  .info-card-content-img-wrapper {
    margin: 24px;
  }
}
@media (min-width: 1200px) {
  .info-card-content-img-wrapper {
    margin-top: 0px;
  }
}.info-listing-list {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .info-listing-list {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .info-listing-list-content .info-listing-list-content-card {
    margin-bottom: 30px;
  }
}
.info-listing-list-content-card {
  zoom: unset;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: unset;
  background: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(217, 224, 236);
  border-image: initial;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  padding: 0px;
  font-family: Ubuntu;
  margin-bottom: 16px;
}
.info-listing-list-content-card-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 16px;
}
.info-listing-list-content-card-wrapper-img {
  margin-right: 20px;
  border-radius: 8px;
}
.info-listing-list-content-card-wrapper-link {
  cursor: pointer;
  color: rgb(0, 69, 135);
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  text-decoration-line: underline;
}
.info-listing-list-content-card-wrapper-link:hover {
  color: rgb(0, 69, 135);
}
.info-listing-list-content-card-icon {
  margin-right: 12px;
}