.u-section-1 .u-sheet-1 {
  min-height: 120px;
}

.u-section-1 .u-text-1 {
  margin-bottom: 21px;
  margin-top: 21px;
}.u-section-2 .u-sheet-1 {
  min-height: 82px;
}

.u-section-2 .u-text-1 {
  margin: 17px 0;
}.u-section-3 .u-sheet-1 {
  min-height: 400px;
}

.u-section-3 .u-custom-html-1 {
  margin-bottom: 60px;
}.article-card {
            border-bottom: 1px solid #ddd;
            padding: 10px 0;
            margin: 10px 0;
        }
        .article-card:last-child {
            border-bottom: none;
        }
        .article-title {
            font-size: 20px;
            font-weight: bold;
            color: #3b6e35;
            text-decoration: none;
        }
        .article-description {
            font-size: 16px;
            margin: 5px 0;
        }
        .read-more {
            display: inline-block;
            margin-top: 10px;
            color: #6a994e;
            text-decoration: none;
            font-weight: bold;
        }