.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.gallery-block {
    background-color: #f0f3f3;
}

.gallery-image {
    object-fit: cover;
    width: 100%;
    height: 400px;
}

.gallery-title {
    display: block;
    color: #006838;
    font-size: 40px;
    font-family: "Lora", serif;
    font-weight: bold;
    margin: revert;
}

.custom-button {
    display: inline-block;
    color: #615f5f;
    background-color: #f0f3f3;
    border: 1px solid #000;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    font-size: medium;
    margin-top: 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.custom-button:hover {
    background-color: #006838;
    color: #ffffff;
}
