body {
    font-family: sabonroman;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Services Styles */
#test {
    background-color: #202020 !important;
    padding: 100px 20px 100px 20px;
}

#test .services {
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#test .services .test {
    width: 100%;
    /* max-width: 45%; */
    /* padding: 1%; */
    box-sizing: border-box;
}

#test .text-right {
    float: none;
    text-align: right;
}

#test .text-left {
    float: none;
    text-align: left;
}

.card-overlay-bottom {
    overflow: hidden;
    height: 560px;
}

.card-overlay-bottom::before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    z-index: 1;
}


.card-img-bg {
    background-image: url('../img/diary/1.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s;
}

.card-img-bg1 {
    background-image: url('../img/diary/2.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    transition: transform 0.5s;
}


.card-img-bg2 {
    background-image: url('../img/diary/3.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;

    /* transition: transform 0.5s; */
}

.card-img-bg3 {
    background-image: url('../img/diary/4.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;

    /* transition: transform 0.5s; */
}

.card-img-bg4 {
    background-image: url('../img/diary/5.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;

    /* transition: transform 0.5s; */
}

.card-img-bg5 {
    background-image: url('../img/diary/6.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;

    /* transition: transform 0.5s; */
}

.card-img-bg6 {
    background-image: url('../img/diary/7.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;

    /* transition: transform 0.5s; */
}

.card-img-bg7 {
    background-image: url('../img/diary/8.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;

    /* transition: transform 0.5s; */
}

.card-img-bg8 {
    background-image: url('../img/diary/4.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;

    /* transition: transform 0.5s; */
}

.card {
    border-radius: 0;
}

.card:hover {
    border: 1px solid #b78b81;
}

.card-img-overlay {
    z-index: 2;
}

.card-title {
    font-size: 22px;
    color: #b78b81;
    text-transform: uppercase;
}

.conf-txt {
    color: #b78b81;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
    /* font-weight: 700; */
    /* padding-bottom: 40px; */
}

.card-text {
    letter-spacing: 2px;
    color: silver;
}

.diary_1 img {
    width: 500px;
    height: 700px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #b78b81;
}

.diary_1 img:hover {
    width: 700px;
    height: 700px;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid silver;
}