.gp-btn {
    padding: 17px 80px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 5px 5px 5px 5px rgb(76 76 76 / 54%);
    border: none;
}

/*Mobile css*/
@media (max-width: 767px) {
    .gp-btn {
        padding: 16px 20px;
        border-radius: 50px;
        font-weight: 600;
        font-size: 20px;
        box-shadow: 5px 5px 5px 5px rgb(76 76 76 / 54%);
        border: none;
    }

    @media screen and (max-width: 767px) {
        .hero-section {
            height: 200px;
        }
    }
}
