@charset "utf-8";

/**
 * Content
 */
.detail .title h1 {
    margin-bottom: 0.5rem;
}

.detail .title p {
    display: inline-block;
    margin-bottom: 0 !important;
    padding: 0.5rem  1rem;
    color: #F4F4F4;
    font-size: 1.3rem;
    background-color: #008842;
}

.detail .content .tiny {
    margin-bottom: 3rem;
}

@media all and (min-width: 500px) {

    .detail .content .tiny {
        margin-bottom: 4.5rem;
    }

}

@media all and (min-width: 1000px) {

    .detail .content .tiny {
        margin-bottom: 6rem;
    }

}
