.content-wrapper{
    margin-left: 80px;
}

.feature-img img:hover{
    box-shadow: 10px 10px 10px rgba(38, 37, 20, 0.2);
    transform: translateY(-10px);
    transition: transform .5s;
    transition-duration: 0.5s;
}

.feature-img-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
    row-gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.feature-img-resize{
    height: 270px;
}

.text-wrapper{
    /* margin-top: 30px; */
    /* margin-left: 83px; */
    font-size: 17px;
    text-align: center;
    position: relative;
    top: 50px;
    width: 84%;
    line-height: 2.5;
    /* font-size: 17px; */
    color: #2f2f2f;
    margin: 0 auto;
}