#platforms_list {
}
#platforms_list_container {
}
#platforms_list_content {
    flex-direction: column;
}
#platforms_list_title {
    margin-bottom: 30px;
}
#frameworks_carousels_container {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    /*border: solid 1px black;*/
}
.owl-carousel {
    width: 100%;
    padding: 25px;
    /*border: solid 1px red;*/
}
.owl-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    /*border: solid 1px blue;*/
}
.item-1-frameworks,.item-2-frameworks {
    /*margin-bottom: 5px;*/
    margin: 10px;
    position: relative;
    width: 120px !important;
    height: 100px;
    text-align: center;
    background-color: var(--white);
    border-radius: 8px;
    border: 2px solid var(--primary-color);
}
.owl-item:hover {
    z-index: 1;
    transform: scale(1.2);
}
.item-1-frameworks > a > img {
    width: 75px !important;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#frameworks #frameworks-container #frameworks-carousels-container .owl-carousel .item-2-frameworks > a > img
{
    /*width: 60px !important;*/
    /*margin: auto;*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
}
#item_more_container {
    margin-bottom: 5px;
    position: relative;
    width: 120px !important;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    color: var(--primary-color);
    text-decoration: none;
    border: 2px solid var(--primary-color);
}
#frameworks_button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /*border: solid 1px blue;*/
}
/* ------------ delete ------------------------ */
.platforms_list_content_box {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    /*border: solid 1px black;*/
}
.mini_platforms {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: small;
    text-align: center;
    text-decoration: none;
    color: #707070;
    text-transform: capitalize;
    /* border: solid 1px black; */
}
.mini_platforms img {
    width: 51px;
    height: 51px;
    margin-bottom: 10px;
    /* border: solid 1px black; */
}
.mini_platforms p {
    font-size: 1.3em;
    /* border: solid 1px black; */
}

/* Tablet */
@media all and (min-width: 650px) {
    .platforms_hero_content_box {
        width: 85%;
    }
}
/* Desktop */
@media all and (min-width: 900px) {
    .platforms_hero_content_box {
        width: 75%;
    }
}
@media all and (min-width: 1200px) {
} 
