.aluprof__works-with-devices {
    display: flex;
    flex-direction: column;
    gap: 200px;
    background-color: var(--color-secondary-200);
    padding-bottom: 260px;
}

.works-with-devices__bar {
    display: flex;
    align-items: center;
    gap: 9px
}

.works-with-devices__bar > span {
    width: 105px;
    height: 9px;
    background-color: var(--color-primary-300);
}

.works-with-devices__bar > p {
    font: 18px/24px font-primary;
    text-transform: uppercase;
    color: var(--color-primary-300);
    margin: 0;
}

.works-with-devices__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 260px;
}

.works-with-devices__content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.works-with-devices__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.works-with-devices__image-container svg {
    width: 106px;
    height: auto;
}

.works-with-devices__content > div:first-child svg {
    width: 154px;
}

.works-with-devices__content > div:last-child svg {
    width: 187px;
}

.works-with-devices__content h3 {
    margin: 0;
    text-align: center;
    font: normal normal 600 16px/21px font-primary;
    color: var(--color-primary-300);
}

.works-with-devices__content p {
    margin: 0;
    text-align: center;
    font: 16px/20px font-primary;
    color: var(--color-primary-300);
}

@media screen and (min-width: 768px) {
    .aluprof__works-with-devices {
        gap: 252px;
        padding-bottom: 468px;
    }

    .works-with-devices__bar {
        gap: 12px;
    }

    .works-with-devices__bar > span {
        width: 116px;
        height: 11px;
    }

    .works-with-devices__bar > p {
        font: normal normal 600 20px/27px font-primary;
        letter-spacing: 1px;
    }

    .works-with-devices__content {
        gap: 282px;
    }

    .works-with-devices__image-container {
        margin-bottom: 48px;
    }
    
    .works-with-devices__image-container svg {
        width: 114px;
    }
    
    .works-with-devices__content > div:first-child svg {
        width: 166px;
    }
    
    .works-with-devices__content > div:last-child svg {
        width: 201px;
    }
    
    .works-with-devices__content h3 {
        font: normal normal 600 18px/24px font-primary;
    }
    
    .works-with-devices__content p {
        font: 18px/22px font-primary;
    }
}

@media screen and (min-width: 912px) {
    .aluprof__works-with-devices {
        padding-bottom: 240px;
    }

    .works-with-devices__content {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 60px;
    }

    .works-with-devices__content > div {
        width: 210px;
        gap: 16px;
    }

    .works-with-devices__image-container {
        height: 154px;
        margin-bottom: 48px;
    }
    
    .works-with-devices__image-container svg {
        width: 106px;
    }
    
    .works-with-devices__content > div:first-child svg {
        width: 154px;
    }
    
    .works-with-devices__content > div:last-child svg {
        width: 187px;
    }
    
    .works-with-devices__content h3 {
        font: normal normal 600 16px/21px font-primary;
        letter-spacing: 1.28px;
    }
    
    .works-with-devices__content p {
        font: 16px/27px font-primary;
        letter-spacing: 1.28px;
    }
}

@media screen and (min-width: 1200px) {
    .works-with-devices__content > div {
        width: 263px;
        gap: 12px;
    }

    .works-with-devices__image-container {
        height: 166px;
        margin-bottom: 26px;
    }
    
    .works-with-devices__image-container svg {
        width: 114px;
    }
    
    .works-with-devices__content > div:first-child svg {
        width: 166px;
    }
    
    .works-with-devices__content > div:last-child svg {
        width: 201px;
    }
    
    .works-with-devices__content h3 {
        font: normal normal 600 18px/24px font-primary;
        letter-spacing: 1.44px;
    }
    
    .works-with-devices__content p {
        font: 18px/30px font-primary;
        letter-spacing: 1.44px;
    }
}

@media screen and (min-width: 1400px) {
    .aluprof__works-with-devices {
        padding-bottom: 332px;
        gap: 262px;
    }

    .works-with-devices__bar {
        gap: 29px;
    }

    .works-with-devices__bar > span {
        width: 184px;
        height: 17px;
    }

    .works-with-devices__bar > p {
        font: 26px/35px font-primary;
        letter-spacing: 2.08px;
    }

    .works-with-devices__content {
        gap: 90px;
    }

    .works-with-devices__content > div {
        width: 358px;
        gap: 24px;
    }

    .works-with-devices__image-container {
        height: 226px;
        margin-bottom: 36px;
    }
    
    .works-with-devices__image-container svg {
        width: 156px;
    }
    
    .works-with-devices__content > div:first-child svg {
        width: 226px;
    }
    
    .works-with-devices__content > div:last-child svg {
        width: 274px;
    }
}