
	/* MBS Page Style */
	
	.mbs-list {
  padding-bottom: 18px;
  font-size: 18px;
  line-height: 1.35em;
  font-weight: 200;
  list-style-type: square;
  list-style-position: outside;
}

.mbs-ul {
  padding-left: 0;
}


.mbs-flex-container-3col {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 1110px;
      margin: 0 auto;
    }

    .mbs-flex-item {
      width: 320px;
      margin-right: 36px;
      margin-bottom: 4px;
    }

    .mbs-second-text {
      font-size: 18px;
      color: black;
      line-height: 1.2em;
    }

    .mbs-flex-item p:first-child strong {
      font-weight: bold;
    }

    @media screen and (max-width: 1110px) {
      .mbs-flex-item {
        width: calc(33.33% - 28px);
      }
    }

    @media screen and (max-width: 770px) {
      .mbs-flex-item {
        width: calc(50% - 28px);
      }
    }

    @media screen and (max-width: 480px) {
      .mbs-flex-item {
        width: 100%;
      }
	  .mbs-list {
  padding-bottom: 12px;
  font-size: 14px;}
    }
	
	
