.threed-search{
    position: relative;
    font-family: 'OddvalText', sans-serif;
    z-index: 9;
    padding-bottom: 175px;
    background-color: var(--white-fi);
}

.threed-search h2{
    font-size: 52px;
    line-height: 52px;
    font-weight: 200;
    z-index: 99;
    position: relative;
}

.threed-search h2 span
{
    font-family: 'ShockaFamily', sans-serif;
    font-style: italic;
    font-weight: 200;
    display: block;
    letter-spacing: 0;
}

.threed-search .container {
    position: relative;
    z-index: 99;
}

.threed-search .text-container{
    max-width: 465px;
    margin-left: 115px;
}

.threed-search .text-container p{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.threed-search .btns{
    display: flex;
    align-items: center;
    gap:  16px;
    margin-bottom: 94px;
}

@media(max-width: 768.98px){
    .threed-search .text-container{
        margin-left: 0px;
    }

    .threed-search .btns{
        flex-direction: column;
        align-items: flex-start;
    }

}

@media(max-width: 768.98px){

    .threed-search{
        padding-bottom: 90px;
    }
}