.c49mod-otimization-index {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 20px 0 20px;
    margin-bottom: 20px;
    border-radius: .25rem;
    box-shadow: 0 0 15px 3px #00000021;
}

.c49mod-otimization-index h1 {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 800;
    text-shadow: rgb(0, 0, 0) 1px 1px 5px;
    color: rgb(255, 255, 255);
    font-style: italic;
}

.c49mod-otimization-index h2 {
    font-size: 20px;
    text-align: center;
    /*color: rgb(255, 255, 255);
    text-shadow: rgb(0, 0, 0) 1px 1px 3px;*/
}

@media (min-width: 768px) {
	.c49mod-otimization-index h1 {
		font-size: 2.5rem;
	}
}