.cta-banner-button{
    font-family: "Gilroy Bold", serif;
    font-size: 15px;
    width: auto;
    display: flex !important;
    flex-direction: column;
    height: 135px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 7px !important;
    background-repeat: no-repeat !important;
    background-color: #fff;
    line-height: 1;
    padding: 15px;
    width: 160px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    align-items: center;
    gap: 10px;
}

.cta-banner-button:hover{
    transform: scale(1.1);
}

.cta-banner-button>img{
    flex-grow: 1;
    max-height:50px;
    max-width:50px;
}