.kley_container{
    margin-top: 100px;
    width: 100%;
}
.kley_container h1{
    font-size: 44px;
    font-weight: 600;
    text-align: inherit;
    margin: 0 0 44px 0;
}
.top_div_kley{
    display: flex;
    align-items: end;
}
.left_div_kley{

}
.top_div_kley img{
    width: 36%;
}
.kley_p{
    font-size: 20px;
    margin-bottom: 25px;
}
.left_div_kley ul{
    margin: -10px 0 30px 0;
}
.left_div_kley ul li{
    font-size: 20px;
    list-style-type: disc;
    margin-left: 22px;
}
.btnp{
    background: #D9002B;
    color: #fff;
    width: fit-content;
    padding: 8px 60px;
    font-size: 20px;
    border-radius: 5px;
    transition: 0.3s;
    margin: 30px 0 0 0;
    display: block;
}
.btnp:focus, .btnp:hover{
    color: #fff;
    text-decoration: none;
}
.btnp:hover{
    background: #b60427;
}

.logo_table{
    margin: 90px 0 0 0;
}
.logo_img_kley{
    margin-bottom: 35px;
    width: 25%;
}

.table_img1{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.table_img1 img{
    width: 49.7%;
    height: 210px;
}
.table_img2{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.table_img2 img{
    width: 49.7%;
    height: 397px;
}
.table_img3{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.table_img3 img{
    width: 49.7%;
    height: 170px;
}
.partners_string{
    display: flex;
    align-items: center;
    margin-top: 150px;
    margin-bottom: -70px;
}
.partners_string p:first-child{
    display: flex;
    align-items: center;
}
.partners_string p:last-child{
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #343434;
}
.treug_bottom{
    border: 12px solid transparent;
    border-left: 16px solid #4A68BB;
}
.wilsonartnews .bottom_owl #demos {
    width: 95%;
}
.bottom_owl #demos {
    width: 100%;
}


@media (max-width: 1680px){
    .table_img1 img {
        height: 185px;
    }
    .table_img2 img {
        height: 350px;
    }
    .table_img3 img {
        height: 150px;
    }
}

@media (max-width: 1600px){

}

@media (max-width: 1440px){
    .kley_container h1 {
        font-size: 37px;
        margin: 0 0 37px 0;
    }
}

@media (max-width: 1366px){
    .kley_container {
        margin-top: 100px;
        width: 1130px;
    }
    .partners_string {
        margin-top: 130px;
        margin-bottom: -35px;
    }
    .kley_p {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .left_div_kley ul li {
        font-size: 17px;
        margin-left: 20px;
    }
    .table_img1 img {
        height: 165px;
    }
    .table_img2 img {
        height: 310px;
    }
    .table_img3 img {
        height: 130px;
    }
}

@media (max-width: 1280px){
    .kley_container {
        width: 100% !important;
    }
}

@media (max-width: 1024px){
    .kley_container {
        width: 990px;
    }
    .partners_string p:last-child {
        font-size: 18px;
    }
    .kley_p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .left_div_kley ul li {
        font-size: 14px;
    }
    .kley_container h1 {
        font-size: 25px;
    }
    .table_img1 img {
        height: 141px;
    }
    .table_img2 img {
        height: 280px;
    }
    .table_img3 img {
        height: 110px;
    }
    
}

@media (max-width: 720px){
    .kley_container {
        width: 100%;
    }
    .bottom_owl{
        display: block !important;
    }
    .kley_container h1 {
        font-size: 20px;
    }
    .top_div_kley img {
        width: 0;
        display: none;
    }
    .table_img1,.table_img2,.table_img3 {
        flex-wrap: wrap;
    }
    .table_img1 img,.table_img2 img,.table_img3 img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 520px){
    .logo_table {
        margin: 25px 0 0 0;
    }
    .logo_img_kley {
        margin-bottom: 15px;
        width: 41%;
    }
}

@media (max-width: 424px){
    .kley_container {
        margin-top: 50px;
    }
}