.box-all-resports {
    width: 50%;
    padding-bottom: 40px;
}

.Report-resour {
    display: flex;
    flex-wrap: wrap;
}

.resports-item {
    margin: 0px 5px;
}

.content-item-resourt p {
    font-size: 14px;
    text-align: center;
}

.resports-item img {
    border: 1px solid #cdcdcd;
    height: 365px;
}



.bt-resource-box a {
    padding: 15px 53px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    background: #8CB813;
    border-radius: 100px;
}

.bt-resource-box {
    padding-top: 25px;
    display: flex;
    justify-content: center;
}
.Download-resour-h2 {
    text-align: center;
    padding-bottom: 40px;
}


.Videos-resour ul li {
    background: #93c115;
    border: none !important;
    padding: 10px !important;
}

.Videos-resour ul li a {
    color: #fff !important;
    font-weight: 400 !important;
}

.keyword_list h2 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 36px;
}






.videopic-item {
    width: 50%;
    padding-bottom: 30px;
}

.videopic-box-all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box-content-videopic {
    text-align: center;
    padding-bottom: 10px;
}

.videopic-big-item {
    background: #8cb813;
    position: relative;
    overflow: hidden;
    margin: 5px;
}

.box-content-videopic a {
    color: #fff;
    font-size: 14px;
}


.box-title-Solution h2 {
    padding-bottom: 15px;
}
.videopic-big-item img {
    height: 270px;
}

.box-title-Solution span {
    font-size: 20px;
    color: #222;
    font-weight: 700;
}

.icon-playing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box-title-Solution span svg {
    height: 15px;
    width: 15px;
}



.videopic-big-item a:hover img {
    transform: scaleX(1.1);
    transition: 1s ease;
}




@media (min-width: 576px) {}
@media (min-width: 768px) {
    .videopic-item {
        width: 32%;
    }
    .box-all-resports {
        width: 25%;
        padding-bottom: 40px;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px){}
@media (min-width: 1600px){}

