/*************************************************** achievements section ***********************/

.goal-container
{
    background-image: url(../images/background/background2.webp);
    width: 100%;
    height: 30rem;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 100px;

}



.goal-container .goal-item i{
    color:var(--main-color);
}
.goal-container .goal-item .number-item-text{
color: var(--white-color);
font-size: 1.5rem;
font-weight: 200;
}
/************** end achievements section **************************/
