.dev-wrapper{
    margin-top: 136px;
    margin-bottom: 100px;
}
.dev-wrapper__container{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
}
.dev-info{
    display: flex;
    flex-direction: row;
    padding: 0px;
    max-width: 1200px;
    justify-content: space-between;
    align-self: normal;
    margin-top: 40px;
    /* gap: 8px; */
}

.dev-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 32px;
    /* gap: 8px;   */
    max-width: 397px;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
    margin-right: 8px;
}
.dev-container:last-child{
margin-right: 0px;
}
.dev-h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #101010;
    margin-bottom: 8px;
}
.dashboard-dev{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dashboard-dev img{
    width: 100%;
    max-width: 1200px;
    z-index: -1;
}


.orientation-dev{
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background: #FFFFFF;
border-radius: 0px 0px 32px 32px;
}
.orientation-dev-container{
    max-width: 1200px;
    height: auto;
    
}
.orientation-dev-title{
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #101010;
    padding-bottom: 40px;
}
.orientation-dev-block{
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 0px;
/* gap: 8px; */
}
.orientation-dev-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    /* gap: 16px; */
    width: 100%;
    height: 201px;
    background: #F3F3F3;
    border: 1px solid #CFCFCF;
    border-radius: 20px;
    margin-right: 8px;
}
.orientation-dev-card:last-child{
 margin-right: 0px;
}
.orientation-dev-icons{
    width: 93px;
    height: 93px;
    margin-bottom: 16px;
}
.orientation-dev-card p{
    color: #101010;
}
.orientation-dev-actions{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    /* row-gap: 8px; */
    max-width: 1200px;
    min-height: 304px;
    flex-wrap: wrap;
    padding-bottom: 100px;
    justify-content: space-between;
}
.orientation-actions-card{
    margin-bottom: 8px;
}
.orientation-actions-card{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 32px;
    /* gap: 8px; */
    max-width: 49.6%;
    height: auto;
    background: #F3F3F3;
    border: 1px solid #CFCFCF;
    border-radius: 20px;
    width: 100%;
    min-height: 174px;
    height: 100%;
}
.actions-card-title{
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 8px;
}

.special-dev{
    width: 100%;
    padding: 80 0;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}
.special-dev-title{
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #101010;
}
.special-dev-inner{
    display: flex;
    padding-bottom: 56px;
    gap: 100px;
}
.special-dev-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /* gap: 16px; */
}
.special-dev-description{
    display: flex;
    /* gap: 40px; */
    flex-direction: column;
    max-width: 592px;
    padding-top: 210px;
    margin-right: 16px;
}
.special-dev-description p{
    max-width: 550px;
    margin-bottom: 40px;
}
.special-dev-description .button-m{
    width: fit-content;
}
.special-dev-inner p{
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #CFCFCF;
}
.special-dev-img{   
    max-width: 592px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.special-dev-img img{
    width: auto;
    padding: 20px 48px 48px 48px;
}
.special-dev-img-title{
    writing-mode: vertical-rl;
    max-height: 380px;
    height: 100%;
    transform: rotate(180deg);
    text-align: center;
}
.special-dev-img-title p{
    
    padding: 12px;
}
.special-dev-img-title hr{
    background: #D9D9D9;
    width: 1px;
    height: 100%;
    
}
.motivation-dev-container{
    display: flex;
    flex-direction: row;
    height: auto;
    min-height: 312px;
    background: #FFFFFF;
    border-radius: 20px;
    
}
.motivation-dev-inner{
    max-width: 600px;
    min-height: 312px;
    background: #3D9FFF;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
}
.motivation-dev-title{
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}
.motivation-dev-content{
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.stacks{
    padding-bottom: 100px;
}
.stacks-cards{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* gap: 8px; */
}
.stacks-card{
    max-width: 24.49%;
    width: 100%;
    height: 137px;
    background: #FFFFFF;
    border-radius: 20px;
    display: grid;
    justify-items: center;
    align-items: center;
    margin-right: 8px;
}
.stacks-card:first-child, .stacks-card:nth-child(5){
    margin-bottom: 8px;
}
.stacks-card:nth-child(4n+4) {
    margin-right: 0px;
}
.stacks-card img{
    width: initial;
}
.stacks-title{
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.015em;
    color: #101010;
    padding-bottom: 40px;
}

.price-dev{
    padding-bottom: 100px;
    padding-top: 100px;
}
.price-dev-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    position: relative;
}
.price-dev-inner{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.price-dev-title{
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.015em;
    color: #101010;
}
.price-dev-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
    /* gap: 32px; */
    max-width: 394.67px;
    /* min-height: 733px; */
    background: #FFFFFF;
    border-radius: 20px;
}
.price-dev-card-title{
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #101010;
    width: 100%;
    margin-bottom: 32px;
}
.price-dev-price-title{
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px; 
    text-align: center; 
    color: #101010;
    width: 100%;
    margin-bottom: 32px;
}
.price-dev-card hr{
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    margin-bottom: 32px;
}
.price-dev-card-elements{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* gap: 20px; */
    max-width: 354.67px;
    height: auto;
}
.price-dev-card-element{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    /* gap: 18px; */
    margin-bottom: 20px;
}
.price-dev-card-element:last-child{
    margin-bottom: 0px;
}
.price-dev-card-element p{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #101010;
}
.price-dev-card-element img{
 width: auto !important;
 /* height: 32px; */
 margin-right: 18px;
}
.price-dev-fields-container{
    align-items: center;
    display: flex;
    flex-direction: column;
    width: auto;
    align-self: center;
    /* gap: 10px; */
}
.dev-fields-text{
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #101010;
    margin-bottom: 10px;
}

.swiper-slide-dev img{
    width: 100%;
    object-fit: cover;
    position: initial;
    padding-right: 60px;
}
.functions-big-container{
    display: flex;
    flex-direction: column;
}
.functions-big{
    display: flex;
    flex-direction: row;
    padding: 0 26 72 54;
    /* gap: 60px; */
}
.functions-big div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    /* gap: 8px; */
    text-align: start;
    color: #000000;
}
.functions-big div:first-child{
    margin-right: 60px;
}
.big-p{
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
    margin-bottom: 8px;
}
.functional-dev .swiper-pagination{
    right: 0;
}


.description-cards{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    grid-gap: 8px;
}
.description-card{
    width: 100%;
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid var(--gray-light, #CFCFCF);
    background: var(--light-grey, #F3F3F3);
}
.description-card img{
    height: 93px;
}
.description-card *{
    margin-bottom: 16px;
}
.description-card *:last-child{
    margin-bottom: 0px;
}
.description-card-title{
    color: var(--black, #101010);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
}
.description-card-subtitle{
    color: var(--black, #101010);
}
@media(max-width: 1210px){
    .stacks-card{
        max-width: 24.3%;
    }
    .functions-big {
        display: flex;
        flex-direction: row;
        padding: 24 24 0 24;
        /* gap: 60px; */
    }
    .dev-swiper .swiper-text {
        padding: 24 24 24 24;
    }
    .dev-swiper .swiper-title {
        padding: 24 0 0 24;    
    }
}

@media(max-width: 1200px){
    .functional-dev .swiper-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
        width: inherit;
    }
}


@media(max-width: 1000px){
    .dev-wrapper{
        margin-top: 139px;
        margin-bottom: 64px;
    }
    .dev-wrapper__container{
        margin-top: 22px;
        padding-bottom: 0px;
    }
    .dev-info{
        margin-top: 32px;       
    }
    .dev-text{
        text-align: start;
    }
    .dev-h2{
        font-weight: 400;
        font-size: 40px;
        line-height: 48px;
        text-align: center;
    }
    .dashboard-dev{
        margin-top: 0px;
    }
    .orientation-dev{
        padding-top: 64px;
    padding-bottom: 64px;
    
    }
    .orientation-dev-title{
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
    }
    .orientation-dev-block{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .orientation-dev-card{
        width: 49.3%;
        margin-right: 0px;
    }
    .orientation-dev-card:nth-child(odd) {
        margin-right: 8px;
      }
      .orientation-dev-card:first-child {
        margin-bottom: 8px;
      }
    .actions-card-title{
        font-weight: 400;
        font-size: 40px;
        line-height: 48px;
    }
    .orientation-dev-actions{
        padding-bottom: 64px;
    }
    .orientation-actions-card{
        padding: 12px 24px;
        /* gap: 8px; */
        max-width: 49.3%;
        min-height: 202px;
        height: 100%;
    }

    .special-dev {
        padding-top: 32px;
        margin-top: 64px;
        margin-bottom: 64px;
        background: #FFFFFF;
        border-radius: 32px;
        position: relative;
        overflow: hidden;
        padding-bottom: 0px;
    }
    .special-dev .container{
        padding-bottom: 0px;
    }
    .special-dev-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .special-dev-inner {
        width: 100%;
        display: flex;
        padding-bottom: 32px;
        flex-direction: row;
        justify-content: space-between;
    }
    .special-dev-inner p {
        font-weight: 400;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.015em;
    }
    .special-dev-description {
        display: flex;
        /* gap: 24px; */
        flex-direction: column;
        max-width: 100%;
        padding-top: 0px;
    }

    .special-dev-description p{
        max-width: 100%;
        margin-bottom: 24px;
    }
    .special-dev-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .special-dev-img {
        display: flex;
        position: initial;
        width: auto;
        height: auto;
        padding-top: 24px;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin: 0 auto;
    }
    .special-dev-img img{
    width: 100%;
    max-width: 1190px;
    }


    .motivation-dev-inner{
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.015em;
        color: #FFFFFF;
        border-radius: 16px;
            padding: 24px;
    }
    .motivation-dev-content {
        padding: 24px;
    }

    .stacks{
        padding-bottom: 64px;
    }
    .stacks-cards{
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        /* gap: 8px; */
    }
    .stacks-card{
        max-width: 32.4%;
        width: 100%;
        height: 137px;
        background: #FFFFFF;
        border-radius: 20px;
        display: grid;
        justify-items: center;
        align-items: center;
    }
    .stacks-card:nth-child(n+4) {
        margin-bottom: 8px;
    }
    .stacks-card:nth-child(3n+3) {
        margin-right: 0px;
    }
    .stacks-card:nth-child(4n+4) {
         margin-right: 8px; 
    }
    .stacks-title{
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 24px;
    }

    .price-dev{
        padding-bottom: 64px;
        padding-top: 64px;
    }
    .price-dev-inner{
        display: flex;
        justify-content: space-between;
        padding-bottom: 24px;
    }
    .price-dev-title{
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 36px;
    }
    .price-dev-card{
        padding: 20px 12px;
        /* gap: 16px; */
        max-width: 100%;
        /* min-height: 369px; */
    }
    .price-dev-card-title{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .price-dev-price-title{
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .price-dev-card hr{
      margin-bottom: 16px;
    }
    .price-dev-card-elements{
        padding: 0px;
        /* gap: 16px; */
    }
    .price-dev-card-element{
        padding: 0px;
        /* gap: 16px; */
        margin-bottom: 16px;
    }
    .price-dev-card-element p{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
    .price-dev-card-element img{
     height: 24px;
     margin-right: 16px;
    }
    .dev-fields-text{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }


    .dev-swiper .swiper-wrapper{
        height: auto !important;
    }
    .swiper-slide-dev img{
        padding-right: 24px;
    }
    .functions-big{
        display: flex;
        flex-direction: row;
        padding: 24 24 0 24;
        /* gap: 60px; */
    }
    .functions-big div{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        /* gap: 8px; */
    }
    .big-p{
        font-weight: 400;
        font-size: 40px;
        line-height: 48px;
    }
    .dev-swiper .swiper-text{
        padding: 24 24 24 24;
    }
   
    .description-cards{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 24px;
    }
    .description-card{
        padding: 20px;
    }
    .description-card-title{
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width: 700px){
    .dev-wrapper{
        margin-top: 96px;
        margin-bottom: 32px;
    }
    .dev-wrapper__container{
        margin-top: 22px;
        padding-bottom: 0px;
    }
    .dev-wrapper .container{
        padding: 0px;
    }
    .dev-wrapper__container .plain-text{
        order: 0;
    }
    .dev-wrapper__container .dual-button{
        order: 1;
    }
    .dev-wrapper__container .sweep-info{
        order: 3;
    }
    .dev-wrapper__container .dashboard{
        order: 2;
    }
    .dev-text{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .dev-h2{
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
    }
    .dev-info{
        display: flex;
        flex-direction: column;
        align-items: center;
        /* gap: 20px; */
        border-radius: 12px 12px 0px 0px;
        order: 4;
        margin-top: 32px;
    }
    .dev-container{
        /* gap: 8px; */
        max-width: 100%;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .dev-container:last-child{
        margin-bottom: 0px;
    }
    .dashboard-dev{
        margin-top: 0px;
        padding: 0 2;
        order: 3;
    }
    .orientation-dev{
        padding-top: 32px;
        padding-bottom: 32px;
        background: #FFFFFF;
        border-radius: 12px;
    }
    .orientation-dev .container{
        padding-top: 0px;
    }
    .orientation-dev-container{
        padding: 0px;
    }
    .orientation-dev-title{
        font-weight: 600;
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 24px;
    }
    .orientation-dev-block{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .orientation-dev-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* gap: 16px; */
        width: 100%;
    }
    
    .orientation-dev-title{
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
    }
    .orientation-dev-block{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .orientation-dev-card{
        width: 100%;
    }
    .actions-card-title{
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
    }
    .orientation-dev-actions{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        padding-bottom: 64px;
    }
    .orientation-actions-card{
        padding: 12px 24px;
        /* gap: 8px; */
        max-width: 100%;
        min-height: 0px;
        height: 100%;
    }
    .orientation-dev-card{
        margin-bottom: 8px;
    }
    .orientation-dev-card:last-child {
        margin-bottom: 0px;
    }
    .orientation-dev-card:nth-child(odd) {
        margin-right: 0px;
    }
    .special-dev {
        padding-top: 32px;
        margin-top: 32px;
        margin-bottom: 64px;
        background: #FFFFFF;
        border-radius: 12px;
        position: relative;
        overflow: hidden;
        padding-bottom: 0px;
    }
    .special-dev-img-title{
        height: auto;
    margin: 0 0 30 20;
    }
    .special-dev .container{
        padding-bottom: 0px;
    }
    .special-dev-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .special-dev-inner {
        width: 100%;
        display: flex;
        padding-bottom: 30px;
        flex-direction: column;
        /* gap: 30px; */
    }
    .special-dev-description p {
        margin-bottom: 30px;
    }
    .special-dev-inner p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }
    .special-dev-description {
        display: flex;
        /* gap: 30px; */
        flex-direction: column;
        max-width: 100%;
    }
    .special-dev-content {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }
    .special-dev-img {
        padding-top: 35px;
    }
    .special-dev-img img{
    width: 100%;
    max-width: 1190px;
    }
    .motivation-dev-block{
        background: #FFFFFF;
    border-radius: 0px 0px 12px 12px;
    }
    .motivation-dev-block .container {
    background: #3D9FFF;
    border-radius: 12px;
}
.motivation-dev-title{
    font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        color: #FFFFFF;
}
    .motivation-dev-inner{
    padding: 32 0 24 0px;
    min-height: auto;
    }
    .motivation-dev-content {
    padding: 0 0 32 0px;
    color: #ffff;
    /* gap: 24px; */
    }
    .motivation-dev-content button{
        background: #FFFFFF;
        color: #3D9FFF;
        margin-top: 24px;
    }
    .motivation-dev-container {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0px;
      background: #3D9FFF;
}
.stacks-cards{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* gap: 8px; */
    justify-content: space-between;
}
.stacks-card{
    max-width: 48.9%;
    width: 100%;
    min-height: 88px;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
    display: grid;
    justify-items: center;
    align-items: center;
    padding: 20px;
    min-height: 140px;
    margin-right: 8px;
}
.stacks-card:nth-child(3n+3) {
    margin-right: 8px;
}
.stacks-card:nth-child(4n+4) {
    margin-right: 0px; 
}
.stacks-card:first-child{
    margin-bottom: 8px;
}
.stacks-card:nth-child(n+2) {
    margin-bottom: 8px;
}
.stacks-card:nth-child(2n+2) {
    margin-right: 0px; 
}
.stacks-card img{
    width: inherit;
    height: auto;
}
.stacks-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 24px;
    }


    .price-dev-inner{
        display: flex;
        justify-content: space-between;
        padding-bottom: 40px;
    }
    .price-dev-title{
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
    }
    .price-dev-card{

    }
    .price-dev-card-title{
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
    }
    .price-dev-price-title{
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
    }

    .price-dev-container .owl-stage:first-child{
        padding-left: 0px !important;
    }
    .dev-fields-text{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .dev-swiper .swiper-slide{
        height: auto !important;
        height: -webkit-fill-available !important;
    }
    .swiper-slide-dev img{
        padding-right: 24px;
    }
    .functions-big{
        display: flex;
        flex-direction: row;
        padding: 0px;
        /* justify-content: space-between; */
        /* gap: 40px; */
        order: 1;
        margin-top: 20px;
    }
    .functions-big div:first-child {
        margin-right: 40px;
    }
    .functions-big-container{
        /* gap:20px; */
        padding-bottom: 28px;
    }
    .functions-big div{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        /* gap: 8px; */
    }
    .functions-big p{
        max-width: 150px;
    }
    .big-p{
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
    }
    .dev-swiper .swiper-text{
        padding: 0px;
        order: 0;
        min-height: auto;
    }
    .functional-dev .swiper-pagination{
        left: 0 !important;
        width: auto !important;
        display: flex;
        flex-direction: row;
        padding-left: 5px;

    }
    .dev-swiper .swiper-title {
        padding: 0;    
    }

    .description-cards{
        grid-template-columns: repeat(1, 1fr);
        margin-top: 24px;
    }
    .description-card-title{
        font-size: 18px;
        line-height: 24px;
    }
}
@media(max-width: 400px){
    .stacks-card img{
        width: inherit;
    }
    .stacks-card{
        max-width: 48.5%;
    }
}






.description-seo{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px; 
    max-width: 100%;
    padding-bottom: 40px;
}
@media(max-width: 1000px){
.description-seo{
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
    padding-bottom: 24px;
}
}
@media(max-width: 700px){
.description-seo{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
    padding-bottom: 24px;
}
}




/* оптимизация адаптива */
/* @media(max-width: 1191px){
    .price-dev-slider{}
    .price-dev-card{
        height: 100%;
        min-height: 977px;
    }
}
@media(max-width: 1065px){
    .price-dev-slider{}
    .price-dev-card{
        height: 100%;
        min-height: 1123px;
    }
}
@media(max-width: 1000px){
    .price-dev-slider{}
    .price-dev-card{
        height: auto;
        min-height: 0px;
    }
}
@media(max-width: 873px){
    .price-dev-slider{}
    .price-dev-card{
        height: auto;
        min-height: 0px;
    }
} */