﻿img {
    max-width: 100%;
    height: auto;
}

section {
    padding: 60px 0;
    min-height: 100vh;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-area {
    border-bottom: 1px solid #353C46;
}

.contact-content p {
    font-size: 15px;
    margin: 30px 0 60px;
    position: relative;
}

    .contact-content p::after {
        background: #353C46;
        bottom: -30px;
        content: "";
        height: 1px;
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 80%;
    }

.contact-content h6, a {
    color: #d1b181;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: none !important;

}

.contact-content span {
    color: #d1b181;
    margin: 0 10px;
}

.contact-content img {
    max-width: 210px;
}

section, footer {
    background: #FFFFFF;
    color: #000000;
}

    footer p {
        padding: 40px 0;
        text-align: center;
    }

    footer img {
        width: 44px;
    }
