.bim-a, .bim-c {
    background: #fff;
    text-align: center;
}

.bim-a-p {
    font-size: 30px;
    color: #5a5555;
    padding-top: 100px;
}

p {

}

.bim-a-p2 {
    font-size: 25px;
    color: #5a5555;
}

.mar {
    margin-top: 50px;
}
p {
    margin: 0px;
}

.bim-li {
    display: inline-block;
    font-size: 25px;
    border-left: 2px solid #cdcdcd;
    color: #fff;
    text-align: center;
}

.bim-li:nth-child(2) {
    border: 0px;
}

.bim-e {
    background: #483e34;
    padding-bottom: 130px;
}

.bim-a-e {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
}

.bim-a-ep {
    color: #949090;
    text-align: center;
    font-size: 22px;
}
.bim-b{
    position:relative;
}
.bim-a,.bim-c{
    padding-bottom: 120px !important;
}
.mobile{
    display: none;
}
@media (max-width: 768px) {
    .mar{
        margin: 0px !important;
    }
    .mobile{
        display: block !important;
    }
    .pc{
        display: none !important;
    }
    .bim-a{
        padding-bottom: 30px !important;
    }
    .bim-a-p{
     font-size: 22px;
    }
    .bim-a-p2{
        font-size: 16px;
        text-indent: 25px;
    }
    .bim-a-p{
        padding-top: 50px !important;
    }
    .bim-c{
        height: 270px;
    }
    .bim-a-e{
        font-size: 20px;
        padding-top: 30px !important;
        padding-bottom: 10px !important;
    }
    .bim-li{
        font-size: 16px;
        display: none;
        border-left:none;
    }
    .bim-a-ep,.bim-a{
        font-size: 16px;
        padding: 0px 20px;
    }
    .bim-e{
        padding-bottom: 30px !important;
    }
    .ar{
        padding-top: 30px !important;
    }
    .bim-f{
        width: 100% !important;
        padding: 0px 20px;
    }
}

.ar{
    padding-top: 90px;
    text-indent: 25px;
}
.bim-f{
    background: #fff;
    padding-bottom: 120px !important;
    width: 800px;
    margin: auto;
}