@use "../../../../styles/abstracts/variables";

.back {
    h2{
        display: flex;
        align-items: center;
        font-weight: 500;
        cursor: pointer;
        text-transform: capitalize;
        color: variables.$col-orange;
    }
}