.p_20 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
	background: var(--red-color);
}

.p_20 .bottom_img {
	position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.p_20 .bottom_img img {
	width: 30%;
    border: 35px solid var(--white-color);
    border-radius: 50%;
}

.p_20 .contact_top_main {
    display: flex;
    color: var(--white-color);
    margin: 20px 0;
    font-size: 14px;
    justify-content: space-between;
    display: none;
}

.p_20 .contact_left {
    width: 43%;
}

.p_20 .contact_right {
    width: 54%;
}

.p_20 .contact_btm_main {
    color: var(--white-color);
    font-size: 12px;
    padding: 0 10px;
    display: none;
}
.p_20 .contact_btm_main  p:first-child {
    font-weight: bold;
}

.p_20 .bottom_img {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.p_20 .bottom_img img {
    width: 30%;
    border: 35px solid var(--white-color);
    border-radius: 50%;
}

.p_20 .contact_bold {
    font-family: 'Calibri-Bold';
}
.p_20 a {
    color: var(--white-color);
}
.p_20 p {
    margin: 0 0 5px 0;
}