.hero-dev {
    padding-top: 3.12rem;
    padding-bottom: 3.12rem;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #E3FF38;
}
.hero-dev img {
    width: 100%;
}
.hero-dev__video {
    border-radius:1.5rem;
    box-shadow:0 0 0rem 1rem rgba(0,0,0,0.1);
}
.hero-dev__video video {
    margin: 0 !important;
    border-radius: 1.5rem;
    display: block !important;
    height: auto !important;
}
.hero-dev .container {
    width: 100%;
}
.hero-dev h1 {
    color: #07090B;
    max-width: 41.67rem;
}
.hero-dev h1 span {
    color: #5d5e5e;
}
.hero-dev p {
    font-size: 1.67rem;
    max-width: 34.17rem;
    margin-top: 1.56rem;
    color: #07090B;
}
.hero-dev p span {
    color: #898a88;
}
.hero-dev__row {
    display: flex;
    align-items: center;
}
.hero-dev__col-1 {
    max-width: 45%;
    flex-basis: 45%;
}
.hero-dev__col-2 {
    max-width: 55%;
    flex-basis: 55%;
}
.hero-dev__col-2 img {
    display: block;
}

.services-dev {
    padding-top: 3.12rem;
    padding-bottom: 3.12rem;
}
.services-dev__wrapper {
    border: 1px solid #DFE0DD;
}
.services-dev__single {
    padding-left: 4.17rem;
    padding-top: 2.60rem;
    display: flex;
    padding-bottom: 2.60rem;
}
.services-dev__single:not(:last-of-type) {
    border-bottom: 1px solid #DFE0DD;
}
.services-dev__single__left {
    display: flex;
    max-width: 45%;
    flex-basis: 45%;
}
.services-dev__single__right {
    max-width: 55%;
    flex-basis: 55%;
}
.services-dev__single__right img {
    width:100%;
}
.services-dev__single__left__icon {
    min-width: 3.91rem;
    max-width: 3.91rem;
    flex-basis: 3.91rem;
    height: 3.91rem;
}
.services-dev__single__left__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.services-dev__single__left__content {
    flex: 1;
    padding-left: 1.82rem;
}
.services-dev__single__left__content p {
    color: #878787;
    margin-top: 1.30rem;
    max-width: 27.08rem;
}

.services-dev__single__left__content h3 small {
    font-size: 60%;
}



@media(max-width:1024px){
    .hero-dev {
        min-height: 0;
        padding-top: 10rem;
    }
}
@media(max-width:767px){
    .hero-dev {
        padding-top: 5rem;
    }
    .hero-dev__row {
        flex-wrap: wrap;
    }
    .hero-dev__row > div {
        max-width: 100%;
        flex-basis: 100%;
    }
    .hero-dev__col-2 {
        margin-top: 3rem;
    }
    .hero-dev p {
        font-size: 1.11rem;
        max-width: 100%;
    }
    .hero-dev .container {
        padding-bottom: 0 !important;
    }
    .hero-dev__col-1 {
        padding-right: 0.88rem;
    }
    .services-dev__single {
        flex-wrap: wrap;
        padding-left: 2rem;
        padding-top: 2rem;
    }
    .services-dev__single > div {
        max-width: 100%;
        flex-basis: 100%;
    }
    .services-dev__single__left {
        padding-top: 0;
    }
    .services-dev__single__left__content {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
    }
    .services-dev__single__left__content p {
        font-size: 0.88rem;
    }
    .services-dev__single__left__icon {
        min-width: 2.91rem;
        max-width: 2.91rem;
        flex-basis: 2.91rem;
        height: 2.91rem;
    }
    .services-dev__single__right img {
        margin-top: 1rem;
    }
    .services-dev__single__left__content h3 small {
        font-size: 50%;
        display: block;
        margin-top: 0.5rem;
    }
    .services-dev {
        padding-bottom: 0;
        padding-top: 2rem;
    }
}