.aluprof__app {
    display: flex;
    flex-direction: column;
    gap: 60px;
    background-color: var(--color-secondary-200);
    padding-bottom: 285px;
}

.app__bar {
    display: flex;
    align-items: center;
    gap: 9px;
}

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

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

.app__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.app__phones-section {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.app__phones-section img {
    height: 558px;
    width: auto;
}

.app__text-section {
    padding: 0 37px;
    max-width: 512px;
}

.app__text-section > p {
    color: #E7E7E7;
    font: 14px/24px font-primary;
    text-align: center;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .aluprof__app {
        gap: 75px;
        padding-bottom: 309px;
    }

    .app__bar {
        gap: 12px;
    }

    .app__bar > span {
        width: 116px;
        height: 11px;
    }

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

    .app__content {
        gap: 73px;
    }

    .app__phones-section img {
        height: 573px;
    }

    .app__text-section {
        padding: 0;
        max-width: unset;
        width: 512px;
    }

    .app__text-section > p {
        font: 18px/26px font-primary;
    }
}

@media screen and (min-width: 912px) {
    .aluprof__app {
        padding-bottom: 47px;
    }

    .app__content {
        flex-direction: row;
        gap: 66px;
    }

    .app__phones-section {
        min-width: 0;
    }

    .app__phones-section img {
        height: 561px;
    }

    .app__text-section {
        min-width: 283px;
        margin-right: 81px;
    }

    .app__text-section > p {
        text-align: left;
        font: 16px/30px font-primary;
    }
}

@media screen and (min-width: 1200px) {
    .aluprof__app {
        gap: 115px;
        padding-bottom: 68px;
    }

    .app__text-section {
        min-width: 383px;
        margin-right: 89px;
    }

    .app__text-section > p {
        font: 18px/30px font-primary;
    }
}

@media screen and (min-width: 1400px) {
    .aluprof__app {
        gap: 172px;
        padding-bottom: 80px;
    }

    .app__bar {
        gap: 29px;
    }

    .app__bar > span {
        width: 184px;
        height: 17px;
    }

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

    .app__content {
        gap: 58px;
    }

    .app__phones-section img {
        height: 948px;
    }

    .app__text-section {
        min-width: 398px;
        margin-right: 140px;
    }

    .app__text-section > p {
        font: 21px/40px font-primary;
    }
}