.button{
    padding: 16px 30px;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: syne;
    margin: 5px;
    border-radius: 50px;
    border: 3px solid #3cbaff;
    background: #3cbaff;
    color: white;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.button_icon{
    max-width: 20px;
    height: auto;
    margin-right: 5px;
}
.button_section {
    margin-top: 10px;
    margin-bottom: 10px;
}
.button:hover{
    background: black;
    color: white;
}
.button_black{
    padding: 16px 30px;
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: syne;
    margin: 5px;
    border-radius: 50px;
    border: 3px solid #3cbaff;
    background: #3cbaff;
    color: white;
    display: flex;
    align-items: center;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.button_black:hover{
    background: white;
    color: #ff9600;
}
.services_btn{
    padding: 13px 25px;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 700;
    font-family: syne;
    margin: 5px;
    border-radius: 50px;
    border: 3px solid #3cbaff;
    background: #3cbaff;
    color: white;
    display: flex;
    align-items: center;
    transition: 0.7s ease-in-out;
    cursor: pointer;
}
.services_btn:hover{
    background: black;
}