@media (max-width: 1366px) {
    .tech-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tech-badge {
        margin-bottom: 20px;
        width: 25%;
    }

    .stack-container {
        margin-top: 70px;
    }
    #products-img {
        width: 530px;
        margin-top: -115px;
        right: -65px;
    }
    .ship {
        max-width: 403px;
    }
    .black-cloud {
        max-width: 67px;
    }
    .drone {
        top: 250px;
        max-width: 134px;
    }
    .x-mark {
        bottom: 575px;
        right: 400px;
        max-width: 31px;
    }
    .arrow-2 {
        bottom: 568px;
        right: 200px;
        max-width: 62px;
    }
    .prod-title {
        font-size: 48px;
    }
    #products-img-earth {
        width: 300px;
        left: 26%;
    }

    .globe-exchange {
        top: -117px;
        left: 22%;
    }

    .conveyor-img-canvas {
        height: 120px;
    }
    .header {
        height: 104px;
    }
    .margin-header {
        margin-bottom: 104px;
    }

    .contact-pic {
        position: relative;
    
    }
    .contact-pic img {
        /* position: absolute;
        right: 125px;
        top: -30px; */
        position: absolute;
        right: 75px;
        top: -25px;
        width: 70px;
    }
}

@media (max-width: 1460px) {
    .ts-about {
        margin-left: 50px;
    }
}

@media (max-width: 1400px) {
    .map-img {
        max-width: 650px;
        margin-top: 25px;
    }
}
