/*---------------------------------------------------------------------------------

Theme Name: M.A.T

-----------------------------------------------------------------------------------*/

h2.wp-block-heading {
    border-left: 0.25rem solid #676360;
    padding-left: 1.25rem;
    color: #000000;
    font-size: 1.4rem !important;
    font-weight: normal !important;
    margin-top: 3em;
}

h3.wp-block-heading {
    font-size: 1.15rem !important;
    font-weight: normal !important;
    margin-top: 3em;
    border-bottom: solid 2px #676360;
    padding-bottom: 0.5rem;
}

h4.wp-block-heading {
    font-size: 1.15rem !important;
    font-weight: normal !important;
    margin-top: 3em;
    border-bottom: solid 2px #676360;
    padding-bottom: 0.5rem;
}

h5.wp-block-heading {
    font-size: 1.15rem !important;
    font-weight: normal !important;
    margin-top: 3em;
    border-bottom: solid 2px #676360;
    padding-bottom: 0.5rem;
}

.wp-block-list li {
    list-style: square inside;
    margin: 1rem;
    font-size: 0.94rem;
}

ul.wp-block-list {
    margin-bottom: 2.5rem;
	border: solid #f2f2f2 2px;
    padding: 0.5em;
    border-radius: 10px;
}