.enquirycl {
    width: 50%;
    margin-top: 15px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    background-color: hsl(0, 100%, 50%);
    padding: 10px;
    border-radius: 25px;
    text-transform: uppercase;
}