[data-widget_type="posts.classic-article"] .elementor-button.elementor-post__read-more {
    padding: 0;
    background: transparent;
    position: absolute !important;
    left: 0;
    bottom: 0;
}

[data-widget_type="posts.classic-article"] .elementor-post__thumbnail {
    padding-bottom: 72.774%;
}

[data-widget_type="posts.classic-article"] .elementor-post__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[data-widget_type="posts.classic-article"] .elementor-post__text {
    background: rgba(239, 239, 239, .66);
    padding: 46px 43px 58px 54px;
    transition: color 0.3s;
    position: relative;
}

[data-widget_type="posts.classic-article"] .elementor-post__excerpt {
    margin-top: 9px;
}

[data-widget_type="posts.classic-article"] .elementor-button .elementor-button-content-wrapper {
    gap: 20px;
}

[data-widget_type="posts.classic-article"] .elementor-button .elementor-button-content-wrapper .elementor-button-text {
    letter-spacing: 0.048em;
}

[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-post__text {
    background: #5B8C94;
    transition: background 0.3s;
}


[data-widget_type="posts.classic-article"] .elementor-post {
    cursor: pointer;
}

[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-post__text .elementor-post__title a,
[data-widget_type="posts.classic-article"] .elementor-post .elementor-post__text .elementor-post__title a:hover,
[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-button-text,
[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-post__text .elementor-post__excerpt *,
[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-post__text .elementor-post__title {
    color: #fff;
    transition: color 0.3s;
}

[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-post__text .elementor-post__title a {
    transition: none;
}

[data-widget_type="posts.classic-article"] .elementor-post .elementor-button .elementor-button-icon svg:last-child {
    display: none;
}

[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-button .elementor-button-icon {
    background: #fff;
    border: 1px solid #5b8c94;
}

[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-button .elementor-button-icon svg:first-child {
    display: none;
}

[data-widget_type="posts.classic-article"] .elementor-post:hover .elementor-button .elementor-button-icon svg:last-child {
    display: block;
}


[data-widget_type="posts.classic-article"] .elementor-post__title {
    text-transform: capitalize;
}

.article--container:after {
    content: '';
    background: url('../images/article--dot-desktop-first.svg');
    position: absolute;
    max-width: 365px;
    height: 439px;
    width: 100%;
    bottom: 15.7%;
    left: -3.1%;
}

.article--inner:after {
    content: '';
    background: url('../images/article--dot-desktop-last.svg');
    position: absolute;
    bottom: -17.4%;
    right: 0;
    max-width: 233px;
    width: 100%;
    height: 568px;
}

@media only screen and (max-width: 1440.98px) {
    [data-widget_type="posts.classic-article"] .elementor-post__text {
        padding: 29px 22px 46px 23px;
    }

    .article--container:after {
        display: none;
    }

    .article--inner:after {
        background: url('../images/article--dot-laptop-last.svg');
        bottom: -10.5%;
        right: -5%;
        height: 405px;
    }
}

@media only screen and (max-width: 1199px) {
    .article--inner:after {
        background: url('../images/article--dot-laptop-last.svg');
        height: 405px;
        max-width: 165px;
        bottom: -11%;
    }
}

@media only screen and (max-width: 1024px) {
    .article--inner:after {
        bottom: -11.2%;
    }
}

@media only screen and (max-width: 767.98px) {
    .article--inner:after {
        display: none;
    }

    [data-widget_type="posts.classic-article"] .elementor-post__thumbnail {
        padding-bottom: 74.774% !important;
    }

    [data-widget_type="posts.classic-article"] .elementor-post__text {
        padding-bottom: 70px;
    }
}