.h-90vh {
    height: 90vh;
}

a {
    color: #d3aa85;
}

.text-center {
    text-align: center;
}

.border-radius-1 {
    border-radius: 0.5rem !important;
}

#timeline ul li, #timeline ul li p {
    margin-bottom: 0;
}

.place-items-start {
    place-items: start !important;
}

.experience-timeline ul {
    margin-bottom: 0;
}

.text-nowrap {
    text-wrap: nowrap;
}

.lqd-blog-img {
    height: 260px;
    object-fit: cover;
    object-position: top;
}

.lqd-blog-tag {
    background: rgb(0, 0, 0);
    color: gray;
}

.lqd-blog-source {
    background: rgb(0, 0, 0);
    color: gray;
}

.lqd-blog-hero-image {
    max-height: 400px;
    overflow: hidden;
}

.pb-170 {
    padding-bottom: 170px;
}