.intermediate-page-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.inter_text{
    user-select: none;
}

.inter-icon {
    width: 9vh;
    height: 9vh;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(0 0 0 / 28%);
}

.inter-icon img {
    height: 40px;
}

.intermediate-title{
    max-width: 42vw;
}

.intermediate-description{
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 576px){
    .inter-icon {
        width: 12vh!important;
        height: 12vh!important;
       
    }

    .intermediate-title{
        max-width: 100%;
    }
    

}