.work-process {
    background-color: #f4f4f4;
}

.work-process__item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
    min-height: 462px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    transition: all .3s ease;
}

.work-process__item:hover {
    border: 1px solid var(--dark-color);
}

.work-process__step {
    width: fit-content;
    padding: 7px 12px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    font-weight: 500;
}

.work-process__title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 500;
    max-width: 330px;
}

.work-process__numbers {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.work-process__number {
    font-size: 20px;
    font-weight: 600;
    color: #282420;
}

.work-process__sub-text {
     max-width: 270px;
     line-height: 140%;
     color: #6E6E6E;
}

.work-processs__messengers .messengers__item {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.work-processs__messengers .messengers__item img {
    padding: 0;
    border: none;
} 