
.numer-box {
    width: 80px;
    height: 80px;
    border: 2px solid #217830;
	font-family: 'Poppins', sans-serif;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #217830;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
