.Contact > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .Contact > .title > div,
    .Contact > .title > div > div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 70px;
        border-bottom-right-radius: 70%;
        border-bottom-left-radius: 70%;
        overflow: hidden;
    }

    .Contact > .title > div {
        background-color: #a6adfe;
    }

        .Contact > .title > div > div {
            background-image: url(/images/contact/title.png);
        }

            .Contact > .title > div > div > h1 {
                display: inline-flex;
                font-size: 1.2rem;
                padding: 0.5rem;
                /* color: #ffd46f;
        text-shadow: 1px 1px 0px #000000;*/
            }

.Contact > div:nth-child(2) > section:nth-child(1) > p {
    display: inline-flex;
    text-align: justify;
    line-height: 2;
}

.Contact > div:nth-child(2) > section:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .Contact > div:nth-child(2) > section:nth-child(2) > div {
        width: 50%;
    }

.Contact > div:nth-child(2) .image ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.Contact > div:nth-child(2) .image {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

    .Contact > div:nth-child(2) .image:before {
        position: absolute;
        content: "";
        height: 80%;
        right: 0;
        border-right: 2px dashed var(--clrgold);
    }

    .Contact > div:nth-child(2) .image ul li {
        width: calc(100% / 3);
    }

    .Contact > div:nth-child(2) .image ul li {
        padding-right: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .Contact > div:nth-child(2) .image ul li img {
            border-radius: 0.25rem;
        }

.Contact .social a,
.Contact .gps a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 120px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem;
    padding: 0 0.5rem;
    background-color: #f1edff;
    transition: background-color 150ms ease-in-out;
}

    .Contact .social a:not(:first-child),
    .Contact .gps a:not(:first-child) {
        margin-right: 1rem;
    }

    .Contact .social a:hover,
    .Contact .gps a:hover {
        background-color: #fff;
    }

    .Contact .social a > span:nth-child(2),
    .Contact .gps a > span:nth-child(2) {
        display: inline-flex;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .Contact .social a > span:nth-child(2) {
        background-size: 100% auto;
    }

    .Contact .gps a > span:nth-child(2) {
        background-size: auto 100%;
    }

.Contact > div:nth-child(2) > section:nth-child(3) > div:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    width: 100%;
    height: 70px;
    background-color: #f3f3f3;
}

    .Contact > div:nth-child(2) > section:nth-child(3) > div:nth-child(1) span {
        font-size: 1rem;
    }

.Contact > div:nth-child(2) > section:nth-child(3) > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .Contact > div:nth-child(2) > section:nth-child(3) > div:nth-child(2) > div {
        width: 50%;
    }

    .Contact > div:nth-child(2) > section:nth-child(3) > div:nth-child(2) p {
        text-align: justify;
        line-height: 2;
    }

.Contact > div:nth-child(2) > section:nth-child(3) .form {
    width: 90%;
    background-color: #fcfcfc;
    padding: 3rem 1.5rem;
}

    .Contact > div:nth-child(2) > section:nth-child(3) .form h2 {
        font-size: 1rem;
    }

    .Contact > div:nth-child(2) > section:nth-child(3) .form ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .Contact > div:nth-child(2) > section:nth-child(3) .form ul li {
            width: 50%;
        }

            .Contact > div:nth-child(2) > section:nth-child(3) .form ul li:nth-child(2n-1) {
                padding-left: 0.5rem;
            }

            .Contact > div:nth-child(2) > section:nth-child(3) .form ul li:nth-child(2n) {
                padding-right: 0.5rem;
            }

    .Contact > div:nth-child(2) > section:nth-child(3) .form textarea {
        width: 100%;
        border: 1px solid #ccc;
        outline: none;
    }

        .Contact > div:nth-child(2) > section:nth-child(3) .form textarea:focus {
            border: 1px solid #28a2a2;
        }

.Contact > div:nth-child(2) > section:nth-child(4) h2 {
    position: absolute;
    top: -15px;
    font-size: 1.3rem;
    color: #1dd3c4;
    padding: 0 1.5rem;
    background-color: #fff;
    z-index: 1;
}

.Contact > div:nth-child(2) > section:nth-child(4) > div > div:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: center;
}

    .Contact > div:nth-child(2) > section:nth-child(4) > div > div:nth-child(2) > div {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 600px;
        max-width: 90%;
        height: 280px;
        border: 2px solid #1dd3c4;
        border-radius: 80px;
    }

.Contact > div:nth-child(2) > section:nth-child(4) .faq {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .Contact > div:nth-child(2) > section:nth-child(4) .faq > div {
        width: 50%;
    }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq > div:first-child {
            padding-left: 1rem;
        }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq > div:last-child {
            padding-right: 1rem;
        }

    .Contact > div:nth-child(2) > section:nth-child(4) .faq .items {
        background-color: #f3f3f3;
        margin-bottom: 1rem;
        border-radius: 16px 16px 16px 16px;
    }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq .items > div:first-child {
            position: relative;
            padding: 1rem;
            cursor: pointer;
            width: 100%;
            transition: all 300ms ease-in-out;
        }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq .items.active > div:first-child {
            border-bottom: 1px solid #eee;
            color: #1dd3c4;
        }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq .items > div:first-child::after {
            position: absolute;
            left: 1rem;
            top: 50%;
            transform: translateY(-50%);
            content: "\f053";
            transition: transform 300ms ease-in-out;
        }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq .items.active > div:first-child::after {
            transform: translateY(-50%) rotateZ(-90deg);
        }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq .items p {
            display: flex;
            font-size: 0.8rem;
            color: #7c7c7c;
            line-height: 2;
            padding: 1rem;
            margin-top: 2rem;
            transition: margin-top 300ms ease-in-out;
        }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq .items.active p {
            margin-top: 0;
        }

@media screen and (max-width: 992px) {
    .Contact .social a,
    .Contact .gps a {
        width: calc(50% - 0.5rem);
        margin-bottom: 1rem;
    }

        .Contact .social a:not(:first-child),
        .Contact .gps a:not(:first-child) {
            margin-right: 0;
        }

        .Contact .social a:nth-child(2n+2),
        .Contact .gps a:nth-child(2n+2) {
            margin-right: 1rem;
        }

    .Contact > div:nth-child(2) .image:before {
        border-right: none;
    }

    .Contact > div:nth-child(2) .image ul li {
        width: 50%;
        padding-right: 0;
    }

        .Contact > div:nth-child(2) .image ul li:nth-child(2n-1) {
            padding-left: 0.25rem;
        }

        .Contact > div:nth-child(2) .image ul li:nth-child(2n) {
            padding-right: 0.25rem;
        }

    .Contact > div:nth-child(2) > section:nth-child(2) > div,
    .Contact > div:nth-child(2) > section:nth-child(3) > div:nth-child(2) > div,
    .Contact > div:nth-child(2) > section:nth-child(4) .faq > div,
    .Contact > div:nth-child(2) > section:nth-child(3) .form {
        width: 100%;
    }

        .Contact > div:nth-child(2) > section:nth-child(2) > div:nth-child(2) {
            margin-top: 1.5rem;
        }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq > div:first-child {
            padding-left: 0;
        }

        .Contact > div:nth-child(2) > section:nth-child(4) .faq > div:last-child {
            padding-right: 0;
        }
}
