

.container {
    background-color: #edf1fa;
    padding: 30px 0 30px 0;
}

.container .single_item {
    width:100%;
    background: #f5f5f5;
    margin-bottom: 20px;
}
.container .single_item:nth-child(2n) {
    margin-right: 0;
}
.container .single_item a {
    display: flex;
    height:400px;
    align-items: center;
}
.container .single_item .image_box{
    width:45%;
    text-align: center;
    background: #fbfbfd;
}
.container .single_item .pro_box{
    width:55%;
    padding:0 2%;
}
.container .single_item .pro_box h3{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}
.container .single_item .pro_box p{
    font-size: 16px;
    line-height: 26px;
    color: #636466;
}
.container .single_item .pro_box .line{
    width:100%;
    height:1px;
    background: #e3e3e3;
    margin: 20px 0;
}
.container .single_item .pro_box .link_btn {
    display: inline-block;
    padding: 6px 20px;
    background: #CC2724;
    border: 2px #CC2724 solid;
    border-radius: 25px;
    transition: 0.3s ease;
    color: #fff;
    font-size: 16px;
}








