.ourWorkMain {
    max-width: 1320px;
    width: 100%;
    align-items: start;
    justify-content: center;
    margin-top: clamp(0, 4vw, 40px);
    gap: 24px;
    display: flex;
    flex-direction: column;
}

.boxMainInfoOurWork {
    display: flex;
    padding: clamp(18px, 4vw, 32px);
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: clamp(16px, 1.4vw, 32px);
    background: #242424;
    box-sizing: border-box;
}

.titleMainBoxOurWork {
    color: #F8F4E9;
    text-align: center;
    font-family: Muller;
    font-size: clamp(26px, 3.5vw, 44px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.descMainBoxOurWork {
    color: #F8F4E9;
    text-align: center;
    font-family: Muller;
    font-size: clamp(14px, 1.4vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;

}

.paginationBox {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.areaPaginataion {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.arrowPag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(32px, 3vw, 40px);
    cursor: pointer;
    height: clamp(32px, 3vw, 40px);
    border-radius: 8px;
    border: 1px solid #6A4C93;
    transition: 0.24s;
}

.arrowPag svg {
    width: clamp(16px, 1.3vw, 21px);
    height: clamp(16px, 1.3vw, 21px);
}

.arrowPag:hover {
    background: #6A4C93;
}

.arrowPag:hover svg path {
    fill: #F8F4E9;
}

.paginationPages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.itemPage {
    width: clamp(32px, 3vw, 40px);
    height: clamp(32px, 3vw, 40px);
    color: #242424;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Muller;
    font-size: clamp(14px, 1.3vw, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    cursor: pointer;
    border-radius: 8px;
    transition: 0.24s;
}

.itemPage:hover {
    background: #6A4C93;
    color: #F8F4E9;
}