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

    .top-margin {
        margin-top: 100px;
    }
h1, h2, h3, p {
    margin: 20px 0;
}

h1 {
    font-size: 50px;
    font-weight: 900;
      line-height: 1;

}

h2 {
    font-size: 26px;
    line-height: 1.2;
}


.container {
    width: 80%;
    margin: 50px auto;
    box-sizing: border-box;
}

img {
    width: 100%;
}
.img2 {
    width: 400px;
}


.column {
    float: left;
    width: calc(50% - 0px); /* Adjust the width to account for the spacing between columns */
    box-sizing: border-box; /* Ensures padding and border are included in the width */
}

.left {
    background-color: #fbfbfb;
    padding-right: 0px; /* Adds padding to create space inside the left column */
      font-size: 20px;
    line-height: 1.8;
}

.right {6* Adds padding to create space inside the right column */
}

/* Clear floats after the columns */
.container::after {
    content: "";
    clear: both;
    display: table;
}
