.serviceSec {
    background-color: #F1FCFF;
    width: 100%;
}

section h1 {
    font-family: "Lobster Two";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.servicesWrapper {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}
.serviceImgDev p {
    font-family: "Inknut Antiqua"
}

.serviceImgDev {
    flex: 0 0% 15%;
    margin: auto;
    text-align: center;
}

.serviceImg {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform .2s;
}

    .serviceImg:hover {
        outline: 10px solid #00569F;
        outline-offset: -10px;
        transform: scale(1.2);
    }

@media (max-width :1210px ) {
    .serviceImg {
        width: 280px;
        height: 250px;
        margin: 0 20px;
    }
    .serviceImgDev p {
        font-size:1.5rem;
    }
}
