.section {
    padding: 30px 0;
}
.what-we-do .card, .personalized-solutions .card {
    height: auto !important;
    border-radius: 5px;
    background: #f7f7f8;
    padding-bottom: 25px;
}
.personalized-solutions .card {
    padding: 25px;
}
.title-for-developers {
    text-align: center;
}
.what-we-do .card h4, .personalized-solutions .card h4 {
    color: #1e0e62;
    font-weight: 600;
    margin-bottom: 15px;
}
.personalized-solutions h4 {
    font-size: 22px;
    text-transform: uppercase;
    min-height: 50px;
}
.what-we-do .card h4:after {
    display: none;
}
.what-we-do .card p, .main-p {
    color: #9d9cac;
    text-align: left;
    font-size: 16px;
    min-height: 190px;
    margin: 0;
}
.personalized-solutions .card p {
    color: #9d9cac;
    text-align: left;
    font-size: 16px;
    min-height: 206px;
    margin: 0;
}
.main-p {
    text-align: center !important;
    font-size: 18px;
}
.readmore-btn {
    background-color: #fff;
    border-radius: 15px;
    padding: 5px 15px;
    color: #000 !important;
    font-weight: 600;
    margin: 0;
}
.cards h3, .titlesss h3, .contact-us h3, .why-us h3, .main-h2, .personalized-solutions h3 {
    color: #1e0e62;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 25px;
    text-align: center;
}
#items4 .item,
#items4 .item p {
    text-align: center;
}
#items4 .item h4 {
    font-size: 48px;
    font-weight: 700;
}
#items4 .item p {
    font-weight: 600;
    font-size: 22px;
}
.developer-card {
    border-radius: 10px;
}
.dev-card-parent h5 {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
}
.justify-content-center {
    justify-content: center;
}
.all-projects {
    margin: 20px 0 10px;
    color: #fff !important;
    background: #000;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 25px;
    transition: .3s;
}
.all-projects:hover {
    transform: scale(1.05);
}
span.step {
    background-color: #000;
    border-radius: 25px;
    color: #fff;
    padding: 8px 15px;
    margin-bottom: 20px;
    display: inline-flex;
}
.btn-hypo {
    background-color: #000 !important;
}
.las {
    line-height: 24px;
    padding-right: 10px;
}
.con a {
    color: #fff !important;
    font-weight: 600;
    background-color: #1e0e62;
    border-radius: 25px;
    padding: 5px 15px;
    display: inline-flex;
    font-size: 16px;
    transition: .3s;
}
.con a:hover {
    background-color: #000;
    transform: scale(1.05);
}
.developer-card, .developer-card img {
    height: 200px;
}


@media screen and (max-width: 767px) {
    section {
        padding: 0;
    }
    #items4 .item {
        padding: 10px 0;
    }
    .cards p {
        padding: 0 0 25px;
    }
    .personalized-solutions .card {
        margin-bottom: 25px;
    }
    .personalized-solutions .card p {
        min-height: auto;
    }
    span.step {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    .main-p {
        min-height: 150px;
    }
    section {
        padding: 30px 0;
    }
    .personalized-solutions .card p {
        min-height: auto;
    }
    .personalized-solutions .card {
        margin-bottom: 25px;
    }
    span.step {
        margin-bottom: 10px;
    }
    .personalized-solutions h4 {
        min-height: auto;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .what-we-do .card p {
        min-height: 215px;
    }
    .personalized-solutions h4 {
        min-height: 75px;
    }
}
@media screen and (min-width: 1500px) {
    .developer-card, .developer-card img {
        height: 250px;
    }
}

@media screen and (min-width: 1800px) {
    .what-we-do .card p, .main-p {
        min-height: 170px;
    }
}