.block_aah {
    display: flex;
    position: absolute;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: -80px;
}
.block_aah_n .block_aah {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: -25px;
    justify-content: flex-end;
}
a.til_obmm {
    font-size: 26px;
    line-height: normal;
}
.atgpng:before {
    background: none;
    display: inline-block;
    font: normal normal normal 30px / 1 widgethelpfont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2cf";
    color: #4ba1e4;
    top: 0%;
    font-size: 30px;
    margin-left: 30px;
}
.avkpng:before {
    content: "";
    display: inline-block;
    top: 0%;
    background: url(/wp-content/uploads/footer_icon_new2.svg) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    margin-left: 20px;
}

@media (max-width: 820px) {
.block_aah {
    position: relative;
    margin-top: -34px;
    margin-bottom: 30px;
}
.block_aah_n .block_aah {
    justify-content: flex-start;
}
}