.contact-nav {
    color: #FFD89B;
}

.contact-main-section{
    position: relative;
    margin: 0 auto;
    display: flex;
    width: 95%;
    overflow: hidden;
    flex-grow: 1;
}

.title-wrapper{
    width: 600px;
    height: 20%;
    display: flex;
    position: absolute;
    flex-direction: column;
    font-size: 2.5em;
    top: 150px;
    left: 50px;
    text-shadow: 1px 1px #3a280c;
    color: white;

}

.contact {
    font-weight: 400;
    font-size: 1em;
    line-height: 30px;
}

.content-name {
    position: absolute;
    bottom: 5px;
    left: 0px;
    transition: all 0.3s ease;
}

.contact-info{
    width: 600px;
    height: 200px;
    display: flex;
    position: absolute;
    bottom: 150px;
    right: -80px;
    flex-direction: column;
    z-index: 1;
    font-size: 1.1em;
}

.bg {
    width: 50%;
    height: 100%;
    position: absolute;
    background-image: url(contact-bg1.png);
    z-index: -1;
    background-size: cover;
    min-width: 600px;
}

.contact span{
    font-weight: bold;
}

#line1{
    height: 270px;
    width: 1px;
    border: 1px solid white;
    position: absolute;
    display: flex;
    top: 10px;
    left: -20px;
    background-color: #3c252541;
    z-index: 0;
}


#wechat-QR, #whatsapp-QR{
    display: none;
}

 @media screen and (max-width: 950px) {
     .title-wrapper{
         font-size: 2em;
     }

    .contact-info{
        width: 350px;
        right: -50px;
        
    }
}
@media screen and (max-width: 650px) {
    .title-wrapper{
        left:80px;
        font-size: 1.5em;
        width: 400px;

    }

    .contact-info{
        left: 100px;
        top: 260px;
    }

    .bg{
        width: 100%;
        min-width: 100%;
    }
}