html {
    scroll-behavior: smooth;
}

.staff_agm {
    background-color: #ffffff !important;
    overflow: initial !important;
}

.staff_agm h2 {
    margin: 0;
    padding: 0;
}

.staff_agm h3 {
    margin: 0;
    padding: 0;
}

.staff_agm h4 {
    margin: 0;
    padding: 0;
}

.staff_agm p {
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.staff_agm strong {
    font-size: inherit;
    font-weight: 600;
}

.staff_agm span {
    margin: 0;
    padding: 0;
}

.staff_agm ul {
    margin: 0;
    padding: 0;
}

.text__button-nav {
    font-family: 'Inter', sans-serif;
    text-align: center;
    line-height: 24px;
    font-size: 17px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: capitalize;
}

.staff-agm__navigation-content .staff-agm1__button-calculator {
    padding: 0 20px;
    margin-top: 15px;
}

.staff-agm__navigation-content .staff-agm1__button-calculator a {
    width: 127px;
}

.text__button-nav span {
    color: #E60078;
    font-weight: 700;
    font-size: inherit;
}

.staff_agm .font-p {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h2 {
    font-size: 28px !important;
    line-height: 34px !important;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    color: #000000;
    text-align: center;
}

.staff_agm .font-h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

.staff_agm .font-h2 span {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit;
    font-family: 'Inter', sans-serif;
    color: #e60078;
}

@media (max-width: 800px) {
    .staff_agm .font-h2 {
        font-size: 24px !important;
        line-height: 30px !important;
        font-family: 'Inter', sans-serif;
        color: #000000;
    }

    .staff_agm .font-h2 span {
        font-size: 24px !important;
        line-height: 30px !important;
        font-family: 'Inter', sans-serif;
        color: #e60078;
    }
}

.d-flex-align-center {
    display: flex;
    align-items: center;
}

.staff-agm__container {
    display: flex;
    max-width: 1170px;
    margin: auto;
    justify-content: space-between;
}

.staff-agm__navigation {
    max-width: 270px;
    min-width: 270px;
}

.staff-agm__main-content {
    max-width: 850px;
}

.staff-breadCrumb {
    width: 100vw;
    left: calc((100vw - 1170px) /(-2));
    top: -63px;
    position: absolute;
    background-color: #F9F9F9;
    height: 40px;
    border: 1px solid #e6e2e2;
    border-left: none;
    border-right: none;
}

.staff-breadCrumb__content {
    width: 1170px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #222;
}
.staff-breadCrumb__content a,
.staff-breadCrumb__content .current {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
    margin-right: 5px;
    margin-left: 5px;
}

#wpadminbar ~ .site-main .staff-breadCrumb {
    top: -49px;
}

#wpadminbar ~ .site-main .staff-agm__navigation-content {
    top: 151px;
}

.staff-breadCrumb .divider:not(:last-child) {
    color: inherit;
    margin: 0 6px;
    display: block;
}

.staff-breadCrumb .divider:not(:last-child):before {
    content: "\f104";
    display: inline-block;
    font-family: flaticon;
    font-size: 0.625em;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: 100;
    color: transparent;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="4" height="7" viewBox="0 0 4 7"><path id="Path_114381" data-name="Path 114381" d="M8.25,11a.5.5,0,0,1-.354-.854L10.543,7.5,7.9,4.854A.5.5,0,0,1,8.6,4.146l3,3a.5.5,0,0,1,0,.707l-3,3A.5.5,0,0,1,8.25,11Z" transform="translate(-7.75 -4)" fill="%23222"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    width: 4px;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

@media(max-width: 1200px) {
    .staff-agm__container {
        max-width: 1000px;
    }

    .staff-agm__navigation {
        max-width: 250px;
        min-width: 250px;
    }

    .staff-agm__main-content {
        max-width: 720px;
    }

    .staff-breadCrumb {
        left: calc((100vw - 1000px) /(-2));
        ;
    }

    .staff-breadCrumb__content {
        width: 1000px;
    }
}

@media(max-width: 800px) {
    .staff-breadCrumb {
        display: none;
    }
}


/* negative */
.staff-agm__navigation-content {
    padding: 20px 0;
    box-shadow: 0px 0px 12px #B9B9B966;
    border-radius: 12px;
    background-color: #FFFFFF;
    position: sticky;
    top: 133px;
    z-index: 9999;
}

.staff-agm__navigation-title-box {
    padding: 0 20px;
}

.staff-agm__navigation-title {
    font-family: 'Inter', sans-serif !important;
    color: #000000;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 13px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




nav {
    padding-right: 15px;
}

nav a {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    color: #000000;
}

nav li {
    padding: 2px 0px;
    padding-left: 20px;
    list-style: none;
    margin-bottom: 5px !important;
    transition: 0.3s;
    border-left: 2px solid transparent;
}

nav li.active {
    border-left: 2px solid #e60078;
}

nav li.active a {
    color: #e60078;
}


.staff-agm__main-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.staff-agm__main-content>section {
    padding-top: 93px;
}

.roles__banner {
    margin-bottom: 40px;
    position: relative;
}

.roles__banner h2.font-h2 {
    font-size: 32px !important;
    line-height: 42px !important;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
/*howtochoose*/
.howtochoose{
    padding: 40px 20px 20px;
    background-color: #FBFBFB;
    margin-top: 25px;
}
.howtochoose h2{
    max-width: 633px;
    margin: auto;
    margin-bottom: 5px;
}
.howtochoose .twoContent-box{
    padding: 0px 30px;
}
.howtochoose .twoContent-main{
    padding: 20px 0px;
    border-bottom: 1px solid #d7d5d5;
    margin-bottom: 0px;
}
.howtochoose .twoContent-main h3{
    margin-bottom: 10px;
}
.twoContent-main:last-child {
    border-bottom: none;
}
/**/
.twoContent-box {
    display: flex;
}
.twoContent-main{
    display: flex;
    margin-bottom: 15px;
}
.twoContent-main svg{
    min-height: 18px;
    min-width: 18px;
    margin-right: 10px;
}
.twoContent-aBox:first-child{
    margin-right: 50px;
}
.twoContent-main h3{
    font-size: 15px!important;
    line-height: 20px!important;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
}
/* python features */
.pythonFeatures{
    padding: 40px 30px 75px;
    background-color: #FBFBFB;
    margin-top: 30px;
}
.sideContent-rightBox {
    width: 265px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sideContent-leftBox {
    width: 265px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sideContent-centerImg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.sideContent-box{
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 350px;
}
.sideContent-box h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
@media (max-width: 1200px){
    .sideContent-leftBox{
        width: 240px;
    }
    .sideContent-rightBox{
        width: 240px;
    }
    .sideContent-centerImg{
        transform: translate(-50%, -50%);
        width: 172px;
        top: 50%;
    }
}
@media (max-width: 800px){
    
    .sideContent-centerImg{
        display: none;
    }
    .sideContent-left {
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .sideContent-right {
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .sideContent-leftBox {
        width: 100%;
        text-align: left;
    }
    .sideContent-box{
        flex-direction: column;
    }
    .pythonFeatures{
        padding: 40px 5px;
    }
    .pythonFeatures .offerService__box>p{
        margin-bottom: 20px!important;
    }
    .sideContent-rightBox{
        width: 100%;
    }
    .sideContent-box{
        height: auto;
    }
}
/*whychooseGroove*/

.whychooseGroove {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.whychooseGroove-box {
    width: 32%;
    padding: 30px;
    border-radius: 12px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #e8e8e8;
}


.whychooseGroove-box>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.whychooseGroove-box h3 {
    position: relative;
    font-size: 15px !important;
    line-height: 20px !important;
    margin-top: 15px;
    margin-bottom: 10px;
}

.whychooseGroove-box p {
    position: relative;
}

.aboutUs-5__image-svg {
    width: 40px;
    position: relative;
}
.whychooseGroove-box:last-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.whychooseGroove-box:last-child>div{
    width: 64px;
    height: 54px;
    position: relative;
}
.whychooseGroove-box:last-child h3{
    margin-top: 20px;
    margin-bottom: 5px;
}
.whychooseGroove-box:last-child p{
    margin-bottom: 15px;
}
#roles__banner, #about-us-5, #pythonFeatures, #pythonGrow, #ourServices, #howtochoose, #whyUs, #ourProcess, #FAQs{
    scroll-margin-top: 100px;
}
@media (max-width: 800px){
    .whychooseGroove-box{
        width: 100%;
    }
    .whychooseGroove-box:last-child{
        justify-content: center;
    }
}
/* aboutus 5 */
#about-us-5 {
    background-color: #ffffff;
    scroll-margin-top: 100px;
}

.aboutUs-5__box h2 {
    text-align: center;
    margin-bottom: 5px;
}

.aboutUs-5__box h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

.aboutUs-5__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aboutUs-5__content-box {
    width: 32%;
    padding: 30px;
    border: 1px solid #EFEFEF;
    border-radius: 24px;
    margin-bottom: 15px;
}

@media (max-width: 800px) {
    .aboutUs-5__content-box{
        width: 100%;
    }
    .aboutUs-5__content-box:last-child h3{
        max-width: 244px;
    }
}

/* section service */
.offerService {
    margin-bottom: 40px;
    scroll-margin-top: 140px;
}

.offerService__text h3 {
    margin-bottom: 10px;
}

.offerService__title {
    text-align: center;
    margin-bottom: 5px;
}

p.offerService__description {
    text-align: center;
    max-width: 648px;
    margin: auto;
    margin-bottom: 20px;
}

.offerService__mainContent {
    padding: 20px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}

.offerService__content {
    display: flex;
}

.offerService__icon {
    max-width: 36px;
    min-width: 36px;
    margin-right: 20px;
}

.offerService__text p:last-child {
    margin-top: 5px;
}


@media (max-width: 800px) {
    .staff-agm__main-content>section {
        padding-top: 30px;
    }

    .offerService {
        margin-top: 30px;
    }

    .offerService__title {
        margin-bottom: 10px;
    }
    .serviceImages{
        padding: 0 40px;
        margin-bottom: 20px;
    }
    .twoContent-aBox:first-child{
        margin-right: 0px;
    }
    .twoContent-box{
        flex-direction: column;
    }
    .howtochoose .twoContent-box{
        padding: 0px;
    }
}

/* aboutus 9 */
#about-us-9 {
    background-color: #FFFFFF;
    padding: 50px 0;
    padding-top: 20px;
}

.aboutUs-9__box {
    display: flex;
    align-items: center;
}

.aboutUs-9__left {
    max-width: 300px;
    margin-right: 50px;
}


.aboutUs-9__box h2 {
    margin-bottom: 10px;
    font-size: 28px!important;
    line-height: 34px!important;
    font-family: 'Inter', sans-serif;
}

.aboutUs-9__box p {
    font-weight: 400;
    margin-bottom: 20px;
}

.aboutUs-9__button {
    display: flex;
}

.aboutUs-9__button-profile {
    margin-right: 15px;
    display: none;
}

.aboutUs-9__button-profile path {
    fill: black;
}

.aboutUs-9__button-profile a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    width: 220px;
    height: 50px;
    margin: auto;
    border-radius: 4px;
    position: relative;
}

.aboutUs-9__button-profile a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: black;
    transition: all .35s;
    border-radius: 4px;
}

.aboutUs-9__button-profile a:hover {
    color: #fff;
}

.aboutUs-9__button-profile a:hover span {
    color: #fff;
}

.aboutUs-9__button-profile a:hover #Path_83809 {
    fill: #fff;
}

.aboutUs-9__button-profile a:hover:after {
    width: 100%;
    height: 100%;
}

.aboutUs-9__button-icon1 {
    margin-right: 10px;
    display: flex;
    position: relative;
    z-index: 2;
}

.aboutUs-9__contact-us a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 170px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

.aboutUs-9__contact-us span {
    color: #ffffff;
}

.aboutUs-9__contact-us a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.aboutUs-9__contact-us a:hover {
    color: #fff;
}

.aboutUs-9__contact-us a:hover span {
    color: #fff;
}


.aboutUs-9__contact-us a:hover:after {
    width: 100%;
    height: 100%;
}

.aboutUs-9__button-profile span,
.aboutUs-9__contact-us span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}
@media (max-width: 800px){
    .aboutUs-9__button{
        justify-content: center;
    }
    .aboutUs-9__right{
        text-align: center;
    }
    .aboutUs-9__left{
        margin-right: 0px;
    }
    .aboutUs-9__box{
        flex-direction: column;
    }
}
/* chooseGroove */
.chooseGroove {
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

.chooseGroove__box {
    padding: 40px 0px 23px;
    background-color: #FAFAFA;
    border-radius: 6px;
}

.chooseGroove__box h2 {
    text-align: center;
    margin-bottom: 5px;
}

.chooseGroove__contentBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.chooseGroove.custom.three-block .chooseGroove__content {
    width: 100%;
}


.chooseGroove__content {
    padding: 17px 60px;
    border-radius: 16px;
}

.chooseGroove__headerBox {
    margin-right: 30px;
}

.chooseGroove__img {
    max-width: 100px;
    min-width: 100px;
}

.chooseGroove__p p:last-child {
    margin-top: 10px;
}

.chooseGroove__p h3 {
    margin-bottom: 10px;
}

.chooseGroove.custom .chooseGroove__content {
    display: flex;
}


@media (max-width: 800px) {
    .chooseGroove__content {
        width: 100% !important;
        padding: 17px 0;
    }

    .chooseGroove__box {
        padding: 40px 5px 30px;
    }
    .chooseGroove__headerBox{
        margin-right: 20px;
    }
}

/*FAQs*/
#FAQs {
    margin-bottom: 50px;
    scroll-margin-top: 140px;
}

@media (max-width: 800px) {
    #FAQs {
        padding: 0 10px;
    }
}

.accordion-button {
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header {
    display: flex;
}

.accordion-button h3,
.accordion-button span {
    font-size: 15px !important;
    line-height: 20px !important;
    font-family: 'Inter', sans-serif;
    font-weight: normal;
    color: #222222;
    transition: 0.3s;
}

.accordion-button.open h3,
.accordion-button.open span {
    font-weight: bold;
    color: #e60078;
}

.accordion-button.open .line-notplus {
    display: none;
}

.accordion-button span {
    font-weight: 600;
    margin-right: 15px;
    min-width: 15px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: max-height 0.3s ease-out;
}

.accordion-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
}

.accordion-button:hover {
    background-color: #ffffff;
    color: #e60078;
}

.accordionBox {
    border-bottom: 1px solid #E8E8E8;
    padding: 20px 0;
}

.accordion-icon {
    max-width: 20px;
    min-width: 20px;
    margin-left: 15px;
}

/**/
.staff-agm1__button-calculator a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e60078;
    width: 230px;
    height: 40px;
    margin: auto;
    border-radius: 4px;
    position: relative;
    background-color: #E60078;
}

.staff-agm1__button-calculator span {
    color: #ffffff;
}

.staff-agm1__button-calculator a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: #C60067;
    transition: all .35s;
    border-radius: 4px;
}

.staff-agm1__button-calculator a:hover {
    color: #fff;
}

.staff-agm1__button-calculator a:hover span {
    color: #fff;
}


.staff-agm1__button-calculator a:hover:after {
    width: 100%;
    height: 100%;
}

.staff-agm1__button-calculator span {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    position: relative;
    z-index: 2;
}



.staff-agm__buttonLeft {
    background-color: #FFEDF6;
}

.staff-agm__buttonLeft span {
    color: #E60078;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
}


.pink-text {
    color: #E60078;
    pointer-events: none;
}

.banner-mb {
    display: none;
}

.banner-dt {
    display: block;
}

.dp-fl>p {
    width: 48%;
}

.dp-fl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* form */
#staff-agm__form {
    padding-top: 10px;
}

.staff-agm__form-box {
    padding-top: 50px;
    background-image: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    padding-left: 85px;
    padding-right: 85px;
}

.staff-agm__form-box h2 {
    text-align: center;
    margin-bottom: 10px;
}

.staff-agm__form-decor {
    display: flex;
}

.staff-agm__form-decor>div {
    width: 33.3333%;
    padding: 30px;
    padding-bottom: 20px;
    background-image: linear-gradient(133deg, #FFFFFF 0%, #FBFBFB 100%);
}

.staff-agm__form-number {
    font-size: 40px;
    line-height: 44px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #E60078;
    font-weight: 700;
}

.staff-agm__form-step.disabled {
    background-image: linear-gradient(90deg, #FFFFFF 0%, #FCFCFC00 100%);
}

.staff-agm__form-title {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter', sans-serif;
    color: #333333;
    ;
}

.staff-agm__form-step.disabled .staff-agm__form-number {
    color: #999999;
}

.staff-agm__form-step.disabled .staff-agm__form-title {
    color: #999999;
}

.staff-agm__form-step.active {
    border-image: linear-gradient(to right, #e60078, rgba(255, 192, 203, 0)) 1;
    border-top: 1px solid;
}

.staff-agm__form-main {
    border-image: linear-gradient(to bottom, #e60078, rgba(255, 192, 203, 0)) 1;
    border-left: 1px solid;
}

.staff-agm__form-content input {
    height: 50px !important;
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.staff-agm__form-content {
    padding: 40px 30px;
    padding-bottom: 110px;
    position: relative;
}

.staff-agm__form-content select {
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.staff-agm__form-content textarea {
    border: 1px solid #E8E8E8 !important;
    background-color: #ffffff !important;
}

.staff-agm__form-content input[type="submit"] {
    background-color: #e60078 !important;
    border-radius: 4px;
    margin-top: 20px;
    float: right;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.staff-agm__form-content .ajax-loader {
    display: none;
}
#staff-agm__form .wpcf7 form.sent .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output{
    margin-top: 0px;
}


@media screen and (max-width: 1200px) and (min-width: 800px) {
    .staff_agm .font-p {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .roles__banner h2.font-h2 {
        font-size: 24px !important;
        line-height: 25px !important;

    }

}

@media (max-width: 800px) {
    /* form */
    #staff-agm__form {
        padding: 0 15px;
    }

    .staff-agm__form-box {
        padding: 0px;
        padding-top: 30px;
    }

    .footer-white__box {
        display: none;
    }
    /**/
    .banner-mb {
        display: block;
    }

    .staff-agm__main-content {
        padding: 0 15px;
    }

    .banner-dt {
        display: none;
    }

    .staff-agm__container {
        position: relative;
    }

    .staff-agm__buttonNav {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 9999;
    }

    .staff-agm__navigation {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0;
        min-width: auto;
        max-width: none;
        z-index: 99999;
        height: 100%;
        background-color: #0000008f;
        padding: 0px;
        top: auto;
        left: auto;
    }


    .staff-agm__navigation nav li {
        padding: 15px 20px;
    }

    .staff-agm__navigation-content {
        border-radius: 12px 12px 0 0;
        position: absolute;
        top: auto;
        z-index: 9999;
        width: 100%;
        bottom: 0;
    }

    .show-cls {
        display: block !important;
    }




    .roles__banner {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .roles__banner-header {
        position: unset;
        transform: none;
        text-align: center;
        max-width: none;
        margin-bottom: 40px;
    }


    .roles__banner h2.font-h2 {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .roles__banner h2.font-h2 span {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .modal-content {
        width: 95% !important;
        margin-top: 125px !important;
    }

    .dp-fl {
        flex-direction: column;
    }

    .dp-fl>p {
        width: 100% !important;
    }

    .roles__exp-row.button__box>div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


}