.g-main-nav .g-sublevel > li > .g-menu-item-container > .g-menu-item-content {
    vertical-align: middle;
    white-space: normal;
}
.itemid-101 .com-content-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.moduletable  .g-title span {
    font-weight: 700;
}
.page-header h2 {
    font-weight: 700;
}
.itemid-101 .custom_homepage {
    padding-top: 0px !important;
}
.itemid-101 .g-title::before {
    display: none !important;
}
.itemid-101 .com-content-article .g-article-header {
    width: 100%;
}
.itemid-101 .com-content-article figure {
    width: 15%;
}
.itemid-101 .com-content-article .com-content-article__body {
    width: calc(85% - 25px);
}
.itemid-101 .com-content-article figure img {
    width: 100%;
}
.footer-b ul{
    display: flex !important;
    gap: 10px;
}
.photo-gallery-page h4 {
    margin-bottom: 10px !important;
}
.photo-gallery-page .bullet-a {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.photo-gallery-page {
    margin-top: 22px;
}
.photo-gallery-page .bullet-a li {
    width: 50%;
}
.itemid-247 .uk-scope .uk-transition-opaque {
    height: 200px;
    object-fit: contain;
}
.footer-text-line p {
    color: #fff;
    font-size: 20px;}

footer#g-footer {
    padding: 2rem 0;
}
.gallryflexbox {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gallryflexbox-item {
    width: calc(33.33% - 14px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.gallryflexbox-item img {
height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 10 / 10;
    display: block;
    object-position: top;
}
.gallryflexbox-item a {
    display: block;
}
.gallryflexbox h4 {
    font-weight: 600;
    margin: 0 !important;
    padding: 20px 20px 25px 20px;
}

@media only screen and (max-width: 768px) {
.itemid-101 .com-content-article figure {
    width: 100%;
}
.itemid-101 .com-content-article .com-content-article__body {
    width: 100%;
}
.itemid-247 .uk-scope .uk-transition-opaque {
    height: 155.19px;
}
.page-header h2 {
    font-size: 28px;
}
.custom_homepage .uk-scope h6.uk-h4 {
    font-size: 16px;
    margin-top: 20px;
}
.gallryflexbox {
    gap: 15px;
}

.gallryflexbox-item {
    width: calc(50% - 8px);
}

.gallryflexbox h4 {
    padding: 15px 10px 20px 10px;
    font-size: 16px;
}
}