.p_48 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
	background: var(--red-color);
}

.p_48 .bottom_img {
	position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.p_48 .bottom_img img {
	width: 30%;
    border: 35px solid var(--white-color);
    border-radius: 50%;
}
