.game-development-service h2.section-title,.game-development-service h5.section-title {
    padding-bottom: 0px;
}

section.game-development-service {
    padding: 40px 0;
}

@media (max-width: 768px){
    section.game-development-service {
        padding: 30px 0;
    }
}

section.game-development-service .col-12 {
    margin-top:33px!important;
}


.left-img img, .right-img img {
    border-radius: 20px;
    max-height: 204px;
}
.game-development-service .header p {
    text-align: center;
    margin-bottom: 25px;
    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;
    margin: 0 0 20px;
    color: rgba(0, 0, 0, 0.85);
}
.right-content h3, .left-content h3,.right-content h5, .left-content h5  {
    text-align: center;
    font-weight: 600;
    text-align: left;
    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;
}
.right-content, .left-content {
    padding: 25px;
    /*margin-top: 8%;*/
}
.right-content p, .left-content p {
    text-align: justify;
    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);
}
.right-content h3,.right-content h5  {
    text-align: left;
}
.left-content h3, .left-content h5 {
    text-align: right;
}
.game-development-service .header p::after {
    content: "";
    display: block;
    width: 10em;
    max-width: 70%;
    border-bottom: 0.3em solid orange;
    margin: 1em auto 0;
}
.game-development-service .row:hover{
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
   
}
/*.modal-content{
    width: 340px;
}*/
@media (min-width: 768px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        float:left;
    }
}
@media (max-width: 767px) {
    .game-development-service .col-12 {
        display: flex;
        flex-direction: column;
    }
    .game-development-service .col-12 div {
        flex: 1;
    }
    .right-img.col-md-3 {
        order: 1;
    }
    .left-content.col-md-9 {
        order: 2;
    }
    .game-development-service h3, .game-development-service h5 {
        text-align: center;
    }
    .left-img img, .right-img img {
        max-height: none;
    }
    
}
ul.gane-design-art {
    color: #fff;
    font-size: 20px;
    margin-left: 25px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .right-content, .left-content {
        padding: 10px;
    }
    .left-img img, .right-img img {
        max-height: 153px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .right-content, .left-content {
        padding: 20px;
    }
    .game-development-service .col-md-3{
        max-width: 20%;
    }
    .left-img img, .right-img img {
        max-height: 168px;
    }
}
@media (min-width: 1200px) {
/*.modal-content{
    margin-left: 16%;
}*/
.game-development-service .col-md-3{
    max-width: 20%;
}
}

@media (max-width: 768px) {
    .without-mb {
        margin-bottom: 0;
    }
}
