.qr-code {
    height: 150px;
    width: 150px;
}

.contact-content-container {
    margin-top: 50px;
}

.contact-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

}
.about-title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.history-container {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.p-start-chat {
    color: var(--color-base);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-infomation-item {
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.contact-infomation-item span {
    color: #52595D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-container {
    padding: 20px;
    border-radius: 10px;
    min-width: 30%;
    height: 100%;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.contact-infomation {
    padding: 30px 21px 20px 30px;
    border-radius: 15px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    gap: 10px;
}

.contact-infomation .divider-horizontal {
    margin-block: 20px;
}

.p-suggest {
    color: var(--color-text);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.id-line {
    font-size: 1.25rem;
    font-weight: bold;
}

.contact-link {
    font-size: 2rem;
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

@media (max-height: 668px) {
    .contact-infomation-item span{
        font-size: 1rem  !important;
    }
    .contact-infomation{
        padding: 10px;
    }
    .contact-suggest ul span{
        font-size: 0.7rem;
    }
    .contact-infomation-item{
        gap: 10px;
    }
}