.mobile_nav{
    display: flex;
}
.mobile-nav-list a{
    float: right;
    color: #1E1E1E;
    font-size: 15px;
}
.mobile-home .title_text{
    text-align: center;
    font-size: 50px;
}
.mobile-home .content_text{
    text-align: center;
    font-size: 15px;
    margin: 0 15px;
}

.mobile-content{
    padding: 0 30px;
    margin: 10px 0 30px 0;
}
.mobile-contact .title_text{
    font-size: 35px;
}
.mobile-contact .content_title{
    font-size: 15px;
    margin: 15px 0 5px 25px;
}
.mobile-contact .content_text{
    font-size: 15px;
    margin-left: 25px;
}

.mobile-img{
    width: 100vw;
}
.mobile-img img{
    width: 100%;
}
.mobile-footer{
    position: relative;
}
.mobile-footer .social-icons{
    margin: 0;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}