.custom-component {
    background-color: #FFF; /* width:338px; */
    border: 1px solid #B3B6C5;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
    color: #0d1c3d;
    border-radius: 12px;
    text-align: center;
    padding: 16px 16px;
    align-items: center;
    margin: 12px 0;
}

.custom-component:hover {
    background-color:#F2F8FB;
}

.custom-component_content > a {
    display: block;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
   .custom-component {
        margin : 16px 0 0 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1151px) {
   .custom-component {
        margin : 16px 0 0 0 !important;
    }
}
