@media only screen and (min-width: 1400px) {
.custCopyCard .m-hero-item.glp-hero>div>div {
    width: 480px !important;
 }
}

@media only screen and (max-width:1399px) and (min-width:580px)  {
 .custCopyCard .heroCTA > *:not(:first-child) {
    margin-left: 5px;
 }
}