@media only screen and (min-width: 768px) {
.plants-text-section {
position: relative;
}
.plants-text-section::after {
content: "";
border-right: 1px solid #e1e1e1; position: absolute;
top: -50px;
right: -5%;
height: calc(100% + 50px);
}
}
.av-catalogue-list .av-catalogue-price {
position: relative;
right: auto;
top: auto;
}