

.count-block-wrapper{
    padding: 36px 28px;
    border-radius: 4.4rem;
    background-color: #fff;
}
.count-block-item{
    display: flex;
    flex-wrap: wrap;
    background-color: #EBEBEB;
    margin-bottom: 15px;
}
.count-num{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    min-height: 130px;
    background-color: #B0A9D3;
    font-weight: 300;
    font-size: 9.6rem;
    line-height: 140%;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    text-align: center;
    padding: 0 23px 0 0;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.count-block-text{
    width: calc(100% - 144px);
    padding: 2px 19px 2px 22px;
    min-height: 100%;
    display: flex;
    align-items: center;
}
.count-block-text h5{
    font-weight: 500;
    font-size: 22.0401px;
    line-height: 140%;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    margin: 0 0 0 0;
    color: #2E2170;
}
.count-block-text p{
    font-weight: 300;
    font-size: 16.2401px;
    line-height: 140%;
    letter-spacing: -0.015em;
    margin: 0 0 0 0;
    color: #09103F;
}
.count-bottom{
    position: relative;
    margin-top: 20px;
}
.count-bottom::before{
    content: "";
    width: calc(100% + 56px);
    height: 2px;
    background-color: #827C9C;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
}
.count-bottom img{
    display: table;
    background-color: #fff;
    max-width: 200px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 6rem;
}


@media screen and (max-width: 1299px){
    .count-block-text h5{
        font-size: 18px;
    }
    .count-block-text p{
        font-size: 14px;
    }
}
@media screen and (max-width: 991px) {
    .count-bottom img{
        max-width: 130px;
    }
    .count-num{
        font-size: 6rem;
    }
    .count-block-text{
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    .count-block-wrapper{
        padding: 20px 15px;
        border-radius: 20px;
    }
    .count-num{
        width: 100%;
        min-height: 80px;
        padding: 0;
        clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
    }
    .count-block-text{
        width: 100%;
        padding: 16px;
        text-align: center;
    }
}