.heading-text {
    position: relative;
}

.circle {
    background-color: rgba(255, 240, 245, 1);
    border-radius: 50%;
    z-index: 0;
}
.head-txt {
    z-index: 1;
}

.category{
    transition: box-shadow .3s;
}

.category:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}


@media screen and (min-width: 320px) and (max-width: 374px) {
    .circle {
        position: relative;
        height: 60px;
        width: 60px;
        margin-left: -2.5in;
    }

    .head-txt {
        position: absolute;
        margin-top: 29px;
        font-weight: 800;
        font-size: 22px;
    }

    .category{
        height: 70px;
        width: 275px;
        margin: 10px 0px 10px 0px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }

}

@media screen and (min-width: 375px) and (max-width: 424px) {
    .circle {
        position: relative;
        height: 75px;
        width: 75px;
        margin-left: -3in;
    }

    .head-txt {
        position: absolute;
        margin-top: 34px;
        margin-left: -3px;
        font-weight: 800;
        font-size: 26px;
    }

   .category{
        height: 70px;
        width: 275px;
        margin: 10px 0px 10px 0px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
   }


}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .circle {
        position: relative;
        height: 75px;
        width: 75px;
        margin-left: -20rem;
    }

    .head-txt {
        position: absolute;
        margin-top: 34px;
        margin-left: -4px;
        font-weight: 800;
        font-size: 30px;
    }
    .category{
        height: 70px;
        width: 275px;
        margin: 10px 0px 10px 0px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }


}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .circle {
        position: relative;
        height: 100px;
        width: 100px;
        margin-left: -19rem;
    }

    .head-txt {
        position: absolute;
        margin-top: 43px;
        margin-left: 66px;
        font-weight: 800;
    }

    .category{
        height: 80px;
        width: 300px;
        margin: 10px 10px 10px 10px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }


}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .circle {
        position: relative;
        height: 100px;
        width: 100px;
        margin-left: -21rem;
    }

    .head-txt {
        position: absolute;
        margin-top: 39px;
        margin-left: 63px;
        font-weight: 800;
    }

    .category{
        height: 125px;
        width: 400px;
        margin: 10px 10px 10px 10px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }


}

@media screen and (min-width: 1440px) {
    .circle {
        position: relative;
        height: 100px;
        width: 100px;
        margin-left: -4in;
    }

    .head-txt {
        position: absolute;
        z-index: 1;
        margin-top: 35px;
        margin-left: 104px;
        font-weight: 800;
        font-size: 48px;
    }

    .category{
        height: 125px;
        width: 400px;
        margin: 10px 10px 10px 10px;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
    }


}

/* .heading-text {
    position: relative;
}
.circle {
    position: relative;
    background-color: rgba(255, 240, 245, 1);

    height: 100px;
    width: 100px;
    border-radius: 50%;
    z-index: 0;
    margin-left: -2.5in;
}
.head-txt{
    position: absolute;
    z-index: 1;
    margin-top: 1.5rem;
    margin-left: 134px;
    font-weight: 800;
} */