body {
    font-family: var(--bs-body-font-family)!important;
}

.culture,
.heading-para {
    text-align: start
}

#aboutSection .vision,
#wallSection {
    padding-top: 2.441rem
}

a {
    text-decoration: none !important
}

.color1 {
    background: #0eb1a7;
    background: linear-gradient(to right, #0eb1a7 7%, #64c399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.mainContainerIntro {
    transform: translateY(100vh)
}

.popupFormSectionIntro {
    transform: none !important
}

#popupFormSection {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 101;
    display: flex;
    flex-direction: column-reverse;
    background-color: #fff;
    transition: 1s cubic-bezier(.37, 0, .63, 1);
    transform: translateY(-100vh);
    border-top: 3px solid #0eb1a7
}

#popupFormSection #popupForm {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden
}

#popupFormSection #popupForm .wallBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex
}

#popupFormSection #popupForm .wallBg img {
    margin: auto;
    max-width: 500px;
    opacity: .025
}

#aboutSection .aboutDiv .content,
#popupFormSection #popupForm #popupFormWrapper,
#wallSection #wallContainer,
#wallSection #wallContainer #wallSlideWrapper .videoBanner video source {
    width: 100%
}

#popupFormSection #popupForm #popupFormWrapper .slide {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

#popupFormSection #popupForm #popupFormWrapper .slide:first-child {
    height: 100vh
}

#popupFormSection #popupForm #popupFormWrapper .slide .mainHeading,
#popupFormSection #popupForm #popupFormWrapper .slide .note span {
    font-weight: 600
}

#popupFormSection #popupForm #popupFormWrapper .slide .heading {
    color: #0b0b0b;
    font-family: Oswald, sans-serif;
    font-size: 3.052rem;
    font-weight: 400;
    line-height: .75
}

#popupFormSection #popupForm #popupFormWrapper .slide .heading span {
    padding-right: .5rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .subHeading {
    margin-top: .75rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect,
#popupFormSection #popupForm #popupFormWrapper .slide .selectBox {
    width: 100%;
    max-width: 600px;
    margin-top: 1.563rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .selectBox select {
    color: #0b0b0b;
    font-size: 1.25rem;
    font-weight: 600;
    background-color: #fff
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv {
    width: 100%;
    margin: 1.563rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li {
    width: 48%;
    min-height: 70px;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4vh;
    margin-bottom: 1rem;
    border: 2px solid #242323;
    box-shadow: 0 0 0 1px rgba(1, 45, 75, .055), 2px 4px 12px rgba(0, 12, 32, .041);
    transition: .3s cubic-bezier(0, 0, .5, 1)
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover {
    box-shadow: 2px 4px 16px rgba(0, 15, 37, .055);
    transform: translateY(-2px)
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover label {
    color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover label span {
    text-shadow: none
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li input {
    position: absolute;
    transition: .3s cubic-bezier(0, 0, .5, 1);
    border-radius: 7px;
    opacity: 0
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li input::after {
    border-radius: 7px
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    transition: .3s cubic-bezier(0, 0, .5, 1)
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label span {
    font-weight: 500;
    margin-right: .25rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 103%;
    min-height: 70px;
    border-radius: 4vh;
    border: 2px solid transparent;
    box-shadow: 2px 4px 16px transparent;
    transform: scale(.97);
    transition: .3s cubic-bezier(0, 0, .5, 1)
}

#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect select {
    border-radius: 4vh;
    font-size: 1.953rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .multiSelect .select2-results__option--selectable {
    background: linear-gradient(to right bottom, #0eb1a7, #099990, #05837b, #026c65, #005751)
}

#popupFormSection #popupForm #popupFormWrapper .slide .btnDiv .btns {
    margin: 0 .5rem;
    border-radius: 30px
}

#popupFormSection #popupForm #popupFormWrapper .slide .note {
    margin: 2.441rem auto 0;
    color: #5d5e5f;
    font-size: .9rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv {
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-content: center;
    margin-top: 1.563rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv .heading {
    margin-bottom: 1rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .formDiv #contactSubmit span {
    margin-left: 1rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .formSection {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0
}

#popupFormSection #popupForm #popupFormWrapper .slide .image {
    display: block;
    width: 250px
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    margin-top: 1.563rem;
    border-top: 1px solid #ebedf3
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv .logoDiv {
    display: block;
    width: 8rem;
    margin: 0 auto 1rem;
    text-align: center
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv .title {
    margin: 0 0 .5rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv p {
    margin: 0;
    color: #5d5e5f;
    font-size: .9rem;
    font-weight: 400
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv a {
    margin: 0;
    color: #0b0b0b;
    font-size: .9rem;
    cursor: pointer;
    transition: .3s cubic-bezier(0, 0, .5, 1)
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv a:hover {
    color: #0eb1a7
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv .contact {
    margin-top: .25rem
}

#popupFormSection #popupForm #popupFormWrapper .slide .contactDiv .contact span {
    margin: 0 .5rem;
    color: #0eb1a7
}

#wallSection {
    background-color: #fff;
    overflow: hidden
}

#timeline,
#vision,
#who-we,
#who-we-mob,
.investment {
    background-color: #f7f7f7
}

#wallSection #wallContainer #wallSlideWrapper {
    width: 100%;
    display: flex
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner {
    width: 100%;
    min-width: 100%
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv {
    height: 100%;
    display: block
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .wallTitle {
    color: #fff;
    font-size: 3.6vw;
    font-weight: 600;
    margin: 3.052rem 0 0
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .wallTitle span {
    white-space: nowrap
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .wallTitle .contentFlipDiv {
    display: block;
    overflow: hidden;
    height: 7vw
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .wallTitle .contentFlipDiv .contentFlip {
    animation: 12s ease-in-out infinite contentFlip;
    animation-delay: 1.5s !important
}

@keyframes contentFlip {

    0%,
    100%,
    35%,
    80% {
        margin-top: -7vw
    }


    40%,
    75% {
        margin-top: 0
    }
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .wallTitle .contentFlipDiv .contentFlip li {
    height: 7vw;
    min-height: 7vw;
    display: flex;
    align-items: center
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .more {
    display: block;
    margin-top: 1rem;
    color: #f5f8f8;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    cursor: pointer;
    transition: .3s cubic-bezier(0, 0, .5, 1)
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .more:hover::before {
    width: 40px
}

#wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .more::before {
    content: "";
    width: 30px;
    height: 2px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: .5rem;
    background-color: #0eb1a7;
    cursor: pointer;
    transition: .3s cubic-bezier(0, 0, .5, 1)
}

#wallSection #wallContainer #wallSlideWrapper .videoBanner {
    width: 100%;
    padding-top: 56.25%
}

#wallSection #wallContainer #wallSlideWrapper .videoBanner video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    object-fit: cover
}

#wallSection #wallContainer #wallSlideWrapper .videoBanner .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11
}

#aboutSection {
    margin-top: 3rem !important;
}

#aboutSection .aboutDiv {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#aboutSection .aboutDiv .content .subHeading,
.subHeading1 {
    font-weight: 400;
    margin-top: 1rem;
    border-left: 2px solid #f5f8f8;
    padding-left: .5rem
}

.culture,
.grid-1 {
    padding-left: 25px
}

#aboutSection .aboutDiv .content p,
#wesection .content p {
    font-weight: 300
}

#aboutSection .aboutDiv .content .partner {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    background-color: #f5f8f8;
    padding: 1rem
}

#aboutSection .aboutDiv .content .partner img {
    width: 8rem
}

#aboutSection .aboutDiv .content .partner p {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 1rem;
    border-top: 1px solid #0eb1a7;
    padding-top: 1rem
}

@media(min-width:568px) {

    #popupFormSection #popupForm #popupFormWrapper .slide .multiSelect,
    #popupFormSection #popupForm #popupFormWrapper .slide .selectBox {
        margin-top: 2.441rem
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv {
        justify-content: center;
        margin-top: 2.441rem
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li {
        width: 200px;
        margin: 0 .75rem 1rem
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label {
        font-size: 1.25rem
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li label::before {
        left: -4px;
        width: 200px
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .multiSelect select {
        font-size: 2.441rem
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .btnDiv .btns {
        min-width: 140px
    }

    #aboutSection .aboutDiv .content .partner {
        flex-direction: row
    }

    #aboutSection .aboutDiv .content .partner p {
        text-align: left;
        border: none;
        border-left: 1px solid #0eb1a7;
        padding: 0 0 0 1rem;
        margin: 0 0 0 1rem
    }
}

#aboutSection .aboutDiv .content .partner p span {
    font-weight: 500
}

#aboutSection .aboutDiv .specialities {
    width: 100%;
}

#aboutSection .aboutDiv .specialities ul {
    margin: 0
}

#aboutSection .aboutDiv .specialities ul li {
    display: flex;
    align-items: center;
    padding: 0.3rem;
    background-color: #fff;
}

#aboutSection .aboutDiv .specialities ul li img {
    width: 50px;
    opacity: .3
}

#aboutSection .aboutDiv .specialities ul li .textDiv {
    padding-left: 1rem
}

#aboutSection .aboutDiv .specialities ul li .textDiv span {
    display: block;
    color: #000000;
    font-size: 2.441rem;
    font-weight: 500;
    margin-bottom: .5rem;
    background: #000000;
    background: linear-gradient(to right, #000000 7%, #64c399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

#aboutSection .aboutDiv .specialities ul li .textDiv p {
    margin: 0;
    color: #242323;
    font-weight: 400;
    line-height: 1.2
}

.image img {
    max-width: 80%;
    height: auto
}

@media (max-width:600px) {
    .image {
        display: block;
        font-size: 80%
    }

    .image img {
        max-width: 100%;
        height: auto
    }

    .image div {
        position: relative;
        padding-top: 1.3rem
    }

    .image div p {
        color: #242323;
        font-weight: 300;
        text-align: start
    }
}

.grid {
    padding-right: 25px !important
}

@media only screen and (max-width:600px) {

    #about-desk {
        display: none
    }
}

@media only screen and (min-width:601px) {

    #who-we-mob,
    .hide-about {
        display: none
    }
}

#wesection .wesection {
    padding-bottom: 1rem
}



.timeline-text h6 {
    line-height: 15px;
}

.timeline-text p {
    line-height: 8px;
}

.timeline-text h5 {
    line-height: 2px;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
}

.timeline-text a {
    color: #000;
    font-weight: 600;
    line-height: 47px !important;
}


.fram-box {
    border-radius: 20px !important;
}

.fram-box-2 {
    height: 5rem !important
}


.flag-head {
    margin-left: 5px;
}

#timeline {
    padding: 50px 0
}

.timeline-item {
    padding-top: 20px
}

.header-style {
    display: inline;
    font-weight: 300;
    color: #0b0b0b;
}


.heading-para {
    padding-top: 1rem;
    font-weight: 300
}

#bannerSection {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #fff
}

#bannerSection .content .subHeading {
    margin-top: .5rem;
    font-weight: 300
}

#bannerSection .content .contact {
    display: flex;
    align-items: f;
    flex-direction: column;
    margin-top: 1rem
}

#bannerSection .content .contact a {
    display: flex;
    margin-top: 1rem;
    margin-right: 1rem;
    border: 1px solid #ebedf3;
    padding: 1rem 1.563rem;
    border-radius: 4vh;
    cursor: pointer;
    transition: .3s cubic-bezier(0, 0, .5, 1)
}

#bannerSection .content .contact a:hover {
    border: 1px solid #0eb1a7
}

#bannerSection .content .contact a span {
    color: #000
}

#bannerSection .content .contact a span:hover {
    color: #f5f8f8
}

#bannerSection .content .contact a img {
    height: 20px;
    width: auto;
    margin-right: .5rem
}

#bannerSection .formAction {
    margin-left: auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.441rem;
    background-color: #0eb1a7;
    background: linear-gradient(to left top, #0eb1a7, #3cb99f, #5ac097, #76c68e, #91cc87);
    border-radius: 100%;
    cursor: pointer
}

@media(min-width:768px) {
    #popupFormSection {
        flex-direction: row-reverse
    }

    #popupFormSection #popupForm {
        width: auto;
        flex: 1
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .heading {
        font-size: 3.815rem
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .selectBox select {
        font-size: 1.563rem
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .optionDiv li:hover {
        border: 2px solid #0eb1a7
    }

    #popupFormSection #popupForm #popupFormWrapper .slide .note {
        margin-top: 4.768rem
    }

    #bannerSection {
        flex-direction: row;
        justify-content: space-between
    }

    #bannerSection .content .contact {
        flex-direction: row
    }

    #bannerSection .formAction {
        margin: 0
    }
}

#bannerSection .formAction span {
    width: 100%;
    height: 100%;
    padding: 2.441rem;
    display: flex;
    cursor: pointer;
    transition: .3s cubic-bezier(0, 0, .5, 1)
}

@media(min-width:1024px) {
    #wallSection {
        padding-top: 0
    }

    #aboutSection .aboutDiv .content p,
    #wallSection #wallContainer #wallSlideWrapper .wallBanner .contentDiv .content .more,
    #who-we .content p {
        font-size: 1.25rem
    }

    #wallSection #wallContainer #wallSlideWrapper .videoBanner {
        padding-top: 43.75%
    }

    #aboutSection .aboutDiv .content {
        width: 50%
    }

    #aboutSection .aboutDiv .specialities {
        width: 50%;
        max-width: 400px;
        margin: 0 auto
    }

    #aboutSection .aboutDiv .specialities ul li img {
        width: 50px
    }

    #aboutSection .aboutDiv .specialities ul li .textDiv {
        padding-left: 1.563rem
    }

    #wesection .content p {
        font-size: 1.25rem !important
    }

    #aboutSection .vision {
        padding-top: 0;
        padding-left: 2.441rem
    }

    #bannerSection .formAction {
        width: 200px;
        height: 200px
    }

    #bannerSection .formAction:hover span {
        padding: 3.815rem
    }

    #bannerSection .formAction span {
        padding: 4.768rem
    }
}

#bannerSection .formAction span img {
    cursor: pointer
}

.investment {
    padding-top: 4rem
}

.row-1 {
    margin-top: 3rem !important;
    padding: 1rem;
    background-color: #fff;
    border-radius: 20px
}

@media(max-width:500px) {
    .row-1 .title {
        padding-top: 1rem
    }
}

@media (min-width:768px) {
    .text {
        font-size: 20px;
        line-height: 1.99rem
    }
}

.team-img {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 267px
}

@media (min-width:992px) {
    .team-img {
        float: left;
        margin-right: 2rem
    }
}

.saving_section {
    margin-top: 3rem;
}

.saving_section {
    padding-left: 45px;
    padding-right: 45px;
}

.saving_section .box {
    padding-top: 45px;
    background-color: #f5f8f8;
    color: #000000;
    border-radius: 20px;
}

.saving_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.saving_section .img-box {
    padding: 15px 0 0 25px;
}

.saving_section .img-box img {
    width: 100%;
}

.saving_section .detail-box {
    padding: 0 25px;
}

.saving_section .detail-box p {
    margin-top: 5px;
    margin-bottom: 50px;
}

.saving_section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -5px 0;
}

.saving_section .detail-box .btn-box a {
    width: 165px;
    text-align: center;
    margin: 5px;
}


.saving_section .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 0;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    border-radius: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.saving_section .detail-box .btn-box .btn2:hover {
    background-color: transparent;
    color: #ffffff;
}

@media (min-width: 768px) {
    .section-img {
        height: 300px;
        margin-left: 70px;

    }
}

.section-img {
    border-radius: 20px;
    width: 87%!important;
}

.mobile-view {
    display: block;
}

.web-view {
    display: none;
}

@media (min-width: 768px) {
    .mobile-view {
        display: none;
    }

    .web-view {
        display: block;
    }
}

#serviceSection {
    background-color: #f4f4f4;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#serviceSection .serviceCard {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    margin-bottom: 2.441rem;
    cursor: not-allowed;
    border-radius: 3px!important;
}

#serviceSection .serviceCard:hover .content-1 .more::before {
    width: 40px
}

#serviceSection .serviceCard .content-1 {
    width: 100%;
    padding: 1.563rem;
    cursor: pointer
}

@media(min-width: 1024px) {
    #serviceSection .serviceCard .content-1 {
        width: 70%;
    }
}

#serviceSection .serviceCard .content-1 .title-2 {
    margin: 0;
    font-weight: 300;
    cursor: pointer;
    color: #000;
    font-weight: 600;
}

#serviceSection .serviceCard .content-1 p {
    cursor: pointer;
    color: #000;
    margin-top: 15px;
}

@media(min-width: 1024px) {
    #serviceSection .serviceCard .content-1 p {
        font-size: 1.25rem
    }
}

#serviceSection .serviceCard .content-1 .more {
    display: block;
    margin-top: 1rem;
    color: #0b0b0b;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    cursor: pointer;
    transition: all .3s cubic-bezier(0, 0, 0.5, 1)
}



#serviceSection .serviceCard .imageDiv {
    width: 100%;
    min-height: 300px
}

@media(min-width: 1024px) {
    #serviceSection .serviceCard .imageDiv {
        width: 30%
    }
}

#serviceSection .serviceCard .imageDiv .arrow {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    width: 50px
}

@media(min-width: 1024px) {
    #serviceSection .serviceCard .imageDiv .arrow {
        width: 100px
    }
}
.head-pad {
    margin-top: -13px!important;
}
.cards-box {
    background-color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.timeline-text p {
    font-size: 16px;
}
.icons i {
    font-size: 40px;
}

.timeline-text span {
    background-color: #ffffff;
    padding: 9px 20px;
    border-radius: 3px;
}
.time-text {
    margin-left: 0.7rem;
}
.text-bg {
    background-color: #ffffff;
    padding: 16px 20px;
    height: 40px;
    border-radius: 3px;
    margin-right: 3rem;
    margin-top: 7px;
}
@media (min-width:473PX) and (max-width:640px) {
    .text-bg {
        margin-right: 9rem;
    }
}
@media (min-width:641PX) and (max-width:718px) {
    .text-bg {
        margin-right: 16rem;
    }
}
@media (min-width:719px) and (max-width:981px) {
    .text-bg {
        margin-right: 20rem;
    }
}
@media (min-width:982PX) and (max-width:1248px) {
    .text-bg {
        margin-right: 1rem;
    }
}
@media (min-width:1249PX) {
    .text-bg {
        margin-right: 8rem;
    }
}
.text-bg:hover {
    background-color: #e6e3e3;
    cursor: pointer;
    color: #000000;
}
.text-bg p:hover {
    cursor: pointer;
}