@media only screen and (min-width: 499px) {
    .fairArwArea {
        width: 100%;
        top: 50px;
        right: 0;
        justify-content: center;
    }
}

@media only screen and (min-width: 500px) and (max-width: 1366px) {
    .fairArwArea {
        width: 100%;
        top: 41px;
    }
}