.phone-container{
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 900px;
    margin: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
        "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
        "Source Han Sans CN", sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
}
.phone-container .contact-us-group {
    display: flex;
    flex-direction: column;
    margin: auto;
    gap: 10px;
    align-items: center;
    padding-bottom: 22px;
}
.phone-container .contact-us-group .text{
    color: #AC9322;
    font-weight: 400;
    font-size: 16px;
}

.phone-container .contact-us-group .text2{
    font-weight: 860;
    font-size: 28px;
    line-height: 100%;
    color: #48351B;
}

.phone-container .under_text{
    position: relative;
    width: 20px;
    height: 4px;
    background: #735820;
    border-radius: 5px;
}

.phone-container .phone-group{
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.phone-container .text-item{
    display: flex;
    flex-direction: row;
}
.phone-container .phone-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #319F2D;
}

.phone-container .text-item label{
    font-weight: 1000;
    height: 40px;
    font-size: 42px;
    line-height: 100%;
    color: #48351B;
    margin-left: 7px;
}

.phone-container .time-text{
    background: #FBFBEB;
    border-radius: 24px;
    text-align: center;
}

.phone-container .describe{
    padding: 8px;
    font-size: 13px;
}

.phone-container .describe span{
    font-weight: bold;
    padding-right: 10px;
}

.phone-container .phone-number-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phone-container .phone-btn{
    width: 343px;
    height: 78px;
    top: 8px;
    right: 16px;
    border-radius: 8px;
    padding: 8px 16px 8px 16px;
    gap: 10px;
}

.phone-container .text-instructions{
    display: flex;
    padding: 4px 8 4 8;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #FFFFFF;
    border-radius: 10px;
    width: 280px;
    height: 20px;
    margin: auto;
}

.phone-container .text-instructions label{
    font-size: 12px;
    color: #319F2D;
    font-weight: 700;
}

.phone-container .text-group{
    display: flex;
    gap: 0.5px;
    height: 28px;
    padding-bottom: 10px;
}

.phone-container .text-group .text{
    color: #FFF;
    font-size: 20px;
    font-weight: 1000;
    line-height: 100%;
}

.phone-container .yellow-text-wapper{
    height: 20px;
    border-radius: 4px;
    margin-left: 5px;
    background: #FFE666;
}

.phone-container .yellow-text-wapper label{
    color: #319F2D;
    padding: 5px;
    font-size: 12px;
    font-weight: 860;
    line-height: 175%;
}