.case-study-card {
    position: relative;
    display: flex;
    padding: 20px 30px 30px 30px;
    margin-bottom: 20px;
    border-radius: 30px;
    text-decoration: none;
    min-height: 360px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
}
div.a-case-studies .b-hero .c-visual {
    margin: 0;
}

.c-block-case.pt-40 {
    padding-top: 20px;
}
.c-block-case.pb-30 {
    padding-bottom: 30px;
}
.customer-stories-masonry .grid_item,
#ajax-load-more .grid_item {
    width: 100%;
    margin-bottom: 20px;
}
.customer-stories-masonry .gutter-sizer {
    width: 3%;
}
.c-block-company_logo img {
    max-width: 210px;
}
.c-block-category_tag {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.card-type-none .c-block-category_tag,
.card-type-person .c-block-category_tag {
    background: #272742;
    color: #ffffff;
}
.card-type-bg_img .c-block-category_tag {
    color: #272742;
    background: #ffffff;
}
.card-type-bg_img .c-block-case__title {
    color: #fff;
}
.c-block-case__title {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 140% */
}

.card-type-person .c-block-case__title {
    max-width: 300px;
}
.metric-figure {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 128.571% */
}
.metric-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 156.25% */
}
.c-block-company_logo {
    display: flex;
    height: 100px;
    width: 210px;
    max-width: 100%;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.card-description hr {
    background: #666;
    opacity: 1;
}
.person-image-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}
.elementor-widget-affise-customer-stories-cards button.alm-load-more-btn {
    width: 100%;
    justify-content: center;
    background: transparent!important;
    border: 1px solid #272742!important;
}
div.b-hero-wrapper.b-hero-wrapper-extended.with-breadcrumb {
    padding-top: 0;
}
@media (max-width: 575.98px) {
    .person-image-wrap {                
        right: -20px;
        bottom: -30px;
    }
    
    .case-study-card {
        padding: 35px 30px;
    }

    .card-description > .row > .col-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-description > .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .metric-figure {
        font-size: 30px;
        line-height: 45px;
    }
    
    .metric-text {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 768px) {
    .card-type-person .c-block-company_logo {
        margin-bottom: 0;
    }
}
@media (max-width: 1200px) {
    .person-image-wrap img {
        max-width: 200px;
    }
}
@media (min-width: 769px) {
    .c-block-cases .case-study-card.card-type-person .c-block-case__title {
        max-width: 55%;
    }
    .case-study-card {
        margin-bottom: 0;
    }
    .customer-stories-masonry .grid_item,
    #ajax-load-more .grid_item {
        width: 48.5%;
        float: left;
        display: inline;
        margin-bottom: 40px;
    }
    .c-block-case.pt-40 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    div.b-hero .c-h1-secondary-big {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 30px;
    }
    div.a-case-studies .lead-min {
        font-size: 18px;
        line-height: 30px;
    }
}