#cov-form-tool {
  .cov-container {
    background-color: #fff1cc;
    padding: 40px 16px;
    @media (min-width: 1024px) {
      max-width: 800px;
      margin: 0 auto;
    }
    img {
      width: 120px;
      height: 120px;
    }
    h2 {
      margin: 32px 0 24px;
      font-family: "Roboto Condensed";
      font-weight: 700;
      font-size: 22px !important;
      line-height: 32px;
      letter-spacing: 0px;
      text-align: center;
      color: #5a2b6b;
      @media (min-width: 1024px) {
        margin: 32px 0 28px;
      }
    }
    .coverage-form {
      .form-wrapper {
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        @media (min-width: 1024px) {
          flex-direction: row;
          align-items: center;
          justify-content: center;
          column-gap: 16px;
        }
        .label-input {
          display: flex;
          flex-direction: column;
          label {
            font-family: Arial !important;
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0px;
            margin-bottom: 2px;
          }
          input {
            opacity: 1;
            border-radius: 8px;
            border: 2px solid #d5d1ce;
            padding: 16px;
            @media (min-width: 1024px) {
              width: 320px;
            }
          }
        }
        .button-wrapper {
          margin: 21px 0;
          @media (min-width: 1024px) {
            margin: 0;
          }
          button {
            padding: 12px 20px;
            border-radius: 24px;
            border: none;
            background-color: #9218af;
            font-family: Arial;
            font-weight: 700;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #ffffff;
          }
        }
      }
    }
  }
}
