show-box.css 1.09 KB
.show-box {
    margin-top: 20px;
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 30px;

    img {
        max-width: 100%;
        height: auto !important;
    }

    p {
        color: #808080;
        font-size: 24px;
        line-height: 48px;
    }

    hr {
        border: none;
        border-bottom: 1px solid #eeeeee;
        margin: 32px 0 20px 0;
    }

    h2 {
        margin: 0;
        font-size: 32px;
        text-align: left;
        color: #000000;
        font-weight: normal;
        display: inline-block;

        + i {
            font-size: 14px;
            font-style: normal;
            color: #b0b0b0;
            font-weight: normal;
        }
    }

    ul {
        list-style: none;
        padding: 0;
    }

    .image-box {
        float: left;
    }

    .text-box {
        float: left;
        margin-left: 20px;
        text-align: center;
    }

    .clear-fix {
        clear: both;
    }

    &.first-box {
        margin-top: 0;
        padding: 0;
    }

    &.last-box {
        margin-bottom: 99px;
    }
}