.what_we_support {
    background-color: #2C2B29;
    padding-top: 155px;
    padding-bottom: 155px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 155px), 0 100%);
}
.what_we_support__inner {
    max-width: 994px;
    margin-left: auto;
    margin-right: auto;
}
.what_we_support__header {
    margin-bottom: 48px;
}
.what_we_support__header .heading {
    color: #FFFFFF;
    font-family: 'effra_heavyregular', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.what_we_support__header .logo_list {
    margin-top: 24px;
    margin-bottom: 24px;
    display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
    /* gap: 16px; */
    column-gap: 16px;
    /* row-gap: 20px; */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.what_we_support__header .logo_list .logo_warp {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.what_we_support__header .logo_list .logo_warp::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #9A9A9A;
    position: absolute;
    right: -8px;
    top: 0;
}
.what_we_support__header .logo_list .logo_img {
    margin-bottom: 10px;
    min-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.what_we_support__header .logo_list .title {
    color: #FFFFFF;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.what_we_support__header .text {
    margin-top: 24px;
    color: #9A9A9A;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}
.what_we_support__screen_points {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}
.what_we_support__screen {
    min-width: 558px;
    padding-right: 21px;
    position: relative;
    width: 558px;
}
.what_we_support__screen .screen_list {
    max-width: 437px;
    width: 100%;
    position: absolute;
    left: 48.5px;
    top: 16.27px;
}
.what_we_support__screen .screen_list:not(.slick-slider) {
    display: none;
}
.what_we_support__screen .screen_item {
    position: relative;
	display: block;
}
.what_we_support__screen .screen_item::after {
    content: '';
    display: block;
    padding-bottom: 63.28%;
}
.what_we_support__screen .screen_item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.what_we_support__screen .laptop_screen {
   /*  position: absolute;
    width: 100%;
    left: 0;  */
}
.what_we_support__points {
    width: 100%;
}
.what_we_support__points .point_item:first-child {
    border-top: 0 none;
}
.what_we_support__points .point_item {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #787878;
    color: #FFFFFF;
    font-family: 'effra_mediumregular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

@media (max-width: 1199px) { 
    .what_we_support {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 0 100%);
        padding-top: 110px;
        padding-bottom: 110px;
    }
    .what_we_support__screen {
        min-width: 520px;
        padding-right: 0;
        width: 520px;
    }
    .what_we_support__screen .screen_list {
        max-width: 425px;
        left: 45.5px;
        top: 14.27px;
    }
    
}
@media (max-width: 991px) { 
    .what_we_support__header .heading {
        font-size: 42px;
    }
    .what_we_support__header,
    .what_we_support__screen_points {
        margin-bottom: 36px;
    }
    .what_we_support__screen_points {
        flex-wrap: wrap;
        gap: 28px;
    }
    .what_we_support__screen {
        min-width: initial;        
        width: 100%;
    }
    .what_we_support__screen .screen_list {
        max-width: 562px;    
        left: 61.5px;
        top: 20px;
    }
}
@media (max-width: 767px) { 
    .what_we_support__header .text {
        font-size: 18px;
        margin-top: 18px;
    }
    .what_we_support__header .logo_list {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .what_we_support__header .heading {
        font-size: 36px;
    }
    .what_we_support__screen .screen_list {
        max-width: 400px;
        left: 44px;
        top: 14px;
    }
    .what_we_support__header,
    .what_we_support__screen_points {
        margin-bottom: 30px;
    }
    .what_we_support__points .point_item {
        font-size: 16px;
        line-height: 24px;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .what_we_support__header .logo_list {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .what_we_support__screen .screen_list {
        max-width: 81.2%;
        left: 9.1%;
        top: 5%;
    }
}