html,
body{
	overflow-x: hidden;
}
body{
	font-family: 'Poppins', sans-serif;
	height: 100vh;
}
a{
	color: inherit;
	text-decoration: none !important;
}
a.a-hover:hover{
	color: #d4151c !important;
}
b,
strong{
	font-weight: 600;
}
img{
	width: 100%;
}

.content-wrapper::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 100%;
    background-image: linear-gradient(to right, grey, black);
    transform: rotate(-35deg) translate(-50%, -100%);
    transform-origin: 0 0;
}

.logo{
	width: 100%;
	max-width: 100px;
	margin: auto;
}

.phone{
	width: 100%;
	max-width: 250px;
	margin: auto;
}
.phone img{
	transform: translateX(12.5%);
}

@media(max-width: 374px) {

	.logo{
		max-width: 100px;
	}

	.phone{
		max-width: 200px;
	}

}