.q_slider .wrap_descr {
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    font-family: 'Oswald';
    font-size: 5rem;
}
.q_slider .wrap_descr .dscr_pre {
    font-size: .6em;
    font-weight: 500;
    line-height: 1.2em;
}
.q_slider .wrap_descr .dscr_main {
    font-weight: 500;
    line-height: 1.2em;
}
.q_slider .q_slider_item img {
    height: 70vh;
    object-fit: cover;
    width: 100%;
}
.q_slider .slick-next {
    right: 25px;
}
.q_slider .slick-prev {
    left: 25px;
    z-index:10;
}
.q_slider .q_slider_item {
    background-color: #000;
}
.q_slider .q_slider_item img {
    opacity: .5;
}
section {
    padding: 3%;
}
h1.vc_custom_heading {
    text-align: center;
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 2.8rem;
    padding-bottom: 1em;
}
.wrap_contents {
    display: flex;
    flex-wrap: wrap;
}
.wrap_contents .caption-content {
    width: calc((100% - 6%) / 6);
    margin-bottom: 3%;
    padding: 1% 0;
    box-shadow: 0px 1px 4px #ccc;
    margin-right: 1%;
}
.wrap_contents .caption-content h3 {
    text-align: center;
    font-weight: 200;
    padding-bottom: 1em;
}
.wrap_contents .caption-content a .wrap_btn {
    text-align: center;
    padding-bottom: 1em;
}
.wrap_contents .caption-content a span {
    width: 10em;
    background-color: rgb(221, 51, 51);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0;
}

@media screen and (max-width:900px){
	.q_slider .q_slider_item img{
		height:35vh;
	}
	.wrap_contents .caption-content {
    width: calc((100% - 4%) / 4);
}
}

@media screen and (max-width:600px){
	.q_slider .wrap_descr {
	    font-size: 3rem;
	}
	.q_slider .q_slider_item img {
    height: 25vh;
}
.wrap_contents .caption-content {
    width: calc((100% - 2%) / 2);
}
}
