﻿h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {
    font-weight: normal;
    font-style: normal;
}
img {
    border: none;
}



.modelbom {
    margin: 50px auto;
    padding-left:10%;
}

    .modelbom p {
        width: 25%;
        float: left;
        text-align: center;
        color: #000000
    }

        .modelbom p em {
            display: block;
            font-size: 18px;
            font-style: normal
        }

            .modelbom p em i {
                margin-right: 9px;
                font-size: 68px;
                font-family: Impact;
                font-style: normal;
                color: #ff111d;
                -webkit-text-fill-color: transparent;
                -webkit-background-clip: text;
                background-image: -webkit-linear-gradient(-70deg, #ff111d, #b70009)
            }

        .modelbom p span {
            display: block;
            margin-top: 14px;
            margin-bottom: 12px;
            font-size: 12px;
            font-weight: 900;
            text-transform: uppercase
        }

        .modelbom p b {
            display: block;
            font-size: 20px;
            font-weight: 900
        }


.about {
    font-size: 14px;
    color: #535354;
    line-height: 36px;
    text-align: justify;
}
    .about p {
        font-size: 14px;
        color: #535354;
        line-height: 36px;
        text-align: justify;
        margin-bottom: 23px;
    }
    .about img {
        max-width: 100%;
    }
.about h1 {
    font-weight: bold;
}


.cases-banner {
    background: url(/images/cases-banner.jpg) no-repeat center;
    background-size: cover
}

    .cases-banner .banner-text {
        max-width: 1220px;
        margin: 0 auto;
        color: #fff;
        padding-top: 150px;
        padding-bottom: 99px
    }

        .cases-banner .banner-text h2 {
            font-size: 60px;
            line-height: 1;
            font-weight: bold
        }

        .cases-banner .banner-text p {
            padding: 42px 0 62px 0;
            font-size: 16px;
            line-height: 1
        }

        .cases-banner .banner-text a {
            display: block;
            width: 17.9085%;
            height: 60px;
            background: #ea363f;
            border-radius: 30px;
            padding: 4px;
            box-sizing: border-box
        }

            .cases-banner .banner-text a:hover strong {
                color: #fff
            }

            .cases-banner .banner-text a strong {
                height: 100%;
                display: block;
                border-radius: 25px;
                border: 1px dashed #fad3d5;
                font-size: 30px;
                font-weight: bold;
                color: #cedae6;
                text-align: center;
                line-height: 50px
            }