.full-height{
    min-height: 100vh !important;
    display : flex;
    align-items: center !important;
}

.full-width-image img{
    min-width: 100% !important;
    height: auto !important;
}

.hero-logo img {
    max-height: 100px !important;
    width: auto !important;
    object-fit: contain;
}

.gradient-button a {
    background: linear-gradient(75deg, #ca2395, #00adef, #01a99c, #64e199) !important;
    background-size: 200% !important;
    background-position: 0%;
    transition: all 0.5s !important;
}

.gradient-button a:hover{
    background-position: 100% !important;
    transition: all 0.5s !important;
}