.aboutimg {
    position: relative;
    width: 100%;
    height: 600px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.all-container{
    padding: 80px 0;
    background-color: #eff2f4;
}


.contact-box{
    margin-bottom: 72px;
}
.contact-title{
    margin-bottom: 36px;
    font-size: 22px;
    color: #354352;
    line-height: 1em;
}
.contact-p{
    margin-bottom: 24px;
    font-size: 16px;
    color: #354352;
    line-height: 1em;
}
.contact-a{
    color: #354352;
    transition: .3s;
}
.contact-a:hover{
    color: #265f9b;
}

.contact-hr{
    margin: 50px 0;
    height: 1px;
    background-color: #fff;
}

.invoice-container{
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.invoice-p{
    margin-bottom: 36px;
    font-size: 14px;
    color: #354352;
    line-height: 1em;
}
.invoice-p:last-child{
    margin-bottom: 0;
}
.invoice-img{
    display: block;
    margin-left: 75px;
}

@media screen and (max-width: 992px) {
    .layui-hide-xs {
        display: none;
    }
    .aboutimg {
        height: 340px;
        width: auto;
    }
    .all-container{
        padding: 60px 0;
    }
}
@media screen and (max-width: 768px) {
    .contact-title{
        font-size: 18px;
    }


    .invoice-container{
        flex-direction: column;
        align-items: center;
    }
    .invoice-img{
        max-width: 100%;
        margin-top: 40px;
        margin-left: 0;
    }
}