.pdcb_block {
  position: relative;
  max-width: 39.375rem;
  padding: 35px 30px 40px 30px !important;
  margin: 40px auto;
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: url(../assets/graphics/color-bar-grey.svg) no-repeat;
  }
  .container {
    width: 100%;
    padding: 0 !important;
    h2 {
      font-family: Europa;
      font-size: 24px !important;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      margin: 0 0 10px 0;
      padding: 0;
    }
    strong,
    .tipsCtaParagraph {
      font-family: Europa;
      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-family: Europa;
            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 {
            position: relative;
            display: inline-block;
            font-family: Europa;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            background-color: var(--primary-button);
            padding: 10px 24px;
            text-decoration: none;
            border-bottom: none;
            -o-transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
            &:hover {
              background-color: var(--primary-button-hover);
              border-bottom: none;
            }
          }
        }
        .rightButton {
          padding-left: 25px;
          a {
            position: relative;
            display: inline-block;
            font-family: Europa;
            color: #FF6200 !important;
            font-size: 14px !important;
            font-weight: normal;
            padding: 10px 0;
            text-decoration: none;
            border-bottom: none;
            &:hover {
              text-decoration: underline;
            }
          }
        }
      }
    }
    .nodots {
      &::after {
        border-right: #fff none 0px !important;
      }
    }
  }
}

@media screen and (max-width: 801px) {
  .pdcb_block {
    padding: 20px 15px 30px 15px !important;
    h2 {
      font-size: 18px !important;
    }
    strong,
    .tipsCtaParagraph {
      font-size: 14px !important;
    }
    .leftButton {
      a {
        font-size: 12px !important;
      }
    }
  }
  .pdcb_block strong,
  .pdcb_block .tipsCtaParagraph {
    text-align: left !important;
  }
}

@media screen and (max-width: 340px) {
  .pdcb_block {
    .container {
      .flex-2 {
        .buttonsSection {
          flex-wrap: wrap;
          .leftButton,
          .rightButton {
            flex-basis: 100%;
          }
          .leftButton {
            &::after {
              display: none;
            }
          }
          .rightButton {
            padding-left: 0;
            margin-top: 10px;
          }
        }
      }
    }
  }
}
