.blog-two-image-wrapper {
    width: 100%;
    height: 475px;
    display: flex;
    gap: 0.5%;
    padding: 0 15px;
}

.blog-two-image-container {
    width: 100%;
    position: relative;
}

.blog-two-image-container img {
    width: 100%;
}

.blog-two-image-link {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

.blog-two-image-link a {
    font-size: 20px;
    font-weight: var(--font-semibold);
    line-height: 45px;
    letter-spacing: 0em;
    text-decoration: underline;
}
.blog-two-image-wrapper .slick-list, .slick-track {
    height: 100%;
}
.blog-two-image-wrapper .slick-dots {
    margin-top: 3% !important;
}

@media screen and (max-width: 767px) {
    .blog-two-image-wrapper {
        height: 260px;
    }

    .blog-two-image-wrapper {
        margin-bottom: 10%;
    }
    .blog-two-image-link a {
        font-size: 14px;
    }
}