.showItem {
    list-style: none;
    width: 380px;
    height: 200px;
    border-radius: 8px;
    background: white;
    float: left;
    margin-bottom: 35px;
    box-shadow: 0px 0px 4px grey;
}

.stockId {
    position: relative;
    top: 18px;
    left: 25px;
    font-size: 16px;
    color: rgb(142, 142, 147);
}

.Example {
    text-align: center;
    transform: translateY(17%);
}

.ExampleSecond {
    position: relative;
    text-align: center;
}

.ExampleSecond img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(90%);
}

.showExample {
    position: relative;
}
.preArrow{
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translateY(-74%);
}

.nextArrow{
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-74%);
}

.Example-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}
