

/* Agency Custom CSS */

.button2 {
    margin: 1.5rem auto 1.5rem auto;
    background-color: #636F40;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.5rem;
    border: none;
    width: fit-content;
    padding: 0.5rem 1rem;
    font-family: "Kanit", "Open Sans", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    transition: all 0.2s;
}

a.button2 {
    color: #fefefe !important;
    text-decoration: none !important;
}

a .button2:hover {
    background-color: rgb(92, 122, 105) !important;
}