.lcb_block {
  position: relative;
  padding: 30px 30px 40px 30px !important;
  margin: 40px 0;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: url(../../../../img/color-bar-grey.svg) no-repeat;
  }

  .container {
    width: 100%;
    padding: 0 !important;

    h2 {
      font-family: Roboto;
      font-size: 22px !important;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      margin: 0 0 10px 0;
    }

    strong,
    .tipsCtaParagraph {
      font-family: Roboto;
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      line-height: 21px !important;
    }

    .buttonflex {
      padding-top: 15px;
      padding-right: 0px;
    }

    .flex-2 {
      .buttonsSection {
        padding-top: 10px;
        position: relative;
        display: flex;

        .leftButton {
          position: relative;
          max-width: max-content;

          &::after {
            position: absolute;
            content: "";
            right: -15px;
            top: 0;
            height: 40px;
            border-right: 2px dotted #a1a1a1;
          }

          p {
            font-size: 12px !important;
            font-weight: 500 !important;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #a1a1a1 !important;
            margin-top: 5px !important;
          }

          a {
            color: #fff !important;
          }
        }

        .rightButton {
          padding-left: 25px;

          a {
            position: relative;
            display: inline-block;
            color: #FF6200 !important;
            font-size: 14px !important;
            font-weight: normal;
            padding: 10px 0;
            text-decoration: none;

            &:hover {
              text-decoration: underline;
            }
          }
        }
      }
    }

    .nodots {
      &::after {
        border-right: #fff none 0px !important;
      }
    }
  }
}

@media screen and (max-width: 801px) {
  .lcb_block {
    padding: 20px 15px 30px 15px !important;

    h2 {
      font-size: 18px !important;
    }

    strong,
    .tipsCtaParagraph {
      font-size: 14px !important;
    }

    .leftButton {
      a {
        font-size: 12px !important;
      }
    }
  }

  .lcb_block strong,
  .lcb_block .tipsCtaParagraph {
    text-align: left !important;
  }
}

@media screen and (max-width: 340px) {
  .lcb_block {
    .container {
      .flex-2 {
        .buttonsSection {
          flex-wrap: wrap;

          .leftButton,
          .rightButton {
            flex-basis: 100%;
          }

          .leftButton {
            &::after {
              display: none;
            }
          }

          .rightButton {
            padding-left: 0;
            margin-top: 10px;
          }
        }
      }
    }
  }
}