.item {
    width: 100%;
    height: 100vh;
    position: relative;
}

.wpcs-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpcs-content {
    padding: 40px;
    border-radius: 10px;
    max-width: 80%;
    margin: auto;
    transition: all 0.3s ease;
}

.wpcs-content h2 {
    margin-bottom: 15px;
}

.wpcs-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 10px 25px;
    margin-top: 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
}

.wpcs-btn:hover {
    background: #000;
    color: #fff;
}

.container{
	max-width: 88vw;
	margin: auto;
	width: 100%;
}
