.descrip-image {
    width: 100%;
}
.dedicate-section h2 {
    text-align: center !important;
}
.dedicate-section .descrip-content p {
    text-align: center !important;
}
.descrip-img {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 568px;
    background-position: center !important;
    background-size: contain;
}
.p-5 {
    padding: 4rem 2rem 3rem 0rem;
}
@media (max-width: 420px) {
    .descrip-img {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 213px;
    }
    .p-5 {
        padding-left: 50px!important;
        padding-right: 50px!important;
    }
}
@media (max-width: 575px) {
    .descrip-img {
        min-height: 213px;
    }
}
@media (min-width: 576px) {
    .descrip-img {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 350px;
        order: 1!important;
    }
    .descrip-image .p-5 {
        padding: 3rem 2rem 3rem 2rem!important;
        order: 2!important;
    }
}
@media (min-width: 768px) {
    .descrip-img {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 830px;
        background-position-x: -37em;
        order: 2!important;
    }
    .descrip-img .p-5 {
        padding: 3rem 2rem 3rem 2rem!important;
    }
}
@media (min-width: 1024px){
    .descrip-img {
        background-size: cover;
        min-height: 587px;
        background-position-x: -20em;
    }
    .descrip-image .p-5 {
        padding: 4rem 2rem 4rem 2rem!important;
    }
}
@media (min-width: 1200px){
    .descrip-img {
        background-size: cover;
        min-height: 561px;
        background-position-x: -7em;
    }
    .h-dimg-1200 .descrip-img {
        min-height: 340px !important;
        margin: 8rem 0 6rem 0!important;
    }
    .h-dimg-1200 .row {
        align-items: start !important;
    }
    .descrip-image .p-5 {
        padding: 6rem 4rem 6rem 4rem!important;
    }
    .learn-more-full .descrip-img {
        min-height: 400px !important;
    }
}
@media screen and (min-width: 2000px){
    .descrip-image .container {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
    .descrip-image .p-5 {
        padding: 6rem 5rem 6rem 5rem!important;
    }
    .descrip-img {
        background-size: cover;
        min-height: 710px;
    }
}
@media screen and (min-width: 2558px){
    .descrip-image .container {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
    .descrip-img {
        background-size: 112%;
    }
    .descrip-image .p-5 {
        padding: 6rem 4rem 6rem 6rem!important;
    }
}

/* BEGIN .progressive-webapps styles */
.progressive-webapps{
    padding: 110px 0 110px 0;
}
.progressive-webapps .descrip-img{
    background-size: cover;
    background-position: 0 -350px !important;
    min-height: 340px;
}
.progressive-webapps .descrip-content {
    padding-top: 50px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

@media (min-width: 230px){
    .progressive-webapps .descrip-img{
        background-size: cover;
        background-position: 0 -150px !important;
        min-height: 360px;
    }
    .progressive-webapps .descrip-content {
        height: 100%;
        padding: 60px 20px 0px 20px !important;
    }
}
@media (min-width: 575px){
    .progressive-webapps .descrip-img{
        background-size: cover;
        background-position: 0 -285px !important;
        min-height: 285px;
    }
    .progressive-webapps .descrip-content {
        height: 100%;
        padding: 60px 20px 0px 20px !important;
    }
}
@media (min-width: 768px){
    .progressive-webapps .descrip-img{
        background-size: cover;
        background-position: 0 -185px !important;
        min-height: 195px;
    }
    .progressive-webapps .descrip-content {
        /*height: 196px;*/
        /*overflow: scroll;*/
        padding-top: 0px!important;
        padding-left: 35px!important;
        padding-right: 15px!important;
    }
}
@media (min-width: 992px){
    .progressive-webapps .descrip-img{
        background-size: cover;
        background-position: 0 -250px !important;
        min-height: 255px;
    }
    .progressive-webapps .descrip-content {
        /*height: 258px;*/
        /*overflow: scroll;*/
        padding-top: 0px!important;
        padding-left: 35px!important;
        padding-right: 15px!important;
    }
}
@media (min-width: 1024px){
    .progressive-webapps{
        padding: 110px 0 110px 0;
    }
}@media (min-width: 1200px){
    .progressive-webapps{
        padding: 110px 0 110px 0;
    }
    .progressive-webapps .descrip-img{
        background-size: cover;
        background-position: 0 -300px !important;
        min-height: 300px;
    }
    .progressive-webapps .descrip-content {
        /*height: 312px;*/
        /*overflow: scroll;*/
        padding-top: 0px!important;
        padding-left: 52px!important;
        padding-right: 15px!important;
    }
}
@media (min-width: 1400px){
    .progressive-webapps{
        padding: 110px 0 110px 0;
    }
    .progressive-webapps .descrip-img{
        background-size: cover;
        background-position: 0 -350px !important;
        min-height: 340px;
    }
    .progressive-webapps .descrip-content {
        /*height: 338px;*/
        /*overflow: scroll;*/
        padding-top: 0px!important;
        padding-left: 52px!important;
        padding-right: 15px!important;
    }
}
/* END .progressive-webapps styles */
.our-teams {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.our-teams .col-12.col-md-6.my-auto{
    margin: auto;
}

.our-teams .descrip-img {
    background-size: contain !important;
    min-height: 400px;
}
.h-img-300 .descrip-img {
    min-height: 300px !important;
}
.our-teams h2 {
    font-size: 1.6rem !important;
}

.our-teams p {
    font-size: 17px;
    font-family: "CelebriSans", Arial, sans-serif !important;
    color: #2d3c49;
}

.our-teams a {
    font-family: "CelebriSans", Arial, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0em;
    padding: 0 36px;
    height: 56px;
    line-height: 56px;
    border-color: #086ad8;
}

.reduce-image-300 .descrip-img{
    min-height: 300px;
}

/* Cards */
.card-dedicate-mobile.card-dedicate-row {
    max-width: 470px;
    width: 100%;
    margin: auto;
    padding-top: 1rem;
    display: none;
}
.card-dedicate-row .card-dedicate-single {
    background-size: 170px;
    background-repeat: no-repeat;
    padding-left: 180px;
    padding-top: 20px;
    padding-bottom: 40px;
    background-position-y: 2px;
}


.card-dedicate-row .card-dedicate-single h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0762d9;
}

.card-dedicate-row .card-dedicate-single p {
    font-size: 16px;
    font-family: "CelebriSans", Arial, sans-serif !important;
    color: #2d3c49;
}
.ai-dedicated .card-dedicate-desktop .card-dedicate-single h3 {
    display: none;
}
.ai-dedicated .card-dedicate-desktop .card-dedicate-single p {
    font-weight: 500;
}
.ai-dedicated .card-dedicate-desktop > .row {
    max-width: 880px !important;
}

@media only screen and (min-width: 768px) {
    .ai-dedicated .card-dedicate-desktop .card-dedicate-single p span {
        color: #0762d9;
        font-weight: 600;
    }
    .ai-dedicated .card-dedicate-desktop .card-dedicate-single:nth-child(2n) p span {
        color: #009edd !important;
    }
}
@media only screen and (max-width: 768px) {
    .ai-dedicated .card-dedicate-mobile.card-dedicate-row .card-dedicate-single h3 {
        display: none;
    }
    .ai-dedicated .card-dedicate-mobile.card-dedicate-row .card-dedicate-single {
        background-size: 115px;
        padding-left: 135px;
        padding-bottom: 10px;
    }
    .ai-dedicated .card-dedicate-mobile.card-dedicate-row .card-dedicate-single p {
        font-size: 16px;
    }
    .ai-dedicated .card-dedicate-mobile.card-dedicate-row .card-dedicate-single p span {
        color: #0762d9;
        font-weight: 600;
    }
    .ai-dedicated .card-dedicate-mobile.card-dedicate-row {
        max-width: 325px;
    }
}
@media only screen and (max-width: 768px) {
    .card-dedicate-mobile.card-dedicate-row {
        display: block !important;
    }
    section.dedicate-section .descrip-img {
        display: none;
    }
}
@media screen and (max-width: 550px ){
    .card-dedicate-row .card-dedicate-single {
        background-size: 125px;
        padding-left: 145px;
        background-position-y: 18px;
        background-position-x: 10px;
    }
    .dedicate-section .p-5 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .dedicate-section h2 ,
    .dedicate-section .descrip-content .description-p1 p,
    .dedicate-section .descrip-content .description-p2 p{
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .dedicate-section h2 {
        font-size: 1.3rem !important;
    }
}
/*@media screen and (max-width: 400px) {
    .card-dedicate-row .card-dedicate-single {
        background-position-x: 5px;
    }
    .card-dedicate-row .card-dedicate-single.card-single-dedicate-1 {
        background-position-y: 100px;
    }
    .card-dedicate-row .card-dedicate-single.card-single-dedicate-2 {
        background-position-y: 100px;
    }
    .card-dedicate-row .card-dedicate-single.card-single-dedicate-3 {
        background-position-y: 100px;
    }
    .card-dedicate-row .card-dedicate-single.card-single-dedicate-4 {
        background-position-y: 123px;
    }
}*/
/* Cards Desktop */
.card-dedicate-desktop {
    display: block !important;
}
.card-dedicate-desktop {
    padding-top: 35px;
    max-width: inherit;
    width: 100%;
}
.card-dedicate-desktop > .row {
    max-width: 855px;
    margin: auto;
}
.card-dedicate-desktop .card-dedicate-single {
    padding: 0;
    max-width: 215px;
}
.card-dedicate-desktop .card-dedicate-single:nth-child(2n) {
    padding-top: 115px;
}
.card-dedicate-desktop .card-dedicate-single h3 {
    font-size: 17px;
    margin-bottom: 0;
}
.card-dedicate-desktop .card-dedicate-single p {
    font-size: 15px;
    margin-bottom: 0;
}
.dedicate-section .descrip-content .description-p1 p {
    max-width: 725px;
    margin-left: auto;
    margin-right: auto;
}

.card-dedicate-desktop .card-dedicate-single img {
    height: 220px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.card-dedicate-desktop .card-single-dedicate-1 {
    margin-left: auto;
    margin-right: 18%;
    min-height: 128px;
}
.card-dedicate-desktop .card-single-dedicate-2 {
    margin-left: auto;
    margin-right: 4.5%;
    min-height: 152px;
}
.card-dedicate-desktop .card-single-dedicate-3 {
    margin-right: auto;
    margin-left: 7%;
    min-height: 140px;
}
.card-dedicate-desktop .card-single-dedicate-4 {
    max-width: 265px;
    margin-right: auto;
    margin-left: 24%;
}
@media only screen and (max-width: 768px) {
    .card-dedicate-desktop {
        display: none !important;
    }
    .card-dedicate-row .card-dedicate-single p {
        text-align: left !important;
    }
}