.screen-container {
    height: 100vh;

    background: linear-gradient(344deg, #203754 0%, rgba(32, 55, 84, 0) 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 76%), #000000;
}

.title {
    padding-top: 148px;
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
}

.contact-box {
    width: 816px;
    height: 417px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 27px;
    padding: 24px 29px 29px 33px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.left-box {
    width: 300px;
}

.logoc {
    width: 219px;
    height: 33px;
}

.line {
    width: 300px;
    height: 0px;
    border: 1px solid #f5f5f5;
    margin-top: 23px;
    margin-bottom: 23px;
}

.code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.code-box img {
    width: 127px;
    height: 128px;

}

.code-text {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.company-title {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 39px;
    margin-bottom: 8px;
}

.company-address {
    font-weight: 400;
    font-size: 11px;
    color: #242424;
}

.right-box{
    width: 432px;
    height: 359px;
}
.right-box img{
    width: 432px;
    height: 359px;
}



