

.text-info-section {
    font-family:TruenoRg;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.005em;
    text-align: center;
    color: #000000;
    white-space: nowrap;
}

.container-info-v3 {
    gap: 24px;
    display: flex;
    justify-content: center;
}

.container-detail-info {
    width: 311px;
    height: 84px;
    padding: 20px 40px 20px 24px;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    align-items: center;
    display: flex;

}

.card-container-info {
    display: flex;
    gap: 12px;
    align-items: center;
}
.mobile-info-v3{
    display: none;
}
.desktop-info-v3{
    display: block;
}

@media (max-width: 768px) {
    .container-info-section {
        gap: 8px;
        padding: 16px;
    }

    .desktop-info-v3 {
        display: none;
    }

    .mobile-info-v3 {
        display: block;
    }

    .card-info-section {
        width: 104px;
        height: 104px;
        border-radius: 8px;
        border: 1px solid #D9D9D9
    }

    .container-detail-info {
        width: 104px;
        height: 104px;
        padding: 0px 8px;
        gap: 8px;
        opacity: 0px;
        margin: auto;
    }

    .icon-info {
        width: 40px;
        height: 40px;
    }

    .text-info-section {
        font-family: TruenoRg;
        font-size: 10px;
        font-weight: 400;
        line-height: 13px;
        text-align: center;

    }

    .icon-info-section {
        margin: auto;
    }

    .card-container-info {
        flex-direction: column;
        justify-content: center;
        display: flex;
        margin: auto;
    }

    .container-info-v3 {
        gap: 8px;
        display: flex;
        padding: 24px;
    }
}