	
.popup{
    background-color: #b3b26a;
    width: 60%;
    max-width: 700px;
	min-width: 500px;
	height: 85%;
	max-height: 750px;
    padding: 20px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 20px;
    display: none;
    text-align: center;
    z-index: 1;
    background-image: url("../images/home/Popup-Family.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}
.popup button{
    display: block;
    margin:  0px 0px 0px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
	background: #07B8CF;
	border-radius: 100%;
	width: 40px;
	height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
	margin-top: 0px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 0px 0;
    line-height: 20px;
}

@media (max-width: 720px) {

.popup{
    background-color: #b3b26a;
    width: 80%;
    height: 90%;
    padding: 10px 20px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 20px;
    display: none; 
    text-align: center;
	z-index: 1;
}

.popup button{
    display: block;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 46%;
    margin-bottom: 0px;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
    background: #07B8CF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    text-align: center;
}
		}