.three h5 {
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
    margin: 30px 0 50px 0;
    color: #dcb55d;
}

.three h5:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #dcb55d;
}

.three h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 100%;
    max-width: 100%;
    background-color: #dcb55d;
}

.catimg {
    object-fit: contain;
    object-position: center;
    /*height: 300px !important;*/
    border: solid 1px #000;
}

.custom-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.custom-button:hover {
    background-color: #000 !important;
    color: #fff !important;
}