﻿.template-list h2 {
    font-size: 45px;
    padding: 10px;
    color: white;
    margin-top: 0px;
    text-align: center;
}

.template-list .col-md-9 {
    font-size: 26px;
    padding-left: 50px;
    color: black;
    font-weight: 500;
}

.coll-butt {
    font-size: 30px;
    font-weight: 700;
    padding: 25px;
    color: white;
    margin-top: 0px;
    background-color: #0b8683;
}

.content {
    font-size: 25px;
    padding: 20px;
    overflow: hidden;
    background-color: white !important;
    display: none;
}

.title {
    background-color: #db3f26;
    padding: 15px;
    font-size: 20px;
    font-weight: 600 ;
    margin-top: 8%;
}
    .title a {
        color: white;
    }
