        div.image {
          display: block;
          max-width: 100%;
          padding-right: 40px;
          padding-left: 40px;
          height: auto;
      }
      section {
        padding: 40px 0;
        /* min-height: 100vh;*/
    }
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .contact-area {
        border-bottom: 1px solid #fff;
    }

    .contact-content p {
        font-size: 15px;
        margin: 30px 0 20px;
        position: relative;
    }
    .contact-content h6 {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .contact-content span {
        color: #fff;
        margin: 0 10px;
    }
    .contact-content img {
        max-width: 210px;
    }

    section, footer {
        background: #333;
        color: #fff;
    }
    footer p {
        padding: 10px 0;
        text-align: center;
    }

    .contact-payment ul li a{
        color: #fff;
        display: inline;
        height: 1px;
        margin: 0 10px;
        padding-top: 1px;
        transition: all 0.4s ease 0s;
        width: 40px;
        font-size: 30px;
    }
    .contact-payment {
        margin-top: 1px;
    }

    .contact-payment > ul {
        display: inline-flex;
    }

    .contact-payment ul li a:hover {
        color: #FF5000;
    }
    