.logo .logo-image a img {
    border-radius: 10px;
    max-width: 330px !important;
}
#top-footer {
    background-color: #665801 !important;
}

.et_pb_equal_columns{
    background-color: #2abadc75;
    border-radius: 10px;
    padding: 10px;
    margin: 2%;
}
.et_pb_equal_columns_blue{
    background-color: #0a363f;
    color: #FFF;
    border-radius: 10px;
    padding: 10px;
    margin: 2%;
}


/* table  */
* {
    box-sizing: border-box;
  }
  
  /* Create two equal columns that floats next to each other */
  .column_custom50 {
    float: left;
    width: 46%;
    padding: 10px;
    height: auto; /* Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .row_custom:after {
    content: "";
    display: table;
    clear: both;
  }