.about-studying__page {
    margin-top: 140px
}

.about-studying__page-title {
    margin-bottom: 100px
}

.about-studying__page-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 70px
}

.about-studying__page-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 30px
}

.about-studying__page-item-img {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff7a00
}

.about-studying__page-item-title {
    font-weight: 900;
    text-shadow: 0 0 34px #ff7a00, 0 0 17px #ff7a00
}

.about-studying__page-item-text {
    font-size: 18px;
    max-width: 250px;
    font-weight: lighter;
    text-align: center;
    line-height: 150%
}

.about-studying__page-item:nth-child(4),
.about-studying__page-item:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
}

@media screen and (max-width: 1024px) {
    .about-studying__page {
        margin-top: 100px
    }
    .about-studying__page-title {
        margin-bottom: 50px
    }
    .about-studying__page-items {
        row-gap: 50px
    }
    .about-studying__page-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        row-gap: 0px
    }
    .about-studying__page-item-title {
        margin-top: 10px;
        font-size: 18px
    }
    .about-studying__page-item-text {
        font-size: 16px;
        max-width: 75%;
        margin-top: 30px
    }
    .about-studying__page-item:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media screen and (max-width: 768px) {
    .about-studying__page-item-img {
        width: 50px;
        height: 50px
    }
    .about-studying__page-item-img img {
        width: 30px;
        height: 30px
    }
    .about-studying__page-item-title {
        font-size: 16px
    }
    .about-studying__page-item-text {
        font-size: 14px
    }
    .about-studying__page-item:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

@media screen and (max-width: 480px) {
    .about-studying__page-items {
        row-gap: 40px
    }
    .about-studying__page-item {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
    .about-studying__page-item-img {
        width: 40px;
        height: 40px;
        margin: 0 auto
    }
    .about-studying__page-item-img img {
        width: 20px;
        height: 20px
    }
    .about-studying__page-item-title {
        margin-top: 15px;
        font-size: 16px;
        margin: 5px auto 0 auto
    }
    .about-studying__page-item-text {
        font-size: 12px;
        max-width: 100%;
        margin-top: 30px;
        text-align: left
    }
}