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

section {
    padding: 600px 0;
           /* min-height: 100vh;*/
}

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

.contact-area {
    border-top: 1px solid #70a7e6;
    border-bottom: 1px solid #70a7e6;
    padding: 30px;
}

.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 {
    color: #8b9199;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

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

.contact-social {
    margin-top: 30px;
}

.contact-social > ul {
    display: inline-flex;
}

.contact-social ul li a {
    border: 1px solid #8b9199;
    color: #8b9199;
    display: inline-block;
    height: 40px;
    margin: 0 8px;
    padding-top: 7px;
    transition: all 0.5s ease 0s;
    width: 40px;

}

.contact-social ul li a#facebook:hover {
    border: 1px solid #0866ff;
    color: #0866ff;
}


.contact-social ul li a#instagram {
    transition: color 0.6s linear;
}

.contact-social ul li a#instagram:hover {
  border-style: solid;
  border-image: linear-gradient(to right top, #fed309, #ffb112, #ff8f2b, #ff6c41, #ff4a55, #ff3467, #fc1b7b, #f40091, #e800a9, #d400c2, #b522db, #843bf4) 1;    
  color: linear-gradient(to right top, #fed309, #ffb112, #ff8f2b, #ff6c41, #ff4a55, #ff3467, #fc1b7b, #f40091, #e800a9, #d400c2, #b522db, #843bf4) 1; 
  background: -webkit-linear-gradient(left, #fed309, #ffb112, #ff8f2b, #ff6c41, #ff4a55, #ff3467, #fc1b7b, #f40091, #e800a9, #d400c2, #b522db, #843bf4);
  background: -o-linear-gradient(right, #fed309, #ffb112, #ff8f2b, #ff6c41, #ff4a55, #ff3467, #fc1b7b, #f40091, #e800a9, #d400c2, #b522db, #843bf4);
  background: -moz-linear-gradient(right, #fed309, #ffb112, #ff8f2b, #ff6c41, #ff4a55, #ff3467, #fc1b7b, #f40091, #e800a9, #d400c2, #b522db, #843bf4);
  background: linear-gradient(to right, #fed309, #ffb112, #ff8f2b, #ff6c41, #ff4a55, #ff3467, #fc1b7b, #f40091, #e800a9, #d400c2, #b522db, #843bf4); 
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.contact-social ul li a#whatsapp:hover {
    border: 1px solid #25d366;
    color: #25d366;
}

.contact-social ul li a#gmail:hover {
    border: 1px solid #e34133;
    color: #e34133;
}

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

section#footer {
    background: #2c3045;
    color: #868c96;
}

footer {
    background: #2c3045;
    color: #868c96;
}

footer p {
    padding: 21px 0;
    text-align: center;
    margin-bottom: 0px;
    border-bottom: 1px solid #70a7e6;
}

footer img {
    width: 44px;
}

i.bx {
    font-size: 24px;
}