.results {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    width: 100%;
    height: 150px;
    overflow-y: scroll;
    background: #ffffff;
    top: 70px;
    color: black;
}
.result-item {
    padding: 8px;
    cursor: pointer;
}
.result-item:hover {
    background-color: #f0f0f0;
}

      

@media screen and (max-width: 768px){
    h1>p>span, h2>p>span {
        font-size: 28px !important;
    }

    .pl-80, .pl-100 {
        padding-left: 0 !important;
    }

    .pr-0, .pr080, .pr-100 {
        padding-right: 0 !important;
    }

    .row-gap {
        gap: 40px;
    }

    .w-40, .w-60 {
        padding: 0 10px;
        width: 100%;
    }

    .pt-60, .pt-80, .pt-100 {
        padding-top: 30px;
    }

    .pb-100, .pb-200 {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .w-40, .w-50, .w-60 {
        width: 100% !important;
    }
}
