.equip-tech__text-container {
    width: 800px;
    height: 144px;
    margin: 0 auto 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.equip-tech__title {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
}

.equip-tech__title--italic {
    font-style: italic;
    color: var(--color-orange);
}

.equip-tech__description {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #E8E6D4;
    margin-top: 20px;
}

.equip-tech__cards {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.equip-tech__card {
    width: calc( 25% - 8px );
    border-radius: 8px;
    border: 1px solid #E8E6D433;
    background: #84A8AC33;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, border-width 0.3s ease, box-shadow 0.3s ease;
}

.equip-tech__card-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}

.equip-tech__card-content {
    padding: 20px;
    box-sizing: border-box;
}

.equip-tech__card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #E8E6D4;
    margin: 0 0 10px 0;
}

.equip-tech__card-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #E8E6D4;
    margin: 0;
}
.equip-tech__card-link{
    margin: auto auto 20px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.equip-tech__card-link:hover{
    text-decoration:underline;
}
@media screen and (max-width: 1199px){
    .equip-tech__card {
        width: calc( 25% - 5px );
        height: auto;
    }
    .equip-tech__card-image{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .equip-tech {
        margin-top: 80px;
    }

    .equip-tech__text-container {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto 30px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .equip-tech__title {
        line-height: 1;
        flex-wrap: wrap;
        gap: 6px;
        height: auto;
        display: flex;
        justify-content: flex-start;
    }

    .equip-tech__description {
        width: calc(100% - 20px);
        font-size: 18px;
        /* line-height: 1; */
        margin-top: 10px;
    }

    .equip-tech__cards {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .equip-tech__card {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding-bottom: 0;
        gap: 20px;
    }

    .equip-tech__card-image {
        width: 100%;
        max-width: 100%;
        height: 60vw;
        object-fit: cover;
    }

    .equip-tech__card-content {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .equip-tech__card-title {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        /* line-height: 1; */
        margin-bottom: 10px;
    }

    .equip-tech__card-text {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        /* line-height: 1; */
        height: auto;
    }

    .equip-tech__text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .equip-tech {
        margin-top: 80px;
    }

    .equip-tech__text-container {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto 30px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .equip-tech__title {
        line-height: 1;
        flex-wrap: wrap;
        gap: 6px;
        height: auto;
        display: flex;
        justify-content: flex-start;
    }

    .equip-tech__description {
        width: calc(100% - 20px);
        font-size: 16px;
        /* line-height: 1; */
        margin-top: 10px;
    }

    .equip-tech__cards {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
        height: 100%;
    }

    .equip-tech__card {
        width: 100%;
        max-width: calc( 100vw - 30px );
        height: auto;
        padding-bottom: 0;
    }

    .equip-tech__card-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: cover;
    }

    .equip-tech__card-content {
        width: 100%;
        /* max-width: 300px; */
        padding: 0 20px;
        box-sizing: border-box;
    }

    .equip-tech__card-title {
        width: 100%;
        /* max-width: 260px; */
        font-size: 18px;
        line-height: 1;
        margin-bottom: 10px;
    }

    .equip-tech__card-text {
        width: 100%;
        /* max-width: 260px; */
        font-size: 14px;
        /* line-height: 1; */
    }

    .equip-tech__text-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }
}
