.formContact {
    text-align: left;
}

.formContact label {
    color: #2ba79c;
    font-weight: 300;
}

.formContact input,
.formContact select {
    color: #179186;
    font-weight: 300;
    height: 2.6rem;
    font-size: 1rem;
    border-radius: 5rem;
    border: 1px solid #50b8af38;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px;
    padding: 0rem 1.5rem;
    font-family: 'kanit';
}

.formContact textarea {
    color: #179186;
    font-weight: 300;
    font-size: 1rem;
    border-radius: 1rem;
    border: 1px solid #50b8af38;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 2px 0px;
    padding: 1rem 1rem;
    font-family: 'kanit';
}

.formContact .form-group {
    margin-bottom: 1.55rem!important;
}

.contactSocial {
    margin: 2rem 0rem;
}

.contactSocial a img {
    margin: 0rem 2rem;
}

.formContact button {
    font-size: 1.2rem;
    border: none;
    font-weight: 200;
    padding: .5rem 2rem;
}

.contactGG {
    margin-bottom: 10rem;
}

@media(max-width:768px) {
    .formContact button {
        width: 100%;
    }
}