.sharerow{
    background-color: #EBF2FF;
}
.sharerow .nrow {
    align-items: center;
    justify-content: center;
    height: 130px;
    font-size: 22px;
    gap: 20px;
}
.sharerow a{
    display: flex;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .sharerow .nrow {
        height: auto;
        gap: 15px;
        flex-direction: column;
        padding: 25px 15px;
        width: 180px;
        margin: 0 auto;
        align-items: flex-start;
    }
    .sharerow .nrow > span {
        width: 100%;
        text-align: center;
    }
}