#btncont2{
    margin-top: 2rem;
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
}
.feature-buttons{
    background: white;
    color: rgb(37, 43, 70);
    outline: none;
    border: 0px;
    font-size: 0.9rem;
    /* margin: 1.6rem; */
    padding: 1.6rem;
    font-weight: bolder;
    cursor: pointer;
    
}
#btns{
    width: 70%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 0.1px solid rgb(207, 207, 207);
    
}
.feature-buttons:hover{
    color: rgb(250, 87, 87);
}
#btnf-1{
    border-bottom: 3px solid rgb(250, 87, 87);
}

@media (max-width:600px) {
    #btns{
        width: 95%;
        border: 0px;
        display: flex;
        flex-direction: column;
    }
    .btncont3{
        display: flex;
        justify-content: center;
        width: 90%;
        border-bottom: 0.2px solid rgb(207, 207, 207);
    }
    #button-1{
        border-top: 0.2px solid rgb(207, 207, 207);
    }
}
