/*--Custom CSS--*/

.content-box {
    min-width: 400px;
}
.content-box a {
    width: 100%;
}

@media only screen and (max-width: 575.98px) {
    .content-box {
        min-width: 300px;
    }
    .content-box a {
        width: 100%;
    }

    .content {
        display: flex;
        align-items: center;
        min-height: 350px;
        height:50vh;
    }
}
