.alum-profile {
    text-align: center;
    margin: 0 auto ;
    max-width: 1840px;
    padding-bottom:75px ;
}
.alum-profile_title {
    font: 34px "Bebas Neue", Roboto;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 40px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #000;
}
.alum-profile_title span {
    display: block;
    transform: translateY(10px);
}
.alum-profile_list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.alum-profile_left {
    width: 25%;
}
.alum-profile_right {
    width: 75%;
}
.alum-profile_items {
    display: flex;
    justify-content: space-around;
}
.alum-profile_items .alum-profile_item{
    width: 112px;
}

.alum-profile_desc p{
    margin: 0px;
}
.alum-profile_item {
    margin-bottom: 15px;
}
.alum-profile_item img{
    height: 270px;
    margin-bottom: 20px;
}
.alum-profile_item_title {
    font: 22px "Bebas Neue", Roboto;
}
@media (max-width:1700px) {
    .alum-profile_items {
        margin-bottom: 22px;
    }
    .alum-profile_right, .alum-profile_left {
        width: 100%;
    }
    .alum-profile_left {
        order: 2;
    }
}
@media (max-width: 1200px) {

    .alum-profile_item img {
        height: 200px;
    }
}
@media (max-width:900px) {
    .alum-profile_items {
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
    }
}
@media (max-width: 700px) {
    .alum-profile_item {
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .alum-profile_items .alum-profile_item {
        width: 90px;

    }
    .alum-profile_item_title {
        font: 600 16px "Montserrat", Roboto;
    }

}
@media (max-width: 400px) {

}