.wrap *{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    color: #ffffff;
    list-style: none;
}

.wrap .items{
    max-width: 1920px;
    margin: auto;
    padding: 0 52px;
}
.wrap h3{
    font-weight: normal;
    font-size: 22px;
    position: relative;
    z-index: 2;
    margin: 0;
}
.wrap p{
    padding: 10px 0;
    font-size: 14px;
    position: relative;
    z-index: 2;
    margin: 0;
}
.wrap ul{
    padding: 13px 0;
    position: relative;
    z-index: 2;
    margin: 0;
}
.wrap ul>li{
    padding: 3px 0;
    font-size: 20px;
    font-weight: lighter;
}
.wrap a.btn{
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-top: 10px;
    background: #034929;
    border: 0;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px 0px rgba(2, 2, 2, 0.26);
    text-transform: uppercase;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    margin: 0;
}
.wrap{
    background-image: url("/wp-content/uploads/2020/03/3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.wrap .items{
    display: flex;
	justify-content: flex-end;
    flex-wrap: wrap;
    min-height: 100vh;
}
.wrap .item{
    overflow: hidden;
    position: relative;
    padding: 0 30px;
	margin: auto 0;
    min-height: 306px;
}
.wrap .item_text{
    background: rgba(13, 107, 64, .9);
    padding: 20px 25px;
    border-radius: 10px;
    max-width: 500px;
}
.wrap img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.wrap .item:nth-child(1){
    flex-basis: calc(55.5% - 60px);
}
.wrap .item:nth-child(2){
    flex-basis: calc(50% - 60px);
}
.wrap .item:nth-child(3){
    align-self: flex-end;
    flex-basis: calc(110% - 60px);
    max-width: 1440px;
    display: flex;
    margin: auto;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 24px;
}
.wrap .item:nth-child(3) h3{
    margin: auto;
}
.wrap .item:nth-child(1) .item_text{
    margin-left: auto;
    margin-right: 15%;
}

@media screen and (max-width: 1200px){
    .wrap .items{
        padding: 0 50px;
    }
}
@media screen and (max-width: 991px){
    .wrap .items{
        padding: 0;
    }
    .wrap{
        background-image: none;
    }
    .wrap .item{
        border: 5px solid #004026;
        border-bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 110px 15px 50px;
    }
    .wrap .item::after{
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
    }
    .wrap .item:nth-child(1){
/* 		margin: 0;
        background-image: url("../img/IMG_3289.JPG");
        flex-basis: 100%; */
		background-image: url("../img/IMG_3671.JPG");
        flex-basis: 100%;
        display: block;
        text-align: left;
        padding-top: 50px;
        border-bottom: 5px solid #004026;
        max-width: none;
        margin: 0;
        padding-bottom: 50px;
    }
    .wrap .item:nth-child(1) .item_text{
        margin-left: 0;
        margin-right: auto;
    }
    .wrap .item:nth-child(2){
        background-image: url("../img/IMG_3648.JPG");
        flex-basis: 100%;
    }
    .wrap .item:nth-child(3){
        background-image: url("../img/IMG_3671.JPG");
        flex-basis: 100%;
        display: block;
        text-align: left;
        padding-top: 50px;
        border-bottom: 5px solid #004026;
        max-width: none;
        margin: 0;
        padding-bottom: 50px;
    }
    .wrap .item:nth-child(3) .item_text{
        max-width: 346px;
    }
    .wrap .item:nth-child(3) h3{
        margin: 0;
    }
}


