.a-widget09 {
    color:var(--red);
    text-decoration:none;
}


.a-widget09:hover {
    text-decoration:underline;
}


.div-widget09-line {
    background-color:white;
    height:2px;
    width:100%;
}

.div-widget09-dash {
    background-color:var(--red);
    height:0.4em;
    width:4em;
}

.div-widget09-grid {
    background-position: center;
    background-size: cover;
    display:grid;
    gap:1em;
    grid-template-columns:1fr;
    justify-items:center;
    width:100%;
}

.div-widget09-text {
    box-sizing: border-box;
    color:white;
    font-size:1.5em;
    max-width:850px;
    text-align:center;
    width:100%;
    padding:0 2em 2em 1em;
}

.div-widget09-title {
    color:white;
    font-size: 3em;
    font-weight:bold;
    margin:0;
    max-width:850px;
    text-align:center;
}


/******************************************************************************/

@media only screen and (max-width: 720px) { 
    .div-widget09-grid {
        font-size:0.8em;
    }  
}   