.details-graphic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 89%;
    padding: 20px;
    margin: auto;
    overflow-x: auto;
    margin-top: 40px;
    max-width: 1500px;
      padding: 0 40px;
}

.details-graphic .details-graphic-item {
    flex: 1;
    background-color: #fceedc;
    box-sizing: border-box;
    padding:30px 20px;
    margin: 15px;
    text-align: center;
}

.details-graphic .details-graphic-item img {
    max-width: 38px;
    height: auto;
    padding-bottom: 8px;
}

.details-graphic .details-graphic-item h3 {
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
    font-family: "Libre Baskerville",serif;
    width: 100%;
    font-weight: 700;
}

.details-graphic .details-graphic-item a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    font-family: Poppins,serif;
    font-weight: 400;
}

.details-graphic .details-graphic-item-onclik:hover {
    color: #c16452;
    border-bottom: 1px solid #c16452;
}

@media screen and (max-width: 768px) {
    .details-graphic {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .details-graphic .details-graphic-item {
        flex: 0 0 69%;
        margin: 8px;
    }

    .details-graphic {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 5px;
        margin: auto;
        padding-top: 0;
    }
    .details-graphic .details-graphic-item img{
        max-width: 32px;
        padding-bottom: 6px;
    }
    .details-graphic .details-graphic-item h3{
        font-size: 14px;
        line-height: 14px;
    }
    .details-graphic .details-graphic-item a{
        font-size: 12px;
    }
}