section.expertise {
    background: #f3f7fd;
    padding: 40px 0;
}

@media (max-width: 768px){
    section.expertise {
        padding: 30px 0;
    }
}
section.expertise .category {
    padding: 0;
}

section.expertise .categories {
    padding: 0 10px;
}
ul.production-game-points {
    margin-left: 4% !important;
}
ul.production {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    margin: 0;
    /* text-align: justify; */
    color: rgba(0, 0, 0, 0.85);
}
section.expertise h3 {
    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: 10px;
    margin: 0;
}
.slot-game .section-title{
    color: #FFFFFF !important;
}

.expertise-title {
    margin-left: 67px;
    text-align: left;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
}

.section-title, section.expertise .header h1 {
    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: 15px;
    margin: 0;
   
}
section.producing h2.section-title{
    padding-bottom: 50px;
}
section.differantiators h2.section-title{
    padding-bottom: 10px;
}
section.expertise .header .sub-types {
    margin-left: 67px;
    text-align: left;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
}

section.expertise .item {
    display: flex;
    align-items: center;
    margin-top: 15px;
    height: 36px;
}

section.expertise .item .icon {
    width: 80px;
    text-align: right;
    margin-right: 15px;
}

section.expertise .item .name {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.85);
}

@media (min-width: 992px) {
    section.expertise .categories > :nth-child(1) {
        flex: 0 0 29%;
        max-width: 29%;
    }

    section.expertise .categories > :nth-child(2) {
        flex: 0 0 27%;
        max-width: 27%;
    }

    section.expertise .categories > :nth-child(3) {
        flex: 0 0 22%;
        max-width: 22%;
    }

    section.expertise .categories > :nth-child(4) {
        flex: 0 0 22%;
        max-width: 22%;
    }
}

@media (max-width: 991px) {
    section.expertise .category:first-child {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    section.expertise .container {
        max-width: unset;
    }
    section.expertise .category {
        margin-bottom: 40px;
    }
    section.expertise .category:last-child {
        margin-bottom: 0;
    }
    section.expertise .categories {
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    section.expertise {
        padding: 30px 20px;
    }
}
