/* LANDING PAGE */
.header-vid-container {
    height: 85vh;
    background-image: url('../images/services/ERP/ERP BG Web.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: contain;
}

.ismuted {
    position: relative;
    border: none;
    top: -3rem;
    background: none;
    cursor: pointer;
    display: flex;
}

.font-heading-services {
    font-size: 68px !important;
}

.enterprise-container video {
    object-fit: cover;
    max-height: 100% !important;
}

.solution-img-container img {
    position: relative;
    max-width: 140%;
    object-fit: contain;
}

.solution-container p {
    position: relative;
    width: 80%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}


.redefine-row {
    height: 83vh;
    background-image: url("../images/services/ERP/Group1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    object-fit: contain;
}

.redefine-row h2,
.redefine-row p {
    position: relative;
    width: 90%;
    left: 3rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}


.ERP {
    width: 120%;
}

.erp-img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.fignertips-row h2,
.fignertips-row p {
    position: relative;
    width: 83%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.switch-text h2,
.switch-text p {
    position: relative;
    width: 48%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.switch-container {
    padding: 0 0 7rem 0;
    margin: 0;
}

.switch-img-container img {
    position: relative;
    height: 100%;
    max-width: 200%;
    display: flex;
    justify-content: center;
    object-fit: contain;
}

.embrance-text h2,
.embrance-text p,
.embrance-text div {
    position: relative;
    width: 90%;
    margin: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

.custom-header h2,
.custom-header p {
    position: relative;
    width: 95%;
    left: 3rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    object-fit: contain;
}

/* .bg-black {
	border-radius: 30px !important;
} */
.cta-img-container img {
    position: relative;
    height: 100%;
    width: 100%;
    bottom: -10%;
    object-fit: contain;
}



.contact-button {
    padding: 15px 35px;
    font-size: 20px;
    margin: 3rem;
    margin-bottom: 10rem;
    border-radius: 50px;
}

/* GTA */

.uiux5 {
    position: absolute;
    padding: 0;
    margin: 0;
    top: -80px;
    right: -100px;
}

.card-container {
    padding: 1.5rem;
}

.card-img {
    height: 230px;
    border-radius: 20px !important;
}

.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-button-explore {
    font-size: 16px !important;
    border: 2px solid #828282;
    border-radius: 30px !important;
    padding: 10px 50px !important;
    text-decoration: none;
}

.default-button-lg {
    font-size: 16px !important;
    font-family: RedHatDisplay bold !important;
    border: 2px solid #828282;
    border-radius: 30px !important;
    padding: 1rem 3rem !important;
    text-decoration: none;
}

@media screen and (min-width: 360px) and (max-width: 562px) {
    .font-heading-services {
        font-size: 35px !important;
    }

    /* LAMDIMG PAGE */
    .header-vid-container {
        height: 55vh;
        background-image: url('../images/services/ERP/ERP BG Mobile.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        object-fit: contain;
    }

    .enterprise-container {
        width: 90% !important;
        top: 3rem;
    }

    .ismuted {
        position: relative;
        top: -1.5rem;
        left: 3.5rem;
    }


    .muted,
    .unmuted {
        width: 70%;
    }

    /* MAIN CONTENT */
    .erp-solution-row {
        padding: 3rem 1rem !important;
    }

    .solution-img-container img {
        position: relative;
        left: -2rem;
        top: -1rem;
    }

    .redefine-row {
        height: 125vh;
        margin-top: -8rem;
        background-image: url("../images/services/ERP/Group2.png");
        background-repeat: no-repeat;
        background-size: 120% 100%;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 100%;
        left: 0;
        margin: auto;
    }

    .fignertips-row h2,
    .fignertips-row p {
        width: 100%;
        margin: 1rem auto !important;
    }

    .ERP {
        position: relative;
        width: 130% !important;
        top: 2rem;
    }

    .switch-text h2 {
        padding: 5rem 0 3rem 0 !important;
    }

    .embrance-text h2 {
        font-size: 40px !important;
    }

    .embrance-text h2,
    .embrance-text div {
        position: relative;
        width: 90%;
        margin: auto;
    }

    .contact-button {
        padding: 15px 35px;
        font-size: 15px;
        margin: auto;
        margin-bottom: 0rem;
        border-radius: 50px;
    }

    .switch-text h2,
    .switch-text p {
        position: relative;
        width: 80%;
        margin: auto !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-img-container img {
        position: relative;
        height: 110% !important;
        left: 8rem !important;
        display: flex;
    }

    .cta-img-container img {
        position: absolute;
        height: 100% !important;
        width: 110% !important;
        bottom: -1.3rem !important;
    }

    .get-btn {
        padding: 0 !important;
    }

    .cta-img-container {
        min-height: 300px !important;
    }
}

@media screen and (min-width: 375px) and (max-width: 599px) {

    /* MAIN CONTENT */
    .solution-container h2,
    .solution-container p {
        position: relative;
        width: 90%;
        padding-top: 2rem;
        margin: auto !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .header-vid-container {
        height: 58vh;
    }

    .redefine-row {
        height: 130vh;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 95%;
        left: 0;
        margin: .8rem 0 !important;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 100%;
        margin: 1rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ERP {
        position: relative;
        width: 150% !important;
        top: 2rem;
    }

    .switch-text h2 {
        padding: 4rem 0 2rem 0 !important;
    }

    .embrance-text h2 {
        font-size: 40px !important;
    }

    .contact-button {
        padding: 15px 35px;
        font-size: 15px;
        margin: auto;
        margin-bottom: 0rem;
        border-radius: 50px;
    }

    .switch-text h2,
    .switch-text p {
        position: relative;
        width: 90%;
        margin: 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-img-container img {
        position: relative;
        height: 110% !important;
        left: 9rem !important;
        display: flex;
    }

    .mb-5 {
        margin: 2rem 0 !important;

    }

    .cta-img-container img {
        position: absolute;
        height: 100% !important;
        width: 110% !important;
        bottom: -1.3rem !important;
    }

    .cta-img-container {
        min-height: 300px !important;
    }
}

@media screen and (min-width: 390px) and (max-width: 599px) {

    .header-vid-container {
        height: 50vh;
    }

    .redefine-row {
        height: 115vh;
    }
}

@media screen and (min-width: 410px) and (max-width: 599px) {

    .redefine-row {
        height: 110vh;
    }
}

@media screen and (min-width: 414px) and (max-width: 599px) {

    .redefine-row {
        height: 110vh;
    }
}

@media screen and (min-width: 420px) and (max-width: 599px) {
    .redefine-row {
        height: 115vh;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 100%;
        margin: 1rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }
}

@media screen and (min-width: 699px) and (max-width: 767px) {

    .header-vid-container {
        height: 35vh;
    }

    .ismuted {
        position: relative;
        top: -2.5rem;
    }

    .muted,
    .unmuted {
        width: 90%;
    }

    /* MAIN CONTENT */
    .font-heading-services {
        font-size: 34px !important;
    }

    .font-heading {
        font-size: 20px !important;
    }

    .font-subheading-bold {
        font-size: 12px !important;
    }

    .font-title-services {
        font-size: 18px !important;
    }

    .font-subheading {
        font-size: 11px !important;
    }

    .font-subtext {
        font-size: 10px !important;
    }

    .solution-container h2,
    .solution-container p {
        position: relative;
        width: 100%;
        padding: 0 !important;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .redefine-row {
        height: 35vh;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 100%;
        left: 3rem;
        padding: 0 !important;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 110%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ERP {
        width: 130% !important;
    }

    .switch-text h2,
    .switch-text p {
        position: relative;
        width: 70%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-img-container {
        min-height: 260px !important;
    }

    .switch-img-container img {
        position: absolute;
        height: 150% !important;
        top: -7rem !important;
        left: 1rem !important;
        display: flex;
        justify-content: center;
    }

    .embrance-text h2,
    .embrance-text p,
    .embrance-text div {
        position: relative;
        width: 90%;
        left: 1rem;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .get-btn {
        padding: 1rem 0 !important;
    }

    .cta-img-container {
        min-height: 255px !important;
    }

    .cta-img-container img {
        position: absolute;
        height: 120% !important;
        width: 110% !important;
        left: -2rem !important;
        bottom: -.5rem !important;
    }

    .card-container {
        padding: .5rem;
    }

    .card-container h2,
    .card-container p,
    .card-container a {
        margin: 1rem 0 !important;
    }

    .card-img {
        height: 150px;
    }
}

@media screen and (min-width: 600px) and (max-width: 698px) {

    .header-vid-container {
        height: 30vh;
    }

    .ismuted {
        position: relative;
        top: -2.5rem;
    }

    .muted,
    .unmuted {
        width: 90%;
    }

    /* MAIN CONTENT */
    .font-heading-services {
        font-size: 28px !important;
    }

    .font-heading {
        font-size: 18px !important;
    }

    .font-subheading-bold {
        font-size: 11px !important;
    }

    .font-title {
        font-size: 24px !important
    }

    .font-title-services {
        font-size: 16px !important;
    }

    .font-subheading {
        font-size: 10px !important;
    }

    .font-subtext {
        font-size: 9px !important;
    }

    .solution-container h2,
    .solution-container p {
        position: relative;
        width: 100%;
        padding: 0 !important;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .redefine-row {
        height: 30vh;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 100%;
        left: 3rem;
        padding: 0 !important;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 110%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ERP {
        width: 150% !important;
    }

    .switch-text h2,
    .switch-text p {
        position: relative;
        width: 70%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-img-container {
        min-height: 220px !important;
    }

    .switch-img-container img {
        position: absolute;
        height: 150% !important;
        top: -6rem !important;
        left: 1rem !important;
        display: flex;
        justify-content: center;
    }

    .embrance-text h2,
    .embrance-text p,
    .embrance-text div {
        position: relative;
        width: 90%;
        left: 1rem;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .get-btn {
        padding: 1rem 0 !important;
    }

    .cta-img-container {
        min-height: 220px !important;
    }

    .cta-img-container img {
        position: absolute;
        height: 115% !important;
        width: 110% !important;
        left: -2rem !important;
        bottom: 0rem !important;
    }

    .card-container {
        padding: .5rem;
    }


    .mb-5 {
        margin-top: 1rem !important;
    }

    .card-img {
        height: 120px;
    }

    .default-button-lg {
        font-size: 8px !important;
        font-family: RedHatDisplay bold !important;
        border: 2px solid #828282;
        border-radius: 30px !important;
        padding: 0.5rem 2rem !important;
        text-decoration: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 962px) {

    /* LAMDIMG PAGE */
    .header-vid-container {
        height: 35vh;
    }

    .ismuted {
        position: relative;
        top: -2.5rem;
    }

    .muted,
    .unmuted {
        width: 90%;
    }

    /* MAIN CONTENT */
    .font-heading-services {
        font-size: 38px !important;
    }

    .solution-container p {
        position: relative;
        width: 85%;
        padding: 0 !important;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .redefine-row {
        height: 35vh;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 100%;
        left: 3rem;
        padding: 0 !important;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 90%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ERP {
        width: 130% !important;
    }

    .switch-text h2,
    .switch-text p {
        position: relative;
        width: 60%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-img-container {
        min-height: 280px !important;
    }

    .switch-img-container img {
        position: absolute;
        height: 150% !important;
        top: -7.6rem !important;
        left: 1rem !important;
        display: flex;
        justify-content: center;
    }

    .embrance-text h2,
    .embrance-text p,
    .embrance-text div {
        position: relative;
        width: 100%;
        left: 1rem;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .mb-5 {
        margin-top: 1rem !important;
    }

    .default-button-lg {
        font-size: 10px !important;
        font-family: RedHatDisplay bold !important;
        border: 2px solid #828282;
        border-radius: 30px !important;
        padding: .5rem 2rem !important;
        text-decoration: none;
    }

    .get-btn {
        padding: 1rem 0 !important;
    }

    .cta-img-container {
        min-height: 250px !important;
    }

    .cta-img-container img {
        position: absolute;
        height: 120% !important;
        width: 110% !important;
        left: -2rem !important;
        bottom: 0rem !important;
    }

    .card-container {
        padding: .5rem;
    }

    .card-img {
        height: 140px;
    }
}

@media screen and (min-width: 800px) and (max-width: 961px) {

    /* LAMDIMG PAGE */
    .header-vid-container {
        height: 30vh;
    }

    /* MAIN CONTENT */
    .font-heading-services {
        font-size: 40px !important;
    }

    .solution-container p {
        position: relative;
        width: 85%;
        padding: 0 !important;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .redefine-row {
        height: 30vh;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 95%;
        left: 3rem;
        padding: 0 !important;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 90%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .ERP {
        width: 130% !important;
    }

    .switch-text h2,
    .switch-text p {
        position: relative;
        width: 65%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-img-container {
        min-height: 300px !important;
    }

    .switch-img-container img {
        position: absolute;
        height: 150% !important;
        top: -7.8rem !important;
        left: 1rem !important;
        display: flex;
        justify-content: center;
    }

    .embrance-text h2,
    .embrance-text p,
    .embrance-text div {
        position: relative;
        width: 90%;
        left: 1rem;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .get-btn {
        padding: 1rem 0 !important;
    }

    .cta-img-container {
        min-height: 280px !important;
    }

    .cta-img-container img {
        position: absolute;
        height: 120% !important;
        width: 110% !important;
        left: -2rem !important;
    }

    .mb-5 {
        margin-top: 1rem !important;
    }

    .card-container {
        padding: 1rem;
    }

    .card-img {
        height: 130px;
    }
}

@media screen and (min-width: 820px) and (max-width: 961px) {
    .redefine-row {
        height: 36vh;
    }

    .switch-img-container img {
        position: absolute;
        height: 140% !important;
        top: -7.3rem !important;
        left: 1rem !important;
        display: flex;
        justify-content: center;
    }

    .cta-img-container img {
        position: absolute;
        height: 123% !important;
        width: 110% !important;
        left: -2rem !important;
    }
}

@media screen and (min-width: 830px) and (max-width: 961px) {
    .redefine-row {
        height: 37vh;
    }

    .switch-img-container img {
        position: absolute;
        height: 140% !important;
        top: -7.4rem !important;
        left: 1rem !important;
        display: flex;
        justify-content: center;
    }

    .cta-img-container img {
        position: absolute;
        height: 125% !important;
        width: 110% !important;
        left: -2rem !important;
    }
}

@media screen and (min-width: 850px) and (max-width: 961px) {
    .header-vid-container {
        height: 35vh;
    }

    .redefine-row {
        height: 40vh;
    }

    .switch-img-container img {
        position: absolute;
        height: 140% !important;
        top: -7.5rem !important;
        left: 1rem !important;
        display: flex;
        justify-content: center;
    }

    .cta-img-container img {
        position: absolute;
        height: 120% !important;
        width: 110% !important;
        left: -2rem !important;
        bottom: 0 !important;
    }
}

@media screen and (min-width: 962px) and (max-width: 1023px) {
    .header-vid-container {
        height: 70vh;
    }

    .font-heading-services {
        font-size: 48px !important;
    }

    .font-title {
        font-size: 40px !important;
    }

    .switch-img-container {
        min-height: 400px !important;
    }

    .redefine-row {
        height: 75vh;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 80%;
        left: 3rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 90%;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-img-container {
        min-height: 350px !important;
    }

    .switch-img-container img {
        position: absolute;
        height: 135% !important;
        width: 200%;
        top: -7.8rem !important;
        display: flex;
        justify-content: center;
    }

    .switch-text h2,
    .switch-text p {
        width: 60%;
    }

    .cta-img-container {
        min-height: 350px !important;
    }

    .cta-img-container img {
        position: absolute;
        height: 110% !important;
        width: 110% !important;
        bottom: 0rem !important;
    }

    .get-btn {
        padding: 1.5rem 0 !important;
    }

    .embrance-text h2,
    .embrance-text p,
    .embrance-text div {
        position: relative;
        width: 90%;
        left: 1rem;
        margin: .5rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .card-img {
        height: 200px;
    }
}

/* sm */
@media (min-width: 576px) {
    .switch-img-container {
        min-height: 600px;
    }

    .switch-img-container img {
        position: absolute;
        height: 100%;
        width: 250%;
        display: flex;
        justify-content: center;

    }

    .cta-img-container {
        min-height: 400px;
    }

    .cta-img-container img {
        position: absolute;
        height: 100%;
        width: 110%;
        left: -4rem;
        bottom: 0;
    }
}

/* lg */
@media (min-width: 992px) {
    .switch-img-container img {
        position: absolute;
        height: 140%;
        left: 6rem;
        top: -15rem;
        display: flex;
        object-fit: cover;
    }

    .cta-img-container img {
        position: absolute;
        height: 130%;
        width: 90%;
        left: 0rem;
        bottom: -1.7rem;
        object-fit: cover;
    }

}

/* xl */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .header-vid-container {
        height: 65vh;
    }

    .enterprise-container {
        position: relative;
        width: 70% !important;
        display: flex;
        justify-content: center;
    }

    .ismuted {
        position: relative;
        left: 3.5rem;
    }

    .font-heading-services {
        font-size: 50px !important;
    }

    .font-title {
        font-size: 40px !important;
    }

    .switch-img-container {
        min-height: 400px !important;
    }

    .redefine-row {
        height: 65vh;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 90%;
        left: 3rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-img-container img {
        position: absolute;
        height: 135% !important;
        width: 180%;
        top: -8.8rem !important;
        display: flex;
        justify-content: center;
    }

    .switch-text h2,
    .switch-text p {
        width: 58%;
    }

    .cta-img-container {
        min-height: 350px !important;
    }

    .cta-img-container img {
        position: absolute;
        height: 115% !important;
        width: 100% !important;
        bottom: 0rem !important;
    }

    .default-button-lg {
        font-size: 12px !important;
        font-family: RedHatDisplay bold !important;
        border: 2px solid #828282;
        border-radius: 30px !important;
        padding: 0.8rem 2rem !important;
        text-decoration: none;
    }

    .get-btn {
        padding: 0 !important;
    }

    .embrance-text h2 {
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }

    .card-container {
        padding: 1rem;
    }

    .card-img {
        height: 180px;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
    .font-heading-services {
        font-size: 58px !important;
    }

    .ismuted {
        position: relative;
        left: 2.5rem;
    }

    .enterprise-container {
        position: relative;
        width: 65% !important;
        display: flex;
        justify-content: center;
    }

    .redefine-row {
        height: 83vh;
    }

    .switch-img-container {
        min-height: 500px !important;
    }

    .solution-container p {
        position: relative;
        width: 85%;
        margin: 1rem 0 !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 80%;
        margin: 1rem 0 !important;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 90%;
        left: 3rem;
        margin: 1rem 0 !important;
    }

    .switch-img-container img {
        position: absolute;
        height: 135% !important;
        width: 200%;
        top: -11rem !important;
        display: flex;
        justify-content: center;
    }

    .switch-text h2,
    .switch-text p {
        width: 50%;
        margin: 1rem 0 !important;
    }

    .cta-img-container img {
        position: absolute;
        height: 115% !important;
        width: 90% !important;
        bottom: 0rem !important;
    }

    .embrance-text h2,
    .embrance-text p {
        width: 90%;
        margin: 1rem auto !important;
    }

    .card-img {
        height: 200px;
    }
}

@media (min-width: 1366px) and (max-width: 1439px) {
    .font-heading {
        font-size: 34px !important;
    }

    .ismuted {
        position: relative;
        left: .5rem;
    }

    .font-heading-services {
        font-size: 63px !important;
    }

    .redefine-row {
        height: 85vh;
    }

    .solution-container p {
        width: 75%;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 80%;
        margin: 1rem 0 !important;
    }

    .redefine-row p {
        position: relative;
        width: 82%;
        left: 3rem;
        margin: 1rem 0 !important;
    }

    .fignertips-row h2,
    .fignertips-row p {
        width: 75%;
    }

    .switch-img-container {
        min-height: 550px !important;
    }

    .switch-img-container img {
        position: absolute;
        height: 135% !important;
        width: 250%;
        top: -12rem !important;
        display: flex;
        justify-content: center;
    }

    .switch-text h2,
    .switch-text p {
        width: 47%;
        margin: 1rem 0 !important;
    }

    .embrance-text h2,
    .embrance-text p,
    .embrance-text div {
        width: 82%;
    }

    .cta-img-container img {
        position: absolute;
        height: 125%;
        width: 100%;
        left: 0rem;
        bottom: -1rem;
        object-fit: cover;
    }

    .card-img {
        height: 200px;
    }
}

@media (min-width: 1440px) and (max-width: 1500px) {
    .header-vid-container {
        height: 76vh;
    }

    .font-heading-services {
        font-size: 66px !important;
    }

    .solution-container p {
        width: 84%;
    }

    .redefine-row {
        height: 75vh;
    }

    .fignertips-row h2,
    .fignertips-row p {
        position: relative;
        width: 75%;
        margin: 1rem 0 !important;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 90%;
        left: 3rem;
        margin: 1rem 0 !important;
    }

    .switch-img-container {
        min-height: 550px !important;
    }

    .switch-img-container img {
        position: absolute;
        height: 135% !important;
        width: 250%;
        top: -12rem !important;
        bottom: 0 !important;
        display: flex;
        justify-content: center;
    }

    .switch-text h2,
    .switch-text p {
        width: 50%;
    }

    .cta-img-container img {
        bottom: -1.5rem;
    }

    .embrance-text h2,
    .embrance-text p,
    .embrance-text div {
        width: 82%;
    }
}

@media (min-width: 1920px) {
    .header-vid-container {
        height: 85vh;
    }

    .ismuted {
        top: -4rem;
    }

    .muted,
    .unmuted {
        min-width: 150% !important;
    }

    .font-heading-services {
        font-size: 90px !important;
    }

    .solution-container p {
        width: 84%;
    }

    .redefine-row {
        height: 85vh;
        background-image: url("../images/services/ERP/Group1.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .redefine-row h2,
    .redefine-row p {
        position: relative;
        width: 90%;
        left: 3rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        object-fit: contain;
    }

    .switch-container {
        padding-bottom: 10rem;
    }

    .switch-text h2,
    .switch-text p {
        width: 47%;
    }

    .switch-img-container {
        min-height: 700px;
    }

    .switch-img-container img {
        position: absolute;
        height: 140%;
        width: 200%;
        top: -17.5rem;
    }

    .embrance-text p {
        margin-bottom: 2rem;
    }


    .cta-img-container img {
        position: absolute;
        height: 160%;
        width: 90%;
        left: 0rem;
        bottom: -4.7rem !important;
    }


    .card-img {
        height: 300px;
    }
}

@media (min-width: 2200px) {
    .header-vid-container {
        height: 70vh;
    }

    .ismuted {
        top: -4rem;
    }

    .muted,
    .unmuted {
        min-width: 150% !important;
    }

    .font-heading-services {
        font-size: 100px !important;
    }

    .redefine-row {
        height: 70vh;
    }

    .switch-container {
        padding-bottom: 10rem;
    }


    .switch-img-container {
        min-height: 800px;
    }

    .switch-img-container img {
        position: absolute;
        height: 135%;
        width: 200%;
        top: -17.5rem;
    }

    .card-img {
        height: 350px;
    }

    .embrance-text p {
        margin-bottom: 2rem;
    }


    .embrance-text h2,
    .embrance-text p,
    .embrance-text div {
        width: 90%;
    }

    .cta-img-container {
        min-height: 650px;
    }

    .cta-img-container img {
        position: absolute;
        height: 115%;
        width: 90%;
        left: 0rem;
        bottom: 0rem !important;
    }


    .card-img {
        height: 350px;
    }
}