.blog-container img {
    height: 250px;
    object-fit: cover;
}

.blog-card {
    margin-bottom: 45px;
    cursor: pointer;
}

.custom-single-blog {
    border-radius: 6px;
    height: 250px;
}

.custom-single-blog img {
    border-radius: 6px;
    position: relative;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}

.custom-text-blog {
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    text-align: end;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}

.title-desc {
    /* margin-bottom: 75px; */
    text-align: start;
    text-overflow: ellipsis;
    /* overflow: hidden; */
}

.title-desc p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.title-desc h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

.custom-text-blog a,
.custom-text-blog p,
.custom-text-blog h2,
.custom-text-blog h3 {
    color: white;
}

.blog-box {
    overflow: hidden;
    height: 350px !important;
}

.blog-image-box {
    height: 75%;
    overflow: hidden;
}

.blog-texts-container {
    display: flex;
    height: 25%;
    flex-direction: column;
    justify-content: center;
}

.modal-dialog {
    max-width: fit-content;
}

.modal-content {
    overflow: hidden;
    border-radius: 1rem;
}

.modal-body {
    padding: 0;
}

.modal-header {
    border-bottom: none;
    position: absolute;
    z-index: 999;
    width: 100%;
}