.sidebar-nav {
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

.content {
  display: flex;
}

.content img {
  margin-right: 10px;
  display: block;
}

.content h3,
.content p {margin: 0;}

.myImage {
  float: left;
  height: 75px;
  width: 235px;
  font-family: Veranda;
}

.heading {
  float:right;
}

<style>
.green-text {
color: #008000;
}
</style>

.wrapper {
    border: 1px solid #f00;
}

.to_the_left {
    float: left;
}

.clear {
    clear: both;
}

p.paragraph {
    padding-top: 30px; /* You can set accordingly */
}
