:root {
	--accent-color: #1E90FF;
}

.we-one_content-box ul {
	list-style-type: disc;
	padding-left: 2rem;
	margin-bottom: 30px;
}
.hero-wrapper .single-slider {
	padding-top: 120px;
}

.hero-content h1 {
	font-size: 80px;
}

.hero-wrapper .hero-content .text-button p {
	max-width: 375px;
}

.sub-title {
	background: rgba(30, 144, 255, 0.1);
}

.about-content-box p {
	margin-bottom: 20px;
}

.single-features-item .img-holder .text h4.title {
	width: 100%;
}

.single-features-item .img-holder .text h4.title:before {
	display: none;
}

.single-features-item .img-holder .content {
	padding-top: 25px;
	text-align: center;
}

.single-features-item .img-holder .content-price {
	position: absolute;
    top: 10px;
    right: 10px;
    padding: 15px 10px 15px;
    background: red;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
}

.single-features-item .img-holder .content p {
	opacity: 1;
	margin-top: 0;
	max-height: 90px;
}
.single-features-item:hover .img-holder .content p {
	margin-top: 0;
}