.title1 h2 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.title1 p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.title1 h2 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.title1 h2 {
    font-size: 2rem;
}

.title1 .text-center {
    text-align: center !important;
}

@media print {



    .title1 h2,
    .title1 p {
        orphans: 3;
        widows: 3;
    }

    .title1 h2 {
        page-break-after: avoid;
    }
}

.title1 .index-container .module-base h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #008250;
    position: relative;
}

.title1 .index-container .module-base p.desc {
    color: #005635;
    font-size: 20px;
    font-weight: 300;
    margin: 10px 0 30px;
}

@media (min-width:768px) and (max-width:991px) {
    .title1 .index-container .favorite-themes h2 {
        margin-top: 0;
        font-size: 30px;
    }
}

@media (max-width:767px) {
    .title1 .index-container .module-base h2 {
        font-size: 21px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 5px;
    }

    .title1 .index-container .module-base p.desc {
        text-align: center;
        font-size: 16px;
        margin: 5px 0 25px;
    }

    .title1 .index-container .favorite-themes h2 {
        margin-top: 30px;
        font-size: 21px;
        text-align: center;
        margin-bottom: 5px;
    }

    .title1 .index-container .favorite-themes p.desc {
        text-align: center;
        font-size: 16px;
        margin: 5px 0 25px;
    }
}



.title1 p {
    margin: 0;
}