.icon-work-container {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px dashed #eb2027;
    position: relative;
    background-color: rgba(var(--main-color-rgb), 0.07);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.icon-work-container img {
    width: 20px;
    height: 20px;
}

@media (min-width: 991px) {
    .icon-work-container {
        width: 105px;
        height: 105px;
    }

    .icon-work-container img {
        width: 50px;
        height: 50px;
    }
}
