.bwp-proscons {
    background: #f9f9f9;
    border: dashed 2px green;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 30px auto;
}

.bwp-proscons .heading {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

.bwp-proscons .boxs {
    margin-top: 64px;
    display: flex;
    flex-flow: row wrap;
    padding: 10px;
}

.bwp-proscons .boxs .box {
    background: #fff;
    margin: 0 15px;
    border: 1px solid #eee;
}

.bwp-proscons .boxs > div {
    flex: 1 0 0;
}

.bwp-proscons .boxs .header {
    margin-bottom: 20px;
    margin-top: calc(-100px / 2);
    text-align: center;
}

.bwp-proscons .box-symbol {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
}

.bwp-proscons .pros-content .box-symbol {
    color: #fff;
    background: #00B050;
}

.bwp-proscons .cons-content .box-symbol {
    color: #fff;
    background: red;
}

.bwp-proscons .boxs ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.bwp-proscons .header .box-symbol img {
    width: 30px;
}

.bwp-proscons .box-symbol img {
    width: 30px;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bwp-proscons .boxs .box {
    background: #fff;
    margin: 0 15px;
    border: 1px solid #eee;
}

.bwp-proscons .boxs > div {
    flex: 1 0 0;
}

.bwp-proscons .boxs ul li {
    list-style-type: none;
}

.bwp-proscons ul.pros-cons-list li {
    position: relative;
    margin: 10px 0;
    width: 100%;
}

.bwp-proscons .boxs ul li {
    list-style-type: none;
    display: flex;
}

.bwp-proscons ul.pros-cons-list li {
    position: relative;
    margin: 10px 0;
    width: 100%;
    min-height: 35px;
}

/*
.bwp-proscons ul.pros-cons-list li {
    list-style-image: url(../images/icons/check-disk-green.svg);
}*/

.bwp-proscons .pros-content ul li::before {
    background-image: url(../images/icons/check-disk-green.svg);
}

.bwp-proscons .cons-content ul li::before {
    background-image: url(../images/icons/cross-disk-red.svg);
}

.bwp-proscons ul li::before {
    content: '';
    padding-right: 35px;
    background-size: 25px;
    background-position: 0px 8px;
    background-repeat: no-repeat;
}

.bwp-proscons .boxs .header .content-title {
    margin-top: 10px;
}

.bwp-proscons .boxs .box .header .content-title {
    font-size: 1.6 m;
    line-height: 32px;
    font-weight: 600;
}

.bwp-proscons .verdict-wrapper {
    text-align: center;
    margin: 30px;
    text-align: justify;
    text-justify: inter-word;
}

@media screen and (max-width: 767px) {
    .bwp-proscons .boxs {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .bwp-proscons .boxs .box:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bwp-proscons .boxs {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .bwp-proscons .cons-content {
        margin-top: 65px;
    }
}
