select {
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em !important;
}
.home-features .love-stories.image-right figure img.image {
    padding-left: 0!important;
}
.home-features .love-stories.image-right figure{
    margin-left: 60px;
}

.home-features .love-stories.image-left figure img.image {
    padding-right: 0!important;
}
.home-features .love-stories.image-left figure{
    margin-right: 60px;
}

@media screen and (max-width: 767px){
    .home-features .love-stories.image-left figure{
        margin-right: 0;
    }
    .home-features .love-stories.image-right figure{
        margin-left: 0;
    }
}

.users_signup_plans.index .plans-browse .col-ms-12 .column .pricing .submit {
	    margin-top: 20px;
    display: inline-block;
    color: #d62027;
    padding: 10px 25px;
    border: 1px solid #c2c2c2;
    background-color: #F4F4F4;
    border-radius: 3px;
    text-decoration: none;
   width : 100%;
    margin-bottom: 0;
    margin-right: 0;
}

.users_signup_plans.index .plans-browse .col-ms-12 .column {
	text-align: center;
    background-color: #F4F4F4;
    padding: 30px 25px 25px;
    border-radius: 10px;
    height: 100%;
    display: flex
;
    flex-direction: column;
}

ul.list-icons, ul.list-items, ul.list-grid {
    list-style: none;
    margin-bottom: 15px;
}

ul.list-grid.table {
    border-bottom: 1px solid #e0e0e0;
}

ul.list-grid.table li.header {
    background: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    font-weight: bold;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    max-width: auto;
}

ul.list-grid li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
}
