.container {
    font-family: "Public sans", "Roboto", sans-serif;
    max-width: 550px;
    margin: auto;
}

.head {
    font-weight: 600;
    text-align: center;
}

.sub_head {
    margin: 20px 0px;
}

.reasons {
    margin: 20px 0px;
    list-style: none;
}
.reason {
    margin-bottom: 8px;
}

.btn {
    padding: 5px 10px;
    border-radius: 3px;
    background: var(--gradient);
    color: #fff;
    font-weight: 500;
    outline: none;
    border: none;
}
