.item {
    margin-bottom: 58px; 
    max-width: 1292px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #F2F3F4;
    position: relative;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.item-investment {
    margin-bottom: 58px; 
    max-width: 1292px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #F2F3F4;
    position: relative;
}

.item.distance {
    margin-bottom: 118px;
    width: 100%;
}

.item.column {
    width: 49%;
    background-color: #F2F3F4;
    margin-bottom: 39px;
    position: relative;
}

.item-investment.column {
    width: 32%;
    /* height: 1050px; */
    background-color: white;
    margin-bottom: 39px;
    position: relative;
}

.item-investment.villages {
    width: 20%;
    background-color: white;
    margin-bottom: 0px;
    position: relative;
}

.item-img-wrapper {
    width: 40%;
    float: left;
}

.item-img-wrapper-investment {
    width: 40%;
    float: left;
}

.item-img-wrapper.column {
    display: block;
    width: auto;
    float: none;
}

.item-img-wrapper-investment.column {
    display: block;
    width: auto;
    height: 250px;
    float: none;
}


.item-img-wrapper .item-img-link {
    display: block;
    overflow: hidden;
    height: 333px;
    text-align: center;
}

.item-img-wrapper-investment .item-img-link {
    display: block;
    overflow: hidden;
    height: 333px;
    text-align: center;
}

.item-img-wrapper.column .item-img-link {
    height: 300px;
}


.item-img-wrapper-investment.column .item-img-link {
    height: 250px;
}

.item-img-wrapper .item-img-link img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 2px;
    height: 100%;
    margin-left: -150px;
    margin-right: -150px;
}

.item-img-wrapper-investment .item-img-link img {
    width: 100%;
    vertical-align: bottom;
    border-radius: 2px;
    height: 100%;
    margin-left: -150px;
    margin-right: -150px;
}

.item-info {
    width: 60%;
    float: right;
    padding: 24px 79px;
    box-sizing: border-box;
}

.item-info.spaces {
    padding: 55px 62px;
}

.item-info.column {
    width: auto;
    float: none;
    padding: 15px 38px 70px 38px;
    box-sizing: border-box;
}

.item-info.villages {
    width: auto;
    float: none;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}

.item-info h1, .item-info p {
    margin: 0;
    color: #6E6E6E;
}

.item-info h1 {
    font-family: 'BPG 2017 DejaVu Sans';
    font-weight: bold;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 20px !important;
    text-align:center;
}

    .item-info.column h1 {
        font-size: 21px;
    }

    .item-info.column h1 {
        margin-bottom: 60px;
    }

.item-info p {
    font-family: 'BPG 2017 DejaVu Sans';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-align: justify;
}

.item-more-info {
    position: absolute;
    bottom: 25px;
    display: inline-block;
    text-decoration: none;
    color: #4AA3E0;
    font-family: 'BPG 2017 DejaVu Sans';
    font-weight: normal;
}

.item-more-info.distance {
    bottom: 63px;
}

.item-more-info:after {
    content: " ";
    position: absolute;
    background-image: url("../../images/news-swiper/Group 80.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 6px;
    height: 10px;
    top: 5px;
    right: -11px;
}

/*RESPONSIVENESS*/

@media screen and (max-width: 1280px) {
    .item-info {
        padding: 24px 50px;
    }
    .item-img-wrapper .item-img-link {
        height: 320px;
    }
    .item-info p {
        font-size: 16px;
    }

    .item-img-wrapper.column .item-img-link {
        height: 380px;
    }
}

@media screen and (max-width: 1180px) {
    .item-info.column {
        padding: 42px 38px 55px 38px;
    }
    .item-info.villages {
        padding: 0px 0px 0px 0px;
    }

}

@media screen and (max-width: 1080px) {
    .item-info h1 {
        font-size: 21px;
    }

    .item-info.column h1 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .item-img-wrapper .item-img-link {
        height: 320px;
    }

    .item-investment.column,
    .item--investment {
     width: 50%;
     margin-bottom: 26px;
     }

    .item-investment.villages {
     width: 40%;
     margin-bottom: 0px;
     }

    .item-img-wrapper-investment .item-img-link {
        height: 320px;
    }

    .item-info h1 {
        font-size: 20px;
    }

    .item-info p {
        font-size: 14px;
    }

    .item-info.column h1 {
        margin-bottom: 25px;
    }

    .item-info.column {
        padding: 25px 30px 49px 30px;
    }

    .item-info.villages {
        padding: 0px 0px 0px 0px;
    }

    .item-img-wrapper.column .item-img-link {
        height: 320px;
    }

    .item-img-wrapper-investment.column .item-img-link {
        height: 250px;
    }

}

@media screen and (max-width: 980px) {
    .item-img-wrapper .item-img-link {
        height: 300px;
    }

    .item-img-wrapper-investment .item-img-link {
        height: 300px;
    }

    .item-info h1 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .item-info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    .items-wrapper {
        /*display: flex;*/
        flex-wrap: wrap;
        overflow: hidden;
        justify-content: space-between;
    }

    .item {
        width: 48%;
        margin-bottom: 26px;
    }

    .item-investment.column,
    .item--investment {
     width: 50%;
     margin-bottom: 26px;
     }

    .item-investment.villages {
     width: 40%;
     margin-bottom: 0px;
     }
	
    .item-img-wrapper,
    .item-info {
        float: none;
        width: 100%;
    }

    .item-img-wrapper .item-img-link {
        height: 250px;
    }

    .item-img-wrapper-investment .item-img-link {
        height: 250px;
    }


    .item-info {
        padding: 24px 20px;
    }

    .item-info h1 {
       font-size: 16px;
       margin-bottom: 10px;
    }

    .item-info p {
        margin-bottom: 25px;
    }

    .item-more-info {
        bottom: 18px;
    }

    .item-img-wrapper.column .item-img-link {
        height: 270px;
    }

    .item-img-wrapper-investment.column .item-img-link {
        height: 250px;
    }

}

@media screen and (max-width: 768px) {
    .item.column,
    .item {
        width: 49%;
        margin-bottom: 26px;
    }
	
    .item-investment.column,
    .item--investment {
     width: 50%;
     margin-bottom: 26px;
     }

    .item-investment.villages {
     width: 40%;
     margin-bottom: 0px;
     }

    .item-img-wrapper.column .item-img-link,
    .item-img-wrapper .item-img-link {
        height: 180px;
    }

    .item-img-wrapper-investment.column .item-img-link,
    .item-img-wrapper-investment .item-img-link {
        height: 180px;
    }



    .item-info.column h1,
    .item-info h1 {
        font-size: 15px;
    }
    .item-info.column p
    .item-info p {
        font-size: 13px;
    }

    .item-info.column,
    .item-more-info {
        font-size: 14px;
    }

    .item-info.villages {
        font-size: 14px;
    }


 /* .item-info.column:active,
    .item-more-info:after {
    width: 6px;
    height: 10px;
    top: 4px;
    right: -10px;
    } */


    /*.item-img-wrapper.column .item-img-link {
        height: 180px;
    }*/
}

@media screen and (max-width: 760px) {
    .item.column,
    .item {
        width: 100%;
        margin-bottom: 26px;
    }
    
    .item-investment.column,
    .item--investment {
     width: 50%;
     margin-bottom: 26px;
     }

    .item-investment.villages {
     width: 40%;
     margin-bottom: 0px;
     }
    
    .item-img-wrapper.column .item-img-link {
        height: 280px;
    }

    .item-img-wrapper-investment.column .item-img-link {
        height: 250px;
    }

    .item-img-wrapper .item-img-link {
        height: 250px;
    }

    .item-img-wrapper-investment .item-img-link {
        height: 250px;
    }

    .item-info.column h1,
    .item-info h1 {
        font-size: 19px;
        margin-bottom: 14px;
    }
    .item-info.column p,
    .item-info p {
        font-size: 15px;
    }

    item-more-info.column,
    .item-more-info {
        font-size: 16px;
    }

    item-more-info.column::after,
    .item-more-info:after {
        width: 6px;
        height: 10px;
        top: 5px;
        right: -11px;
    }
}

@media screen and (max-width: 420px) {

    .item-img-wrapper .item-img-link {
        height: 200px;
    }

    .item-img-wrapper-investment .item-img-link {
        height: 200px;
    }

    .item-investment.column,
    .item--investment {
     width: 100%;
     margin-bottom: 26px;
     }

    .item-investment.villages {
     width: 100%;
     margin-bottom: 0px;
     }
	
    .item-info h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .item-info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 390px) {
    .item-img-wrapper.column .item-img-link,
    .item-img-wrapper .item-img-link {
        height: 200px;
    }

    .item-img-wrapper-investment.column .item-img-link,
    .item-img-wrapper-investment .item-img-link {
        height: 200px;
    }

    .item-investment.column,
    .item--investment {
     width: 100%;
     margin-bottom: 26px;
     }

    .item-investment.villages {
     width: 100%;
     margin-bottom: 0px;
     }
    
    .item-info.column h1,
    .item-info h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .item-info.column p,
    .item-info p {
        font-size: 11px;
    }

    item-more-info .column,
    .item-more-info {
        font-size: 14px;
    }

    item-more-info:after,
    .item-more-info:after {
        width: 6px;
        height: 10px;
        top: 4px;
        right: -10px;
    }
}

.menu {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    font-family: "BPG 2017 DejaVu Sans Caps";
    z-index: 9;
}

.menu ul {
    list-style-type: none;
    background: #f3f3f3;
    margin: 0;
    padding: 0;
}

.menu ul li {
    border-bottom: 2px solid #c9c9c9;
}

.menu ul li a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    color: #333;
    box-sizing: border-box;
    transition: transform 0.1s;
    z-index: 9;
}

.menu ul li a:active {
    transform: scale(0.97);
}

.menu ul li:last-child a {
    border-bottom: none;
}


.menu ul li a .image-wrapper {
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.menu ul li a .image-wrapper img {
    height: 100%;
}
