/* Vertical and horizontal line and margin for horizontal */.red-line{   border-top: 1px solid lightcoral !important;}.blue-line {    border-right: 3px solid lightblue !important;}.margin-top-line{    margin-top: 3em !important;}.margin-bottom-line{    margin-bottom: 3em !important;}/* Text size and line height in main container */.main-image{    width: 200px;    float: right;}.left-column {	font-size: 23px;}.right-column {	font-size: 17.9px;	line-height: 22px;}