.necessary{
    font-family: 'OddvalText', sans-serif;
    background-color: var(--white-fi);
    padding: 203px 0 116px 0;
    transform: translateY(-100px);
    position: relative;
    z-index: 9;
}

.necessary img.center-img{
    margin: 0 auto 80px auto;
}

.necessary h2{
    font-weight: 300;
    font-size: 44px;
    line-height: 48px;
}

.necassary__text p{
    margin-left: 230px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.necassary__text{
    margin-bottom: 80px;
}

.necessary__boxes{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    justify-content: center;

}

.necessary__boxes h2{
    font-family: 'ShockaFamily', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 24px 0 12px 0
}

.necessary__boxes p{
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 14px;
}

.necessary__boxes div:first-child{
    width: 100%;
}

.necessary__boxes img{
    width: 100%;
}

.necessary__boxes-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.necessary__boxes-box a
{
    margin-right: auto;
}

.heading__text-paralax-nec{
    position: absolute;
    right: 0px;
    top: 30%;
}

.deer-paralax{
    position: absolute;
    left: 0px;
    top: 20%;
    z-index: -1;
}

@media(max-width: 768.98px) {
    .necassary__text p{
        margin-left: 0px;
    }

    .necessary__boxes{
        grid-template-columns: 1fr;
    }
}
