.copy .text a{

color: #f0dee0;}

@media screen and (max-width: 520px) {
.copy .img { width: 100%; padding: 0;}
.copy .text { width: 100%;}
.copy .text > div:nth-child(3) { display: flex; justify-content: space-between; padding: .1rem 0 0; width: 100%;}
.copy .text > div:nth-child(3) a { margin: 0 .05rem;}
.copy .text > div:nth-child(3) a img { max-width: 100%;}
}

