p, a {
    font-weight: 400;
}

.text-link {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    text-decoration-line: underline !important;
}
.text-primary {
    color: #F74904 !important;
}
.text-gradient {
    background: linear-gradient(89.99deg, #FF0F7B 56.29%, #F89B29 71.47%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.img-positiion-quality {
    position: absolute;
    left: 17%;
    top: 53%;
    transform: rotate(-13.68deg);
}

.btn-primary {
    background: #F74904 !important;
    /* Shadow/SM */
    box-shadow: 0px 1px 2px -1px rgba(51, 82, 148, 0.1), 0px 1px 3px rgba(51, 82, 148, 0.05) !important;
    border-radius: 4px !important;
    padding: 16px 32px !important;
    font-size: 16px !important;
    border: unset !important;
    cursor: pointer;
    transition: .3s;

}

.btn-primary:hover {
    background-color: #252525 !important;
}

