#info_inv-dev {
    padding: 120px 0;
    background-color: #fff;
}

#info_inv-dev .container {
    width: min(1230px, 100%)
}

#info_inv-dev .title-head_wrapp {
    display: flex;
    flex-direction: column;
    gap: 48px
}

#info_inv-dev .title-head_wrapp .title-head_block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 740px
}

#info_inv-dev .title-head_wrapp .title-head_block .above-section_title {
    color: #000000;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    text-transform: uppercase;
    width: fit-content;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500
}

#info_inv-dev .title-head_wrapp .title-head_block h2.section_title {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000000;
}

#info_inv-dev .title-head_wrapp .title-head_block p.sub-header {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 400;
    color: black;
}

#info_inv-dev .title-head_wrapp .inv-dev-switch_wrapp {
    width: 100%;
    border-bottom: 2px solid #e8e8e8
}

#info_inv-dev .title-head_wrapp .inv-dev-switch_wrapp .inv-dev-switch_block {
    width: fit-content;
    display: flex
}

#info_inv-dev .title-head_wrapp .inv-dev-switch_wrapp .inv-dev-switch_block button.btn {
    background-color: unset;
    border: unset;
    border-radius: unset;
    transition: unset;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    padding: 8px 16px
}

#info_inv-dev .title-head_wrapp .inv-dev-switch_wrapp .inv-dev-switch_block button.btn:after {
    content: unset
}

#info_inv-dev .title-head_wrapp .inv-dev-switch_wrapp .inv-dev-switch_block button.btn:hover {
    box-shadow: unset;
    transform: unset
}

#info_inv-dev .title-head_wrapp .inv-dev-switch_wrapp .inv-dev-switch_block button.btn.active {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500;
    color: #07130c;
    border-bottom: 2px solid #07130c;
    margin-bottom: -2px
}

#info_inv-dev .inv-dev_wrapp {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 32px
}

#info_inv-dev .inv-dev_wrapp.active {
    display: grid
}

#info_inv-dev .inv-dev_wrapp .inv-dev_block {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 31px;
    gap: 48px;
    display: flex;
    flex-direction: column
}

#info_inv-dev .inv-dev_wrapp .inv-dev_block .img-wrap {
    width: 100%;
    height: 238px;
    position: relative
}

#info_inv-dev .inv-dev_wrapp .inv-dev_block .img-wrap img {
    object-fit: contain
}

#info_inv-dev .inv-dev_wrapp .inv-dev_block .inv-dev_block-text {
    display: flex;
    flex-direction: column;
    gap: 16px
}

#info_inv-dev .inv-dev_wrapp .inv-dev_block .inv-dev_block-text h3 {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 500;
    color: #07130c
}

#info_inv-dev .inv-dev_wrapp .inv-dev_block .inv-dev_block-text p {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.045em;
    font-weight: 400;
    color: #000000
}

@media screen and (max-width:1100px) {
    #info_inv-dev .inv-dev_wrapp {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width:860px) {
    #info_inv-dev {
        padding: 40px 16px
    }
    #info_inv-dev .container {
        padding: unset
    }
    #info_inv-dev .container .title-head_wrapp {
        gap: 32px
    }
    #info_inv-dev .container .title-head_wrapp .title-head_block h2.section_title {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 500
    }
    #info_inv-dev .container .title-head_wrapp .title-head_block .sub-header {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -.045em;
        font-weight: 400;
        width: 100%
    }
    #info_inv-dev .container .title-head_wrapp .inv-dev-switch_wrapp .inv-dev-switch_block {
        margin: 0;
        width: 100%
    }
    #info_inv-dev .container .title-head_wrapp .inv-dev-switch_wrapp .inv-dev-switch_block button.btn {
        padding: 8px 16px
    }
}

@media screen and (max-width:650px) {
    #info_inv-dev .inv-dev_wrapp {
        grid-template-columns: 1fr;
        margin-top: 24px
    }
    #info_inv-dev .inv-dev_wrapp .inv-dev_block {
        padding: 23px;
        gap: 16px
    }
    #info_inv-dev .inv-dev_wrapp .inv-dev_block .img-wrap {
        height: 160px
    }
}


/* Allow tab buttons to wrap properly on smaller screens */

#info_inv-dev .inv-dev-switch_block {
    flex-wrap: wrap;
    gap: 8px;
}


/* Make sure toggle content always shows the right block on small screens */

@media screen and (max-width: 650px) {
    #info_inv-dev .inv-dev-switch_wrapp .inv-dev-switch_block {
        flex-direction: column;
        align-items: stretch;
    }
    #info_inv-dev .inv-dev-switch_wrapp .inv-dev-switch_block button.btn {
        width: 100%;
        text-align: left;
    }
}