.promo-box-area {
	padding-top: 14.5rem;
	padding-bottom: 15rem;
}
.promo-box-row {
	margin-top: 8.4rem;
	display: flex;
	justify-content: space-between;
}
.promo-box-single {
	width: 40rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.pbs-image {
	width: 38.2rem;
	margin-bottom: 1.5rem;
	position: relative;
}
.pbs-title {
	font-size: 2.4rem;
	line-height: normal;
}
.pbs-text {
	text-align: center;
	min-height: 13.8rem;
	display: flex;
	align-items: center;
	padding: 2rem 0;
	color: #4D4D4D;
}
.pbs-image img {
	transition: all .4s;
}
.pbs-img-h {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.promo-box-single:hover .pbs-img-o {
	opacity: 0;
}
.promo-box-single:hover .pbs-img-h {
	opacity: 1;
}
.promo-box-single:hover .btn span {
    background-color: #FF4FBB;
    color: #fff;
}
@media only screen and (max-width: 1050px) {
    .promo-box-area {
        padding-top: 65px;
        padding-bottom: 60px;
    }
    .promo-box-area .jt-sec-title{
        text-align: center;
    }
    .promo-box-row {
        flex-wrap: wrap;
        margin-top: 34px;
    }
    .promo-box-single {
        width: 100%;
    }
    .pbs-image {
        width: 200px;
        margin-bottom: 15px;
    }
    .pbs-text {
        min-height: auto;
        padding: 12px 0;
    }
    .promo-box-single:not(:last-child) {
        margin-bottom: 45px;
    }
    .btn.psb-btn {
        margin-top: 0px!important;
    }
}