
.solutions-padding {
    padding: 2rem 10rem;
}

.not-alone-section {
    padding: 5rem 8rem 0;
}

#pinkBtnDisplay-2 img{
    position: relative;
    top: 4rem;
    right: 8rem;
}

#pink-btn-desktop {
    background-color: #162C2F;
    color: white;
    max-width: 440px;
    width: 100%;
    margin: 3rem 0;
    align-items: center;
}

#pink-btn-desktop p{
    font-weight: 600;
    padding-right: 22px;
    font-size: 1rem;
}


#pinkBtnDisplay .arrow_right_white-bg-apps {
    background: #fff url(../assets/arrow_blue_bh.png) 50% 50% no-repeat;
    background-size: 25px;
    height: 36px;
    width: 78px;
    position: relative;
    right: -7rem;
}

.pink-container-list-desktop {
    background-color: #F5FAFA;
    padding: 2rem 0 2rem 4rem;
    margin: 3rem -8rem 0 0;
    border-radius: 15px;
    color: #21CCDD;
}

.pink-container-list-desktop ul {
    margin-bottom: 0 !important;
}

#pink-btn-desktop p {
    color: #fff;
}

.solutions-projects-btns-container h1 {
    padding-bottom: 1.5rem;
    line-height: 1;
    display: inline-block;
    color: #21CCDD !important;
}


.solutions-container-svg {
    position: relative;
    overflow: hidden;
}

.solutions-button {
    border: none;
    border-radius: 20px;
    color: gray;
    text-align: center;
    margin: auto;
    text-decoration: none;
    display: inline-flex;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 5%);
    cursor: pointer;
    max-width: 100%;
    padding: 1.5rem;
}

.solutions-button:nth-of-type(1) {
    background-color: #21CCDD;
}

.solutions-button:nth-of-type(2) {
    background-color: #F29EB0;
}

.solutions-button:nth-of-type(3) {
    background-color: #F3CB59;
}

.solutions-button:nth-of-type(4){
    background-color: #AADFE5;
}

.solutions-button img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.solutions-btn-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    max-width: 700px;
    min-width: 300px;
    margin: 0 auto;
    justify-items: center;
}

#btn_banner_padding-2 p {
    text-align: center;
    line-height: 1.2;
}

.solutions-apps-container {
    max-width: 360px;
    background: #F6FBFB;
    border-radius: 12px;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    position: relative;
}

.solutions-container-apps a {
    color: #162C2F;
    text-decoration: none;
}

#blueBtnDisplay .solutions-apps-container:nth-of-type(1){
    background: #21CCDD !important;
}

#blueBtnDisplay .solutions-apps-container:nth-of-type(2){
    background: #162C2F !important;
}

#blueBtnDisplay .solutions-apps-container:nth-of-type(4){
    background: #746CFF !important;
}

#blueBtnDisplay .solutions-apps-container:nth-of-type(3){
    background: #E54636 !important;
}


.solutions-apps-container h2{
    padding-right: 12px;
    color: #ffff;
    font-size: 1.5rem;
    margin-bottom: 0 !important;
}

#scb-text-color, #sbc-text-color span, #sbc-text-color p {
    color: #AADFE5 !important;
}

#scb-span-color {
    color: #AADFE5 !important;
}

#scb-p-color {
    color: #AADFE5 !important;
}

#scb-text-color-2 {
    color: #21CCDD !important;
}

#scb-span-color-2 {
    color: #21CCDD !important;
}

#scb-p-color-2 {
    color: #000000 !important;
}

.solutions-apps-container span {
    padding-right: 6px;
    color: #ffffff;
    position: relative;
    left: -8px;
    top: -8px;
}

.solutions-apps-container p {
    color:#ffffff;
    margin-bottom: 0 !important;
}

.solutions-container-sm-blue {
    width: 350px;
    background: #F6FBFB;
    border-radius: 12px;
    margin: 5rem auto;
    display: flex;
    align-items: center;
    padding: 2rem 2rem;
}

.solutions-container-sm-blue p {
    font-weight: 600;
    font-size: 1.5rem;
    padding-right: 1rem;
    margin-bottom: 0 !important;
}

.solutions-container-sm-blue .arrow_right_blue-bg {
    width: 96px;
    position: relative;
    top: 0;
    left: 1rem;
}

.arrow_right_white-bg-apps {
    background: #fff url(../assets/arrow_right2.png) 50% 50% no-repeat;
    background-size: 20px auto;
    border-radius: 20px;
    max-height: 32px;
    height: 100%;
    max-width: 54px;
    width: 100%;
    position: absolute;
    right: -2rem;
    cursor: pointer !important;
    border: none !important;
}


.grid-container-solutions-desktop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: baseline;
    position: relative;
    height: 100%;
    width: auto;
    margin: auto;
}

.grid-container-solutions-mobile {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    position: relative;
    height: 100%;
    width: auto;
    max-width: 500px;
    margin: auto;
    justify-items: center;
    justify-content: center;
    text-align: center;
}

.btn-bowhead-projects {
    padding: 1.2rem 2rem;
    margin: 2rem 0 1rem;
}

.solutions-img-assets-5 {
    position: absolute;
    width: 100%;
    height: auto;
}

.solutions-img-assets-5:nth-of-type(1) {
    top: 8rem;
    left: 8rem;
    max-width: 180px;
}

.solutions-img-assets-5:nth-of-type(2) {
    bottom: 3rem;
    right: 3rem;
    max-width: 140px;
}

.solutions-container-apps {
    padding-bottom: 1.2rem;
}

.solutions-container-apps h1 {
    font-size: 1.2rem !important;
    max-width: 230px;
    width: 100%;
}

.solutions-container-apps p {
    font-size: 1rem;
    max-width: 240px;  
}

.rounded-line {
    background: linear-gradient(90deg, rgba(170,223,229,0.9780287114845938) 0%, rgba(105,214,225,1) 50%, rgba(33,204,221,1) 100%);
    max-width: 100%;
    height: 1.1rem;
    border-radius: 15px;
    position: relative;
    top: 22px;
}

.rounded-line-circle {
  border:2px solid white;
  border-radius:50%;
  background:rgba(0,0,0,0);
  color:white;
  max-width: 1.1rem;
  width: 100%;
  height: 1.1rem;
  position: absolute;
}

.rlc-position-1 {
    right: 0;
}

.rlc-position-2 {
    left: 67%;
} 

.rlc-position-3 {
    right: 0;
}

svg#top_right_solutions {
    position: absolute;
    width: 45%;
    height: 55%;
    right: -5px;
    top: 0;
}

svg#solutions_blue_circles {
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 50%;
    height: 100%;
}

.arrow-down-btn-solutions {
    background: url(../assets/arrow_right2.png) 50% 50% no-repeat;
    background-size: 28px auto;
    height: 45px;
    width: 90px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(90deg) !important;
    box-shadow: 0 0 20px 19px rgb(36 36 36 / 5%);
    cursor: pointer;
    border: none;
    bottom: 3rem;
    z-index: 3;
}

.solutions-top-title {
    padding: 0  0 2rem 0;
}

.solutions-top-title::after {
    content: " ";
    display: block;
    border-bottom: 3px solid #63c9d9;
    position: relative;
    bottom: -35px;
    width: 85px;
}

.solutions-img-assets-desktop {
    position: relative;
    left: 0;
    top: 3rem;
    width: 100%;
    max-width: 340px;
    height: auto;
}

.button-bh-lg {
    padding: 1.5rem 2rem;
}

.btn-our-solution {
    background: #21CCDD;
    background-size: 20px auto;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-stretch: normal;
    font-weight: 400;
    height: 5rem;
    line-height: 5;
    text-align: center;
    text-transform: uppercase;
    max-width: 175px;
    min-width: 145px;
    max-height: 80px;
    min-height: 65px;
    border: none;
}

.solutions-brain-img {
    position: absolute;
    max-width: 200px;
    left: 14vw;
    top: -3rem;
    z-index: -1;
}

.solutions-hand-with-phone {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.solutions-blue-bg {
    background-color: #F5FAFA;
}


.buttons-default-screen { 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}


.blue-line::before {
    content: " ";
    display: block;
    border-bottom: 3px solid #63c9d9;
    position: relative;
    bottom: 42px;
    width: 65px;
    margin: auto;
}

.pink-btn-text {
    padding: 0 !important;
}

.solutions-default-container-sm-blue {
    max-width: 280px;
    width: 100%;
    background: #F6FBFB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 1.5rem;
    position: relative;
    justify-content: space-around;
}

.solutions-default-container-sm-blue p{
    font-size: 1rem;
    margin-bottom: 0 !important;
}

.solutions-default-container-sm-blue .arrow_right_blue-bg {
    width: 72px;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
}



.solutions-woman-img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 620px;
    position: relative;
}

.blue-button-screen {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pink-button-screen {
    padding-top: 3rem;
}

.bottom-section-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
}

.container-tab-bottom-desktop {
    width: 100%;
    padding: 3rem 2rem;
}

.container-text-5 {
    text-align: center;
}

.container-text-5 h1 {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.container-text-5 p {
    margin-bottom: 0 !important;
}

.solutions-container-apps-bar-list ul{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    list-style: none;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.solutions-container-tab-titles {
    padding-left: 1rem;
}

.change-starts-with-us-text {
    padding-right: 12rem;
}

.pink-btn-img-mobile {
    width: 500px;
    display: block;
    margin: auto;
}

.pink-container-list-mobile {
    background-color: #F5FAFA;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 15px;
    color: #21CCDD;
    padding: 2rem 1rem !important;
    margin-top: 1rem !important;
}

.solutions-projects-btns-container-padding {
    padding: 10rem 0 2rem;
}

svg#top_solutions_mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 35%;
}

svg#solutions_blue_circles_mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 60%;
    height: auto;
}

.padding-second-section-mobile p {
    padding-right: 10rem;
}


/* js clases */

.row-2-btn-change {
    max-height: 100% !important;
}

.col-5-btn-change {
    border-radius: 0 0 40px 40px;
    margin: auto;
    width: 100%;
    padding-top: 11rem;
    padding-bottom: 1rem !important;
}

.text-3-btn-change {
    font-size: 2.5rem !important;
    line-height: .5 !important;
}


.btn-container-change {
    position: relative;
    top: -1rem;
}

.hide-solutions-section {
    display: none ;
}

.solutions-button-opacity {
    opacity: 50%;
}

/* end js clases */

#banner_btns-learn-more {
    display: block; 
    line-height: 1; 
    color: #21CCDD;
}

.book-a-call-btn {
    top: 0 !important;
}

.btn-container-change p {
    margin-bottom: 0 !important;
}

.bottom-section-container p {
    padding: 0 12rem;
}

#pink-btn-mobile p {
    color: #fff;
}

@media screen and (min-width: 1901px) {
    .bottom-section-container p {
        padding: 0 20rem;
    }
}


@media screen and (min-width: 1601px) {

    .not-alone-section {
        padding: 5rem 10rem 0 !important;
    }

    .container-tab-bottom-desktop {
        padding: 3rem 10rem !important;
    }

    .solutions-padding {
        padding: 2rem 10rem !important;
    }

    .solutions-padding-2 {
        padding: 14rem 10rem 12rem!important;
    }

    p.pink-text {
        padding-right: 10rem !important;
    }
  

    #pinkBtnDisplay-2 img {
        max-width: 780px !important; 
    }

    .pink-button-screen {
        padding-top: 3rem;
    }

    .change-starts-with-us-text {
        padding-right: 12rem !important;
    }

    .solutions-button {
        width: 120px !important;
        margin: 6px !important;
    }

    .solutions-brain-img {
        left: -12vw !important;
    }

    .arrow-down-btn-solutions {
        background-size: 28px auto !important;
        height: 45px !important;
        width: 90px !important;
    }

    .solutions-top-padding {
        padding: 7.5rem 4rem;
    }

    .solutions-img-assets-desktop {
        max-width: 330px!important;
    }

    .solutions-brain-img {
        max-width: 205px!important;
    }

    .solutions-hand-with-phone {
        max-width: 500px !important;
    }

    .padding-second-section-mobile p {
        padding-right: 5rem !important;
    }

    #pinkBtnDisplay .arrow_right_white-bg-apps {
        right: -3.5vw !important;
    }


}


@media screen and (min-width: 1201px) {

    .ab-arrow-btn {
        color: rgba(0,0,0,.55) !important;
    }

    .blue-button-screen-text {
        padding-right: 5rem;
    }


    p.pink-text {
        padding-right: 5rem;
    }

    #pink-btn-desktop {
        max-width: 395px !important;
    }

    #pinkBtnDisplay .arrow_right_white-bg-apps {
        right: -4.5vw;
    }

    #pinkBtnDisplay-2 img {
        max-width: 670px;
        top: 0;
        right: 5rem;
    }

    .pink-button-screen {
        padding-top: 1rem;
    }

    .change-starts-with-us-text {
        padding-right: 6rem;
    }

    .solutions-padding {
        padding: 2rem 6rem;
    }

    .solutions-padding-2 {
        padding: 10rem 6rem 8rem;
    }

    .solutions-button {
        width: 105px;
        margin: 0 8px;
    }

    .padding-second-section-mobile p {
        padding-right: 0;
    }

    .solutions-brain-img {
        position: absolute;
        max-width: 190px;
        left: -14vw;
        top: -3rem;
        z-index: -1;
    }

    .not-alone-section {
        height: 105vh;
        display: flex;
    }

    .solutions-hand-with-phone {
        max-width: 420px;
    }

    .solutions-container-apps h1 {
        font-size: 1rem !important; 
    }

    .rounded-line {
        top: 5px;
    }

    .solutions-container-apps {
        padding: .8rem 0;
        font-size: 14px;
    }

    .solutions-container-apps p {
        margin-bottom: 0!important;
        font-size: 14px;
    }

    .grid-container-solutions-desktop {
        display: grid;
        grid-template-columns: auto auto 1fr;
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 50px;
        grid-row-gap: 0px;
        align-items: baseline;
        position: relative;
        height: 100%;
        width: auto;
        margin: auto;
        padding: 0 10rem;
    }

    .solutions-top-main-container {
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .arrow-down-btn-solutions {
        background-size: 25px auto;
        height: 38px;
        width: 76px;
    }

    

    .solutions-top-padding {
        padding: 3rem 4rem;
    }

    .solutions-img-assets-desktop {
        max-width: 275px;
        left: 0;
    }
    
    svg#Top_right_solutions_mobile  {
        display: none;
    }

    .hide-solutions-section-mobile {
        display: flex !important;
    }

    .solutions-img-assets-mobile {
        display: none!important;
    }

    .arrow_down_white-desktop {
        display: flex;
    }
    
    .arrow_down_white-mobile {
        display: none;
    }

    .solutions-hand-with-phone-desktop {
        display: block;
    }

    .solutions-hand-with-phone-mobile {
        display: none;
    }

    .btn-our-solution {
        width: 100%;
    }
    
    .buttons-default-screen {
        padding: 8rem 16rem;
    }

    .solutions-woman-img-hide {
        display: block;
        align-self: center;
    }

    .arrow_down_white-bg-apps {
        bottom: 145px;
        top: 1.5rem;
    }

    .health-is-your-resource-container {
        padding-top: 5rem;
    }

    #Top-right-solutions-2 {
        position: absolute;
        right: -2px;
        width: 30%;
        height: 80%;
        top: 0;
    }

    .pink-btn-img-mobile {
        display: none;
    }

    .pink-container-list-mobile {
        display: none;
    }
    
    #pink-btn-mobile {
        display: none;
    }   

    .grid-container-solutions-mobile {
        display: none;
    }

    svg#solutions_blue_circles_mobile {
        display: none !important;
    }

    svg#top_solutions_mobile {
        display: none;
    }

}


@media screen and (max-width: 1200px) {

    .solutions-button {
        max-width: 80%;
    }

    .bottom-section-container p {
        padding: 0 6rem;
    }

    .solutions-top-padding {
        margin-top: 16rem !important;
    }

    .solutions-top-main-container {
        padding: 10rem 6rem 14rem 6rem;
        display: flex;
        align-items: center;
    }

    .buttons-default-screen {
        padding: 5rem 4rem;
    }

    .solutions-default-container-sm-blue {
        padding: 1.5rem 1.5rem;
        justify-content: space-between;
    }

    .book-a-call-btn {
        top: 0 !important;
        transform: translateY(0);
        position: relative;
    }

    .solutions-padding, .solutions-padding-2 {
        padding: 2rem 6rem !important;
    }

    .not-alone-section {
        height: 1200px;
        padding: 10rem 6rem 0!important;
    }
    

    p {
        font-size: 16px;
    }

    svg#top_right_solutions  {
        display: none;
    }

    svg#solutions_blue_circles {
        display: none;
    }

    .second-section-solutions-mobile {
        align-items: center;
    }

    .solutions-img-assets-mobile {
        display: block !important;
        position: absolute;
        top: 0;
        right: -3rem;
        width: 160px;
    }

    .solutions-img-assets-desktop {
        display: none!important;
    }

    .solutions-top-container-padding-mobile p, .solutions-top-container-padding-mobile h1 {
        padding-right: 12rem;
    }   

    .arrow_down_white-hide {
        display: none;
    }
    
    .arrow_down_white-mobile {
        display: flex;
        padding: 3rem 0;
    }

    .solutions-hand-with-phone-desktop {
        display: none;
    }

    .solutions-hand-with-phone-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 500px;
        z-index: -1;
    }

    .second-section-solutions-mobile {
        overflow: hidden;
    }

    .hide-solutions-section-mobile {
        display: none;
    }

    svg#solutions_blue_circles {
        position: absolute;
        bottom: 0px;
        right: -10rem;
        height: auto;
        width: 100%;
        z-index: -2;
    }


    .btn-our-solution {
        width: 145px;
        height: 65px;
        line-height: inherit;
    }

    .arrow-down-btn-solutions {
        background-size: 24px auto;
        height: 35px;
        width: 65px;
        margin: 5rem 0 3rem;
    }

    .second-section-title-mobile {
        padding-bottom: 1rem;
    }

    .padding-second-section-mobile p {
        padding-right: 20rem;
    }

    .solutions-projects-btns-container-text {
        text-align: center;
        padding-bottom: 2rem;
    }

    .change-starts-with-us-text {
        padding: 0 2rem;
    }

    .solutions-woman-img-hide {
        display: none;
    }

    .blue-button-screen .row{
        align-items: center; 
        align-content: center; 
        justify-content: center;
    }

    .blue-button-screen h1, .blue-button-screen p {
        text-align: center;
    }

    .solutions-apps-container {
        margin: 1.5rem auto;
        padding: 1.5rem 1.5rem;
        max-width: 290px;
    }

    .solutions-apps-container h2 {
        font-size: 20px;
    }

    .solutions-apps-container p {
        font-size: 12px;
    }

    .arrow_right_white-bg-apps {
        max-height: 25px;
        height: 100%;
        max-width: 45px;
        width: 100%;
        position: absolute;
        right: -1.5rem;
    }

    .blue-button-screen-text {
        padding: 0 8rem 1rem;
    }

    #Top-right-solutions-2 {
        display: none;
    }

    .solutions-img-assets-5:nth-of-type(2) {
        top: 8rem;
        right: -1rem;
        max-width: 120px;
        transform: scaleX(-1);
    }

    .solutions-img-assets-5:nth-of-type(1) {
        top: 2rem;
        left: -2rem;
        max-width: 125px;
        transform: scaleX(-1);
    }

    .bottom-section-container {
        height: 100%;
        padding: 4rem 0 3rem;
    }

    .container-text-5 h1 {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .pink-btn-img-desktop {
        display: none;
    }

    .pink-btn-text h1, .pink-text{
        text-align: center;
    }

    .pink-btn-text h1 {
        padding-bottom: 1rem;
    }

    .pink-text {
        padding: 0 3rem;
    }

    .pink-container-list-desktop {
        display: none;
    }

    .pink-button-screen {
        padding-left: 0;
        padding-right: 0;
    }

    #pink-btn-mobile .solutions-container-sm-blue {
        margin: 3rem auto;
    }

    #pink-btn-desktop {
        display: none;
    }

    #pink-btn-mobile p {
        font-size: 16px; 
    }

    #pink-btn-mobile{
        background-color: #162C2F;
        color: white;
        max-width: 440px;
        width: 100%;
        margin: 3rem auto;
        align-items: center;
        max-width: 350px;
        height: 5.5rem;
        padding: 2.5rem 1rem;
    }

    #pinkBtnDisplay .arrow_right_white-bg-apps {
        right: -3rem;
    }

    .pink-container-list-mobile {
        font-size: 14px;
    }

    .grid-container-solutions-desktop {
        display: none;
    }

    .rounded-line {
        width: 400px;
        max-width: 100%;
    }

    .pink-container-list-mobile {
        font-size: 1rem;
    }

    .solutions-container-apps h1 {
        padding-top: 2.5rem;
        color: #21CCDD;
        font-weight: 600!important;
        font-size: 16px;  
        max-width: 100%;
    }

    .solutions-container-apps p {
        font-size: 14px; 
        margin-bottom: 0;
        max-width: 100%;
    }

    .solutions-container-apps {
        padding-bottom: .2rem;
        height: auto;
        line-height: 1;
        width: 400px;
    }

    .solutions-container-apps-bar-list ul {
        padding-bottom: 0;
        height: auto;
    }

    .solutions-brain-img {
        display: none;
    }
    
}

@media screen and (max-width: 900px) {

    .blue-button-screen-text {
        padding: 0 4rem 1rem;
    }

    .bottom-section-container p {
        padding: 0 !important;
    }

    .solutions-top-main-container {
        /* padding: 0 4rem 5rem 4rem !important; */
        padding: 8rem 4rem 10rem !important;
    }

    .not-alone-section {
        padding: 10rem 4rem 0!important;
    }
}

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

    .solutions-projects-btns-container-padding {
        padding: 8rem 0 2rem;
    }

    .padding-second-section-mobile {
        padding: 4rem 0 17rem;
    }

    .pink-button-screen {
        padding-top: 0;
    }

    .col-5-btn-change {
        padding-top: 8rem !important;
    }

    .solutions-default-container-sm-blue {
        max-width: 230px;
    }

    .solutions-container-apps a {
        font-size: 1rem !important;
    }


    .solutions-top-main-container {
        padding: 16rem 1rem 8rem !important;
        /* padding: 0 1rem 5rem 1rem !important; */
        /* height: 900px; */
    }

    .solutions-top-padding {
        margin-top: 0rem !important;
    }

    .bottom-section-container p {
        padding: 0 !important;
    }

    .button-bh {
        font-size: 14px;
        padding: 1.5rem;
    }

    .solutions-padding {
        padding: 2rem !important;
    }

    .solutions-padding-2 {
        padding: 8rem 2rem 2rem !important;
    }

    .not-alone-section {
        height: 100%;
        padding: 2rem 2rem 0!important;
    }

    svg#top_solutions_mobile {
        height: 30%;
    }

    .arrow_down_white-mobile {
        padding: 0 0 3rem 0;
    }

    .solutions-top-container {
        padding-top: 0rem;
    }

    p {
        font-size: 14px;
    }

    .second-section-solutions-mobile {
        
        align-items: initial;
    }
    
    .solutions-top-container-padding-mobile p, .solutions-top-container-padding-mobile h1 {
        padding-right: 3rem;
    }

    .solutions-padding-mobile p, .solutions-padding-mobile h1 {
        padding-right: 3rem;
    }
    
    .solutions-img-assets-mobile {
        display: block !important;
        position: absolute;
        top: 0;
        right: -3rem;
        width: 100px;
    }

    .solutions-brain-img-mobile {
        display: none;
    }

    .padding-second-section-mobile p {
        padding-right: 5rem;
    }

    .second-section-title-mobile {
        font-size: 26px !important;
        padding-bottom: 1rem;
    }

    .grid-container-solutions-desktop {
        max-height: 100%;
    }

    .solutions-hand-with-phone-mobile {
        display: block;
        position: absolute;
        bottom: 0;
        right: -12%;
        max-width: 240px;
        min-width: 180px;
        z-index: -1;
    }

    .change-starts-with-us-text {
        padding: 0 0.5rem;
    }

    .buttons-default-screen {
        padding: 3rem 1rem 6rem;
        height: 100%;
    }

    .buttons-default-screen h1 {
        font-size: 21px !important;
    }

    .blue-line::before {
        bottom: 22px;
    }

    .btns-default-screen-text {
        font-size: 12px;
    }

    .solutions-projects-btns-container h1 {
        font-size: 24px !important;
        padding-bottom: 1rem;
    }

    .solutions-btn-container {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    #btn_banner_padding-2 p {
        margin-bottom: 0 !important;
        font-size: 9px !important;
    }
    
    .solutions-button {
        padding: 1rem !important;
        max-width: 60px !important;
        border-radius: 12px;
    }

    .solutions-projects-btns-container-text {
        padding-bottom: 1rem;
    }

    .blue-button-screen {
        padding-top: 3rem;
    }
    
    .solutions-apps-container {
        padding: 1.2rem 1rem;
        max-width: 225px;
    }

    .solutions-apps-container p {
        font-size: 11px !important;
    }

    .solutions-apps-container h2 {
        font-size: 14px;
    }

    .blue-button-screen-text {
        padding: 0 0 1rem;
    }

    .container-text-5 h1 {
        font-size: 24px;
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    .solutions-img-assets-5:nth-of-type(2) {
        top: 50%;
        right: -1rem;
        max-width: 80px;
        transform: scaleX(-1);
    }

    .solutions-img-assets-5:nth-of-type(1) {
        top: 2rem;
        left: -2rem;
        max-width: 110px;
        transform: scaleX(-1);
    }


    .pink-btn-text h1, .blue-button-screen h1 {
        font-size: 21px !important;
    }

    .pink-text {
        padding: 0;
    }
 
    #pink-btn-mobile p {
        font-size: 12px !important; 
    }

    #pink-btn-mobile {
        max-width: 245px;
        width: 100%;
        height: 4.5rem;
        padding: 1.5rem 0 1.5rem 0.9rem;
    }

    .solutions-container-sm-blue p {
        padding-right: 0;
    }

    #pinkBtnDisplay .arrow_right_white-bg-apps {
        right: -1.5rem;
        max-width: 50px;
        max-height: 25px;
        background-size: 20px;
        position: absolute;
    }

    .pink-container-list-mobile {
        font-size: 12px;
    }

    .solutions-container-apps h1 {
        padding-top: 2.5rem;
        color: #21CCDD;
        font-weight: 600!important;
        font-size: 14px;  
        max-width: 100%;
    }

    .solutions-container-apps p {
        font-size: 12px; 
        margin-bottom: 0;
        max-width: 100%;
    }

    .solutions-container-apps {
        padding-bottom: .2rem;
        height: 100px;
        line-height: 1;
        width: 260px;
    }

    .rounded-line {
        width: 260px;
        max-width: 100%;
    }

    .solutions-container-apps-bar-list {
        height: auto;
    }

    .solutions-bottom-list-text li {
        font-size: 14px!important;
    }

    .arrow_right_blue-bg {
        background-size: 20px auto;
        height: 28px;
        width: 55px !important;
    }
}


@media screen and (max-width: 321px) {

    .solutions-img-assets-mobile {
        top: 2rem;
        right: -4rem;
    }

    .arrow_down_white-mobile {
        display: none;
    }

    .solutions-hand-with-phone-mobile {
        right: -10%;
        max-width: 170px;
        min-width: 170px;
    }

    .solutions-top-container {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }

    .second-section-solutions-mobile {
        margin-bottom: 3rem;
    }
}


@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .solutions-button {
        width: 90px;
    } 

    .solutions-btn-container {
        margin: 0;
        grid-column-gap: 1.5rem;
    }

    #btn_banner_padding-1, #btn_banner_padding-2, #btn_banner_padding-3, #btn_banner_padding-4 {
        font-size: 14px !important;
    }

}

.solutions-top__img--animation {
    display: inline-block;
    animation: rightToLeft .25s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  
  @keyframes rightToLeft {
    from {
        transform: translateX(0rem);
    }

    to {
        transform: translateX(8rem);
    }
  }

  .health-is-your-resource--animation{
    /* display: inline-block; */
    animation: bottomToTop .3s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  
  @keyframes bottomToTop {
    from {
        transform: translateY(10rem);
    }

    to {
        transform: translateY(0rem);
    }
  }

    .solutions-hand-with-phone-desktop {
        position: relative;
        /* height: 100%; */
    }   

  .youre-not-alone__img--animation  {
    animation: bottomToTopHand .8s linear infinite;
    animation-play-state: paused;
    animation-delay: calc(var(--scroll) * -1s);
    animation-iteration-count: 1;
    animation-fill-mode: both;
  }
  
  @keyframes bottomToTopHand {
    from {
        transform: translateX(130%);
    }

    to {
        transform: translateX(0%);
    }
  }

.solutions-button__hover:hover {
    transition: all .1s ease-in;
    transform: scale(1.1);
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
    .health-is-your-resource--animation{
        animation: bottomToTop .35s linear infinite;
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -1s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
      }
      
      @keyframes bottomToTop {
        from {
            transform: translateY(90%);
        }
    
        to {
            transform: translateY(-50%);
        }
      }
}

@media screen and (min-width: 0px) and (max-width: 900px) {
    .health-is-your-resource--animation{
        animation: bottomToTop .3s linear infinite;
        animation-play-state: paused;
        animation-delay: calc(var(--scroll) * -1s);
        animation-iteration-count: 1;
        animation-fill-mode: both;
      }
      
      @keyframes bottomToTop {
        from {
            transform: translateY(30%);
        }
    
        to {
            transform: translateY(-15%);
        }
      }
}