.back {

}
.back img {
    position: relative;
    top: 3.5px;
    margin-right: 5px;
}
.back a {
    color: #1865FF;
    background-color: white;
    border-radius: 100px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Albert Sans";
}

@media (max-width: 767px) {
    .back a {
        font-size: 0px;
        background: none;
        padding: 0;
    }
}
