/* Hearder */

header .slider-images img {
    -o-object-position: top;
    object-position: top;
}

/* Why Us */

section.why-us {
    overflow: hidden;
}

.why-us .flex-3 {
    margin-top: 8%;
    margin-bottom: 4%;
}

.why-us .flex-3:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -15%;
    left: -45%;
    width: 650px;
    height: 650px;
    border-radius: 35% 60% / 60% 20%;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    background: rgba(38, 193, 149, .2);
}

.why-us .flex-3:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 68%;
    right: -40%;
    width: 650px;
    height: 650px;
    border-radius: 35% 60% / 60% 20%;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    background: rgba(0, 135, 255, 0.2);
}

.why-us .flex:not(:first-of-type) 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)
}

.why-us .flex-3 div {
    margin-bottom: 2%;
    z-index: 1
}