.container{
    width: 100%;
    max-width: 920px;
}

body{
    color: #393e42;
}

#top-section{
    padding-top: 1em;
    padding-bottom: 1em;
    background: rgb(216,225,235);
    background: linear-gradient(193deg, rgba(216,225,235,1) 0%, rgba(203,213,224,1) 50%, rgba(207,216,226,1) 100%);
}

#top-section .col-title{
    font-size: 1.3em;
    font-weight: bold;
    padding-top: 0.5em;
}

#top-section .col-call-button{
    text-align: right;
}

#top-section .col-call-button span{
    font-size: 0.8em;
}

#top-section .col-call-button a{
    font-size: 1.2em;
    text-decoration: underline;
    color: #202122;
    font-weight: bold;
}

#content-section{
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    text-align: center;
}

#content-section h3{
    font-weight: bold;
    text-align: center;
}

#content-section p img{
    max-inline-size: 100%;
    block-size: auto;
    max-height: 254px;
    margin-left: auto;
    margin-right: auto;
}

#content-section h2{
    font-size: 1.25em;
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
}

#content-section h2 span{
    color: red;
}

#content-section div h3.green{
    color: green;
}

#content-section div a{
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    font-weight: bold;
    /* border: 2px solid green; */
    margin-bottom: 1em;
}

#content-section div strong span{
    color: red;
}

#footer-section{
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

#footer-section a{
    font-size: 0.9em;
    color: #393e42;
}

@media (max-width: 574px) {
    #top-section .col-title,
    #top-section .col-call-button{
        text-align: center;
    }

    #top-section .col-title{
        padding-top: 0px;
    }

    #top-section .col-title span{
        display: none;
    }

    #content-section h2{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 512px) {
    #content-section{
        min-height: 92vh;
    }
}
