/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                                      CONTACT */
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.contact-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-section1 .inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-section1 .inner-container>div {
    width: calc(50% - 50px);
}

.contact-section1 .inner-container .col2 h2:after {
    content: '';
    border-bottom: 1px solid var(--black);
    display: block;
    width: 100%;
    padding-top: 10px;
}

.contact-section1 .inner-container .col2 p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.contact-section1 .inner-container .col2 p svg {
    width: 20px;
    height: 20px;
}

.contact-section1 .inner-container .col2 p a {
    color: var(--black);
    text-decoration: none;
}

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.contact-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-section2 .inner-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.contact-section2 .inner-container h2 {
    text-align: center;
}

.contact-section2 .inner-container input#gform_submit_button_2 {
    background-color: var(--black);
}