/*.col-12{
    padding-top:15px;
    padding-bottom: 15px;
}*/
section.description .wrapper {
    padding: 40px 36px 40px 42px;
}

@media (max-width: 767px) {
    section.description .col-12 + .col-12  {
        margin-top: 20px;
    }

    section.description .col-12.without-mt, section.bullet-section .col-12.without-mt  {
        margin-top: 0 !important;
    }

    .nft-production.without-mb  {
        margin-bottom: 0 !important;
    }
}

.container.wrapper.top-space {
    padding-top: 35px!important;
}

.container.wrapper.space-onestep {
    padding-top: 20px;
}

section.description h3 {
    text-align: center;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #707378;
    padding-bottom: 20px;
    margin: 0;
}

section.description p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: justify;
    margin: 0 0 20px;
    color: rgba(0, 0, 0, 0.85);
}

section.description.points {
    margin-top: -45px!important;
}

.categories.row.webleft {
    padding-left: 150px!important;
}



section.description p:last-child {
    margin-bottom: 0;
}
p.sub-text {
    color: #fff !important;
    padding: 20px 20px;
}


@media (max-width: 991px) {
    section.description .wrapper {
        padding: 40px;
    }
    section.description p {
        margin-bottom: 20px;
    }
    
    .categories.row.webleft.unity-game.web-based-games {
    padding-left: 20px!important;
}
    
}

@media (max-width: 767px) {
    section.description .wrapper {
        padding: 30px 20px 30px;
    }
}