.bkg-contact {
    background-image: url('../../images/backgraund-contact.png');
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 100px 0;
    align-items: center;
    align-content: center;
}

.container-title {
    justify-content: center;
    text-align: center;
    align-content: center;
}

.text-font {
    font-family: 'Inter', sans-serif;
    font-size: medium;
}

.text-title {
    font-weight: 700;
    font-size: 36px;
    color: #12582A;
}
.text-welcome {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}


.icon-background {
    background-color: #1E5E2F;
    width: 60px;
    height: 65px;
}

.contact-button {
    background-color: #1E5E2F;
    color: #FFF;
    border-radius: 5px;
    border: 1px solid #1E5E2F;
    width: 100%;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
}

.icon{
    color: #ffffff;
    background-color: #12582A;
}