@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
.btn-light {
    /* background-color: #fff4df!important; */
    /* background-color: hsla(122, 29%, 82%, 0.805)!important; */
    background-color: rgb(218, 238, 233)!important;
    color: #582323!important;
    justify-content: center;
    align-items: center;
    border-radius: 20px!important;
    padding-right: 50px;
    padding-left: 50px;
    width: 50%;
    border: 2px solid #582323;
}

@media only screen and (max-width: 768px) {
    .btn-light {
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
    }
}