#about_us_why_we_are_different {
}
#about_us_why_we_are_different_container {
}
#about_us_why_we_are_different_content {
    flex-direction: column;
}
#about_us_why_we_are_different_items_content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*border: solid 1px red;*/
}
#about_us_why_we_are_different_items_content_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border: solid 1px red;*/
}
#about_us_why_we_are_different_items_content_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_us_why_we_are_different_item {
    /*margin-left: 30px;*/
    width: 280px;
    height: 320px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 16px;
    padding: 30px;
    background-color: var(--primary-background);
    border: solid 1px blue;
}
.about_us_why_we_are_different_item img{
    width: 60px;
    height: auto;
}
.about_us_why_we_are_different_text_bold {
    margin-top: 20px;
    font-weight: bold;
}

@media all and (min-width: 600px) {
    .about_us_why_we_are_different_item {
        margin-left: 10px;
        width: 300px;
        height: 370px;
    }
    #about_us_why_we_are_different_items_content_top {
        flex-direction: row;
    }
    #about_us_why_we_are_different_items_content_bottom {
        flex-direction: row;
    }
}

@media all and (min-width: 900px) {
    #about_us_why_we_are_different_items_content {
        /*justify-content: space-between;*/
    }
    #about_us_why_we_are_different_items_content_top {
        flex-direction: row;
        justify-content: space-around;
    }
    #about_us_why_we_are_different_items_content_bottom {
        flex-direction: row;
        justify-content: space-around;
    }
    .about_us_why_we_are_different_item {
        /*margin-left: 30px;*/
        /*width: 300px;*/
        height: 320px;
    }
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1800px) {
    #about_us_why_we_are_different_items_content {
        flex-direction: row;

    }
    .about_us_why_we_are_different_item {
        margin-left: 10px;
        /*width: 300px;*/
    }
    .about_us_why_we_are_different_item:not(:first-child) {
        /*margin-left: 20px;*/
    }
}
@media all and (min-width: 1400px) {.about_us_why_we_are_different_item_text { height: 285px; } }
@media all and (min-width: 1500px) {.about_us_why_we_are_different_item_text { height: 245px; } }
@media all and (min-width: 1800px) {.about_us_why_we_are_different_item_text { height: 210px; } }
@media all and (min-width: 1300px) {.about_us_why_we_are_different_item_text { height: 240px; } }
@media all and (min-width: 1400px) {.about_us_why_we_are_different_item_text { height: 285px; } }
@media all and (min-width: 1500px) {.about_us_why_we_are_different_item_text { height: 245px; } }
@media all and (min-width: 1800px) {.about_us_why_we_are_different_item_text { height: 210px; } }