/* Colors */
/* Gradients */
/*Fonts*/
/*Font sizes*/
/*Max container width*/
/*Border*/
/*Margins*/
/*Images*/
.points-grid-B {
  width: 100%;
  border-radius: 6px;
  padding: 15px;
  margin: 0;
  height: 182px;
  max-height: 182px;
  max-width: 100%;
  cursor: pointer; }
  @media (max-width: 768px) {
    .points-grid-B {
      height: 345px;
      max-height: 345px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      width: 100%;
      -ms-flex-pack: center;
          justify-content: center; } }
  .points-grid-B .icon-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 145px; }
    @media (max-width: 768px) {
      .points-grid-B .icon-section {
        text-align: center;
        display: block;
        height: 250px; } }
    @media (max-width: 768px) {
      .points-grid-B .icon-section .icon-box {
        text-align: center;
        -ms-flex-flow: column;
            flex-flow: column;
        -ms-flex-pack: center;
            justify-content: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 125px; } }
    .points-grid-B .icon-section .cirle-icon {
      background-color: #FFFFFF;
      padding: 10px;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; }
    .points-grid-B .icon-section .text-box .points-text {
      font-family: "archiaregular";
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 23px; }
      @media (max-width: 768px) {
        .points-grid-B .icon-section .text-box .points-text {
          font-size: 13px;
          line-height: 16px; } }
  .points-grid-B .link-box {
    text-align: right;
    position: absolute;
    bottom: 15px; }
    @media (max-width: 768px) {
      .points-grid-B .link-box {
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 25px; } }
    .points-grid-B .link-box .link-text {
      font-family: "archiabold";
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 21px;
      text-decoration: underline; }
      .points-grid-B .link-box .link-text:hover {
        text-decoration: none; }

@media (max-width: 768px) {
  .grid-B-box .points-grid-B {
    display: none; } }
