.contact-container {
    background-color: white;
    width: 100%;
    /* padding: 20px; */
    /* border-radius: 20px; */
    height: 100%;
    overflow-y: auto;
    margin-bottom: 80px;
}
.contact-title{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-block: 10px;
}

.contact-title-text img {
    width: 81px;
    height: 30px;

}

.contact-suggest ul {
    margin-block-start: 0;
    margin-block-end: 0;
}

.contact-suggest ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-suggest ul span {
    text-align: center;
    display: list-item;
    /* This has to be "list-item"                                               */
    list-style-type: disc;
}

.contact-infomation a {
    width: 100%;
    border-radius: 20px;
    padding-block: 6px;
    background: var(--color-base);
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: unset;
}

.contact-title-text .s-share {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
}

.call-center-img {
    width: 55%;
    height: 141px;
    object-fit: cover;
}

.contact-title-text {
    display: flex;
    width: 45%;
    flex-direction: column;
    border-radius: 20px 20px 0px 20px;
    background: var(--color-base);
    padding: 10px;
    max-height: 141px;
}

.contact-title-text .s-need {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
}

.contact-horizontal-divider {
    width: 6px;
    padding-block: 20px;
    background-color: var(--color-base-color);
}
.contact-title span{
    font-size: 1.7rem;
    color: #000000;
    font-weight: bold;
}
.p-detail{
    text-align-last: unset;
    text-align: justify;
    /* line-break: anywhere; */
    padding-inline-start: 16px;
    font-size: 1.25rem;
}

.contact-information-section img {
    width: 100%;
    padding-inline-start: 16px;
}

.contact-information-section {
    padding-inline: 30px;
}

.s-start-text {
    font-size: 1.2rem;
}

.p-image-title {
    text-align: center;
    color: var(--color-gray-text);
}

.p-image-description {
    padding-inline-start: 16px;
    font-size: 0.8rem;
}

.reward-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    row-gap: 50px;
}

.reward-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.reward-item span {
    text-align: center;
    font-weight: bold;
    font-size: 0.45rem;
    text-decoration: underline;
}

.reward-item img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .contact-container {
        background-color: white;
        width: 100%;
        /* padding: 20px; */
        /* border-radius: 20px; */
        height: 100%;
        overflow-y: auto;
        margin-top: 0;
        margin-bottom: 80px;
    }
    .contact-title span{
        font-size: 1.2rem;
    }
}