/*only section content - does not affect homepage*/  
  .content-container {
    display: block;
  }
  
  .image-row {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .image-row img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .text-row {
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
  }
  
  .text-row p {
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }  