.related-content-button{display:flex;padding:10px;justify-content:right;margin-top:20px;margin-left:-15px}
@media(max-width:1024px){.related-content-button{justify-content:center;margin-left:0}
}
.related-content-button .button{width:fit-content;background-color:#428dcb;padding:7px 30px;border-radius:2px;text-align:center;cursor:pointer}
.related-content-button .button a{text-decoration:none;font-size:17px;line-height:22px;height:34px;color:white;font-weight:500}
.related-content-button .button:hover{background-color:#0098ff}