.eshop-box{
    border: solid 1px gray;
    border-radius: 2rem;
    padding: 4rem;
    margin: 4rem;
}
.eshop-box header{
    font-size: 4rem;
    line-height: 4rem;
    width: fit-content;
    margin: auto;
    color: #08c;
    text-align: center;
    margin-bottom: 10rem;
}
.eshop-info{
 display: flex;
 justify-content: space-evenly;
}
.eshop-info-items {
    font-weight: bold;
    font-size: 6rem;
    display: block;
    line-height: 8rem;
    margin: 1rem;
}
.eshop-info-items:nth-child(2){
    color: rgb(191, 51, 51);
}
.eshop-info-items:hover{
    opacity: 0.7;
}