a.btnbgcolorr img {
    background: #f7088f;
    border: solid 2px;
    border-radius: 14px;
    box-shadow: 2px 2px 2px #000;
}

@media screen and (max-width: 850px) {
a.btnbgcolorr img {
width:90%;


    background: #f7088f;
    border: solid 2px;
    border-radius: 14px;
    box-shadow: 1px 1px 2px #000;

}

}

