/**
 * Place for Block Problem styles here.

MAIN
ABOUT

*/
 
/* MAIN */
.view-problem__wrapper {
	position: relative;
}

.page-problem {
	/* padding-top: 3em; */
	/* padding-bottom: 3em; */
	background-color: #f8fafb;
	/* margin-top: 3em; */
	/* margin-bottom: 3em; */
}

.view-symptoms {
    text-align: left;
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    row-gap: 2em;
    column-gap: 2em;
    height: 100%;
}

.view-symptoms .views-row {
    
}

.view-symptoms .views-row:first-child {
    margin-left: 0;
}

.view-symptoms .views-row:last-child {
    margin-right: 0;
}




/* VIEW */
.view-problem__wrapper {
	height: 100%;
}

.view-problem {
	/* border: 1px solid #0A253E; */
	/* padding: 12px 18px; */
	background-color: #fff;
	margin-bottom: 1em;
	/* margin: 0 14px 0 0; */
	color: #000;
	background-color: #fff;
	transition: all .4s ease;
	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.15));
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	height: 100%;
	padding: 0 25px;
}

.view-problem:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 50%;
	background-color: #D81E1E;
	position: absolute;
	top: 25%;
	left: 0;
}

.view-symptoms .view-problem.view-problem__background {
	/* background: url(/sites/default/files/media/first-screen/2024-09/fridge-repair-canterbury.jpg) no-repeat; */
	/* background-size: cover; */
	/* position: relative; */
	/* color: #FFF; */
}

.view-symptoms .view-problem.view-problem__background:before {
	display: none;
}

.view-symptoms .view-problem.view-problem__background:after {
	content: '';
	position: absolute;
	background-color: rgb(0, 0, 0);
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
}

.view-problem__price {
	font-family: 'Gilroy Bold';
	z-index: 1;
	margin-bottom: 25px;
}

.view-symptoms .view-problem__background .view-problem__price {
	color: #D81E1E;
	font-family: 'Gilroy Bold';
}

.view-problem__price p {
	margin: 0;
}

.view-problem__title {
	font-size: 20px;
	font-family: 'Gilroy Bold';
	z-index: 1;
	margin-top: 25px;
}

.view-symptoms .view-problem__background .view-problem__title {
	color: #fff;
}

.view-problem__description {
	/* font-size: 16px; */
	/* color: gray; */
	z-index: 1;
}

.view-symptoms .view-problem__background .view-problem__description {
	color: #fff;
}

.view-problem__description p {
	margin: 0;
	line-height: 26px;
}

.view-problem__background-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.view-problem__background-image * {
	width: 100%;
	height: 100%;
}

.view-problem__background-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}







/* ADAPTIVE */
@media (min-width: 1920px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1919px) {
}

@media (max-width: 1700px) {
	
}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
	
}

@media (max-width: 1366px) {
	
}

@media (max-width: 1280px) {
	
}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {
    .page-problem ul > li {
        padding: 8px 15px;
        margin: 8px;
        font-weight: normal;
    }
}

@media (max-width: 991px) {
    
}

@media (max-width: 834px) {
	.view-symptoms {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}
}

@media (max-width: 768px) {
	
}

@media (max-width: 700px) {
	.view-symptoms {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}
}

@media (max-width: 650px) {
	.page-problem ul > li {
        padding: 5px 10px;
        margin: 5px;
        font-size: 16px;
    }
	
}

@media (max-width: 480px) {
	
}

@media (max-width: 450px) {
  
}

@media (max-width: 380px) {
	.page-problem ul > li {
        padding: 4px 10px;
        margin: 4px;
        font-size: 14px;
    }
}