/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 
    /* default */
    .title-more {
        font-size: 12px;
    }
    .title-contact{
        font-size: 30px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) { 
    .title-more {
        font-size: 12px;
    }
    .title-content-index{
        font-size: 16px;
    }
    #search-certificate .title-content{
        font-size: 18px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
    .title-more {
        font-size: 12px;
    }
    .title-content-index{
        font-size: 16px;
    }
    #search-certificate .title-content{
        font-size: 36px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) { 
    .title-more {
        font-size: 12px;
    }
    .title-content-index{
        font-size: 16px;
    }
    .content-item, .content-item-contacts{
        font-size: 14px;
    }
    .title-footer{
        font-size: 16px;
    }
    .title-address{
        font-size: 14px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}