.using-purpose-title {
    font-family: Titillium;
    font-weight: 400;
    font-size: 28px;
    font-style: normal;
    line-height: 32px;
    color: #000000;
}

.using-purpose-next:hover {
    background: #000;
    color: #fff;
}

[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* IMAGE STYLES */
  [type=radio] + div {
    cursor: pointer;
  }
  
  /* CHECKED STYLES */
  [type=radio]:checked + div {
    border-color: #008D9A;
}

.using-motif-choice div {
    padding: 2rem;
    border: 1px solid #D7D9E7;
    text-align: center;
    transition: .5s;
    height: 100%;
}

.using-purpose-form-content{
    margin: 2rem 0px;
}
.using-purpose-choice-title {
    font-family: Titillium;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 18px;
    color: #000000;
}