.btn-link {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #007bff;
}

.btn-link .icon-right-arrow {
    margin-left: 5px;
}

.blog-post {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.icn-text-circle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery img {
    width: 100%;
    /* height: 13rem; */
    cursor: pointer;
}

/* .modal-dialog {
    max-width: 90vw;
    margin: 0;
} */

/* .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
} */

.modal-body {
    padding: 0;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    z-index: 999;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.gallery img {
    /* height: 20rem; */
    background-color: #fff;
    /* padding: 30px; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    /* border-radius: 10px; */
}
@media screen and (max-width: 600px) {
    .btn-link {
        padding: 8px 16px;
        font-size: 14px;
    }
}
