#stocks-block{padding-top:40px;padding-bottom:80px}#stocks-block .stock-item{display:flex;background-color:var(--bg);border-radius:30px;overflow:hidden;background-repeat:no-repeat;background-size:contain;min-height:360px}#stocks-block .item-wrapper{padding:30px;display:flex;justify-content:space-between;gap:20px;height:auto}#stocks-block .left-side{display:flex;flex-direction:column;padding:20px 0 20px 30px;width:60%}#stocks-block .date{font-weight:400;font-size:16px;line-height:140%;color:var(--gray);margin-bottom:10px}#stocks-block .name{font-weight:600;font-size:20px;line-height:140%;color:var(--primary);margin-bottom:25px}#stocks-block .desc{font-weight:400;font-size:18px;line-height:140%;margin-bottom:20px}#stocks-block .btn{margin-top:auto}#stocks-block .img{width:32%;display:flex;height:100%;border-radius:30px;overflow:hidden}#stocks-block .img img{width:100%;height:100%;display:block;object-fit:contain}@media (max-width:996px){#stocks-block .item-wrapper{padding:15px}#stocks-block .left-side{padding:0}#stocks-block .stock-item{min-height:250px}}@media (max-width:768px){#stocks-block .name{margin-bottom:10px}#stocks-block .left-side{width:100%}#stocks-block .item-wrapper{flex-direction:column;align-items:center}#stocks-block .img{width:60%}}@media (max-width:600px){#stocks-block .desc{font-size:14px}#stocks-block .name{font-size:16px}.holder .buttons{position:absolute;bottom:110px;transform:translateY(-50%);z-index:1;width:100%;justify-content:space-between;padding:0 5px}}@media (max-width:498px){.holder .buttons{bottom:90px}}@media (max-width:400px){.holder .buttons{bottom:70px}}