/*
*{ margin: 0; padding: 0; box-sizing: border-box; }

.pimage {
	width:100%;
	height:300px!important;
}

.c_textinfo {
     text-align: left;
     color: blue;
     font-family: "Courier New", monospace;
     font-weight: bold;
     font-size: 2.1em;
}

.cheading {
     background-color: lightgrey;
     text-align: left;
     color: red;
     font-family: "Courier New", monospace;
     font-weight: bold;
     font-size: 3.5em;
}

.chelpline {
     background-color: lightgrey;
     text-align: center;
     color: blue;
     font-weight: bold;
     font-size: 1.5em;
     font-family: "Times New Roman", Times, serif;
}*/

.contact-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.phone::before {
    content: "\1f4de";
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.email::before {
    content: "\2709";
    font-size: 1.2rem;
    margin-right: 0.5rem;
}