.main-button {
background-color: #2db2fa;
background-image: url(../img/icons/arrow-right_white.svg);
background-position: center;
background-repeat: no-repeat;
}
@media screen and (max-width:767px) {
.main-button {
background-image: url(../img/icons/arrow-right_blue.svg);
}
}