/**
 * Place for view-solutions styles here.

MAIN
*/

/* MAIN */
.page-solutions {
	padding-top: 75px;
    padding-bottom: 180px;
    background-color: #f4f4f4;
}

.view-solutions h2 {
	max-width: 840px;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 0.9;
    color: #000;
}

.view-solutions .view-content {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 45px 70px;
    margin-top: 45px;
}

.view-solutions__wrapper {
	display: flex;
    flex-direction: column;
    padding-top: 25px;
    position: relative;
    font-weight: normal;
    line-height: 1.4;
    color: #4F4F4F;
}

.view-solutions__wrapper strong {
	color: #ED1849;
}

.view-solutions__wrapper:before {
	content: '';
    display: inline-block;
    width: 100px;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

.view-solutions__title {
	font-weight: 700;
    font-size: 26px;
    line-height: 1.25;
    color: #000000;
}

.view-solutions__title a:hover {
	color: #ED1849;
}

.view-solutions__text {
	margin-top: 3px;
    font-size: 15px;
}

.view-solutions__price {
	margin-top: auto;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}

.view-solutions__price p {
	margin-bottom: 5px;
}

.view-solutions .view-footer {
	display: flex;
	justify-content: flex-end;
	width: 250px;
	margin-left: auto;
	position: relative;
	margin-top: -120px;
}

.view-solutions .view-footer:before,
.view-solutions .view-footer:after {
	content: '';
    display: inline-block;
    position: absolute;
    z-index: 0;
}

.view-solutions .view-footer:before {
	width: 133px;
    height: 123px;
    top: 0;
    left: 10%;
    background-image: url(../images/triangle-white.svg);
}

.view-solutions .view-footer:after {
	width: 310px;
    height: 310px;
    top: 4px;
    right: 3.7%;
    background-image: url(../images/triangle-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.view-solutions .view-footer a,
.view-solutions .view-footer span {
	max-width: 230px;
	margin-top: 145px;
	position: relative;
	z-index: 1;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.25;
	text-decoration-line: none;
	color: #000000;
}














/* ADAPTIVE */
@media (min-width: 1920px) {

}

@media (max-width: 1920px) {

}

@media (max-width: 1919px) {
}

@media (max-width: 1800px) {

}

@media (max-width: 1650px) {

}

@media (max-width: 1600px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
	.view-solutions .view-footer {
        justify-content: center;
        width: 50%;
    }
    .view-solutions .view-footer:before {
        width: 72px;
        height: 83px;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .view-solutions .view-footer:after {
        width: 86px;
    }
    .view-solutions .view-footer a {
        max-width: 100%;
        width: auto;
        margin-top: 0;
    }
}

@media (max-width: 800px) {

}

@media (max-width: 768px) {
	.view-solutions h2 {
		margin-bottom: 0;
	    font-size: 45px;
	    line-height: normal!important;
	}
}

@media (max-width: 575px) {
	.view-solutions .view-content {
		display: flex;
		flex-direction: column;
	}
	.view-solutions .view-footer {
        margin-top: 70px;
		width: 100%;
    }
}

@media (max-width: 480px) {
	
}

@media (max-width: 450px) {
	.view-solutions h2 {
	    font-size: 35px;
	}
}

@media (max-width: 374px) {
	.view-solutions h2 {
	    font-size: 28px;
	}
}

@media (min-width: 62rem) {
	
}
