/* Our Values */

section {
    overflow: hidden
}

.services-val,.work-val {
    padding-top: 0;
}

.flex3-2 img,.flex2-3 img {
    border-radius: 24px;
    -webkit-box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
    box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1)
}

.flex3-2 div,.flex2-3 div {
    margin-bottom: 2%;
    z-index: 1
}

.flex3-2,.flex2-3 {
    z-index: 1
}

.services-val:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 27%;
    right: -15%;
    width: 600px;
    height: 600px;
    border-radius: 60% 45% / 65% 40%;
    -webkit-transform: rotate(50deg);
    transform: rotate(65deg);
    background: rgba(0, 135, 255, 0.2);
}

.work-val:after{
    content: '';
    position: absolute;
    z-index: 0;
    top: 20%;
    left: -26%;
    width: 600px;
    height: 600px;
    border-radius: 35% 45% / 80% 40%;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    background: rgba(235, 104, 114, 0.2);
}

@media (max-width: 768px) {
    .flex2-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}