.our-items-wrap{
    position: relative;
    padding: 30px;
    background-color: white;
    box-shadow: 0 0.9px 2px #00000040;
}

.our{
    position: relative; left: 0; top: 0;
    width: 100%;
    margin-bottom: 50px;
    min-height: 375px;
    color: white;
}

.our:last-child{
    margin-bottom: 0;
}

.our .image{
    position: relative; left: 0; top: 0;
    max-height: 375px;
}

.our:nth-child(even){
    text-align: right;
}

.our .content{
    position: absolute;
    top: 50%; right: 0;
    margin-top: -150px;
    width: 525px; height: 300px;
    padding: 0 50px 0 40px;
    text-align: left;
    font-size: 0;
}

.our .content .background{
    position: absolute; left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: #123156;
}

.our:nth-child(even) .content{
    left: 0; right: auto;
}

.our .content .va{
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.our .content:after{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
    overflow: hidden;
    line-height: 0!important;
    width: 0;
}

.our .content h2{
    margin: 0; padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
}

.our .content h3{
    padding: 0;
    color: inherit;
    font-size: 32px;
    line-height: 32px;
    margin: 10px 0 15px 0;
    font-weight: 900;
}

@media (max-width: 1200px) {

    .our .content {
        width: 500px;
    }
}

@media (max-width: 991px) {

    .our-items-wrap {
        margin-left: -30px;
        margin-right: -30px;
    }

    .our {
        min-height: 300px;
    }

    .our .image{
        height: 300px;
        max-height: none;
    }

    .our .content {
        margin-top: 0; top: 0;
        width: 407px;
        padding: 0 25px 0 25px;
    }
}

@media (max-width: 767px) {

    .our-items-wrap {
        margin: 0;
        padding: 45px 20px 0 20px;
    }

    .our {
        margin-top: -20px;
        margin-bottom: 0;
    }

    .our .image {
        width: 100%;
        height: auto;
    }

    .our .content {
        position: relative;
        top: -40px;
        right: 0;
        margin-top: 0;
        width: 100%;
        height: auto;
        padding: 15px 25px 20px 25px;
    }

    .our .content .va{
        display: block;
    }

    .our .content:after{
        display: none;
    }

    .our .content h3 {
        font-size: 21px;
        line-height: 21px;
        margin: 15px 0 10px 0;
    }
}