.show-all-button {
    margin-bottom: 40px;
}

.show-all-button a{
    max-width: 240px;
    margin: auto;
}

/* Post Slider */
.post-slider {
    margin-bottom: 25px;
}

.post-slider .item {
    padding: 10px;
}

.post-slider .item .card {
    padding: 8px;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 -1px 4px -1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 -1px 4px -1px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 -1px 4px -1px rgba(0,0,0,.2);
}

.post-slider .item .card .img-container {
    min-height: 200px;
}

.post-slider .item .card .img-container a {
    display: block;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.post-slider .item .card img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 200px;
}

.post-slider .item .card .name {
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    display: flex;
    min-height: 52px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.post-slider .item .card .spec {
    margin-bottom: 8px;
}

.post-slider .item .card .experience {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 13px;
}

.post-slider .item .card .reviews {
    margin-bottom: 8px;
}

.post-slider .item .card .reviews .fa {
    color: #ffb300;
}

.slick-dots {
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.slick-dots li {
    margin-left: 5px;
    margin-right: 5px;
}

.slick-dots li button {
    display: block;
    background: #ffb300;
    opacity: .5;
    width: 12px;
    height: 12px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0;
    padding: 0;
}
.slick-dots .slick-active button {
    opacity: 1;
}
/* Post Slider */

/* Post List */
.post-list {

}

.post-list ul {
    list-style: none;
    padding-left: 0;
}

.post-list > ul > li {
    padding: 7px 0;
    border-bottom: 0;
    margin-bottom: 12px;
}

.post-list ul li a {
    font-size: 16px;
    display: block;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.post-list > ul > li > ul {
    margin-bottom: 6px;
    height: 82px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.post-list > ul > li > ul.active {
	height: auto;
}

.post-list > ul > li > a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.post-list .expand {
    font-weight: bold;
    cursor: pointer;
    color: #ffb300;
    opacity: .9;
}
.post-list .expand:hover {
    opacity: 1;
}
/* Post List */

/* Benefits */
.benefits {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
.benefits .item {
    width: 50%;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}
.benefits .icon {
    min-height: 106px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}


.benefits img {
    max-width: 100%;
}

.benefits .main-text {
    color: #f3b228;
    font-size: 38px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.benefits .secondary-text {
    font-weight: 400;
    font-size: 15px;
}
/* Benefits */

@media (min-width: 768px) {
    .show-all-button a{
        max-width: 50%;
    }

	.post-list > ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
	}
	.post-list > ul > li {
		width: 50%;
		padding: 15px;
	}

    .benefits .item {
        width: 25%;
    }
}

@media (min-width: 1199px) {
    .post-slider .item .card .spec,
    .post-slider .item .card .experience,
    .post-slider .item .card .reviews{
        margin-bottom: 12px;
    }

    .post-slider .item .card .name {
        font-size: 16px;
    }

    .benefits .main-text {
        font-size: 30px;
    }
    .benefits .secondary-text {
        font-size: 20px;
    }
}
