body {
    font-family: 'Nunito Sans', sans-serif;
}

.container{
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
}
.hero .shopping .device{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.device img {
    cursor: pointer;
}
.row{
    justify-content: space-between;
}

.hero .left .text {
    max-width: 400px;
}

.text-part {
    width: 475px;

}

.account .right .device{
    display: flex;
    gap: 15px;
    justify-content: center;
}
.account .right .device img{
    width: 150px;
}

.cashback .text-part {
    width: 584px;

}

.footer .follow i {
    margin: 0 auto;
    text-align: center;
    border: 4px solid #000;
    font-weight: 700;
    padding: 15px;
}



.title{
    font-size: 36px;
}
.text{
    font-size: 18px;
}
.bars,
.mobile-menu{
    display: none;
}