.image-and-text .leftborder{
    padding-left: 15px;
    position: relative;
}   
.image-and-text .leftborder::before{
    content: "";
    width: 2px;
    height: 49px;
    background: var(--main-blue);
    display: inline-block;
    position: absolute;
    left: 0;
    top: -15px;
}
.image-and-text p{
    color:var(--black-color);
}
.textspacing p{
margin-top:50px;
margin-bottom:30px;
}
@media screen and (min-width:992px){
    .image-and-text .leftborder::before{
        height: 55px;
    }
}
@media screen and (min-width:1024px){
.image-and-text .leftborder{padding-left:30px};
}