

.drop {
	margin-top: 54px;
    display: inline-block;
    background: #00643a;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    position: relative;
    color: #4bc149;
}

.drop:before{

    content: "";
    position: absolute;
    top: -81%;
    left: 50%;
    border: 62px solid transparent;
    border-bottom: 90px solid #00643a;
    transform: translateX(-50%);
	
}

.drop_text{
	
	justify-content: center;
    top: 180;
    text-align: center;
    position: relative;
    z-index: 30;
    color: #fff;
    left: 0;

}

.drop_a{
	
	top: -110;
    position: absolute;
	
}