.text-small {
    font-size: small !important;
}

.radius-25 {
    border-radius: 25px !important;
}

.btn-voyant {
    background-color: #fff1c6;
    padding: 12px 20px;
    color: #724EB0;
    font-weight: 700;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 2px 4px 18px 4px #5816caa1;
}

.btn-form {
    background: transparent linear-gradient(180deg, #774FBF 0%, #CEB2B6 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px 3px 6px #00000029, 0px 0px 10px #04040433;
    border: 1px solid #3E2947;
    padding: 12px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 30px;
    text-transform: uppercase;
    width: 100%;

}

.lh-2 {
    line-height: 2em !important;
}

.text-justify {
    text-align: justify;
}

.bg-voyant {
    background-color: #d7e4ee;
}

.justify-content-start {
    justify-content: start;

}

.justify-content-end {
    justify-content: end;
}

.justify-content-center {
    justify-content: center;
}

.blue-petrol {
    color: #724EB0 !important;
}

.border-thick {
    border: 1px solid black !important;
}