

.wrapper-contact{
    padding: 50px 0 60px 0;
    line-height: 1.5;
    position: relative;
    /* margin-bottom: -53px; */
}

.wrapper-contact::before {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: '';
    z-index: 0;
    top: 0;
    opacity: .8;
    /* background: #EAF6EC; */
}

.wrap-contact{
    position: relative;
    align-items: unset;
    justify-content: unset;
}

.wrap-contact-left {
    width: 37%;
    position: relative;
    padding: 0 15px 0 0;
}

.item-contact-left {
    margin-top: 70px;
}

.wrap-contact .section-title h2 {
    font-size: 38px;
    line-height: 43px;
    color: #565656;
    font-weight: 600;
    font-family: 'Montserrat';
}

.section-title p {
    color: #545353;
}

.parent-contact-left-infos {
    position: absolute;
    bottom: 105px;
    right: -61px;
    left: 0;
}

.wrap-contact-left-informations {
    padding: 45px 36px 34px;
    background-image: url('../images/bg/pig1.png');
    position: relative;
    top: 61px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: 98% 80%;
    background-size: 131px;
    border-radius: 10px;
    max-width: 100%;
    width: 505px;
    background-color: #348e38;
    color: #fff;
}

.item-contact-info {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    display: flex;
}


.contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    background: #ffffff45;
    border-radius: 10px;
}

.wrap-item-contact-info {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.label-contact {
    font-weight: 600;
    font-size: 20px;
}

.meta-value {
    font-size: 18px;
}

.wrap-contact-right {
    width: 63%;
    padding: 0 15px;
}

.item-contact-right {
    background: #EAF6EC;
    border-radius: 10px;
    color: #060606cc;
    padding: 50px 26px 25px 85px;
}

.row-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.input-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.input-item.one {}

.input-item.two {
    width: 50%;
}

.input-item label {
    font-size: 15px;
    color: #0f4229;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.input-item input, .input-item textarea {
    width: 100%;
    font-size: 16px;
    color: #646464;
    height: 50px;
    display: -ms-inline-flexbox;
    border-radius: 4px;
    border: 2px solid #dbe3df;
    line-height: 1.5;
    padding: 5px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #fff;
    font-family: var(--primary-font);
    font-weight: 500;
}

.input-item textarea {
    height: 140px;
    border-radius: 5px;
    margin-bottom: 0;
}

.btn-contact {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #089441;
    z-index: 1;
    transition: all 500ms ease;
    display: flex;
    border-radius: 50px;
    padding: 10px 10px 10px 25px;
    justify-content: center;
    align-items: center;
}