.case-description{
    margin: 50px 0 0px;
}
.case-description .case-list.flex {
    justify-content: flex-end;
}
.case-description .first-block {
    height: auto;
    width: 619px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: -62px;
}

body:not(.rtl) .case-description .first-block {
    right: unset;
    left: 0;
}

.case-description .first-block .title-block {
    line-height: 25px;
    min-height: 179px;
    background-color: #343433;
    color: #fff;
    padding: 53px 8% 32px 7%;
    margin-bottom: 18px;
}
.case-description .first-block .title-block .number{
    font-size: 48px;
    font-weight: 900; 
    line-height: 0.54;
    line-height: 1;
    margin: 10px 0;
} 
.case-description .first-block .blue-button { 
    padding: 10px 49px;
}
.case-description .first-block .blue-button:hover{
background-color: transparent;
    color: #344975;
}
.case-description .case-list .expand-text button {
    font-size: 18px;
}
.case-description .case-list .content .text-content { 
    transition: max-height 1s ease-out;
    overflow: hidden; 
}
.case-description .case-list .content .text-content.show {
    max-height: 100%!important;
    transition: max-height 1s ease-in;
}
.case-description .case-list .content {
    box-shadow: 3px 2px 6px 2px rgb(0 0 0 / 7%);
    padding: 62px 3.0% 75px 3.5%;
    background-color: #fff;
    max-width: 1236px;
    margin-top: 5.3%;
    padding-left: 13%;
    z-index: 1; 
}
@media screen and (max-width: 1650px){
.case-description .case-list .content {
    padding: 46px 1.5% 45px 1.5%;
    background-color: #fff;
    max-width: 790px;
}
}
.case-description .content h4 {
    margin-bottom: 16px;
    line-height: 1;
}
.case-description .case-list .content .flex.list{

margin-bottom: 13px;

margin-top: 38px;
}
.case-description .case-list .content .flex p {
    min-width: auto;
    width: 48%;
    padding-left: 3%;
    position: relative;
    margin-bottom: 40px;
}
.case-description .case-list .content p {
    background-color: transparent;
    color: #344975;
    line-height: 26px;
    margin-bottom: 13px;
}
.case-description .case-list .content .flex p:nth-child(odd) {
    width: 45%;
    padding-left: 1%;
}
.case-description .case-list .content .flex p:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 0;
    width: 26px;
    height: 9px;
    background-color: #344975;
}
.case-description .case-list .title{
    font-size: 36px;
  font-weight: bold; 
  line-height: 0.72;
  letter-spacing: 0.9px; 
  color: #344975;
}
.case-description .case-list .categories{
 font-size: 18px;
 font-weight: 300;
 line-height: 1.44;
 color: #344975;
 margin-bottom: 31px;
 margin-top: 9px;
}
.case-description .case-list .categories .cat{
    position: relative;
    margin-left: 17px;
}
.case-description .case-list .categories .cat:after{
    content:'';
    position: absolute;
    left: -13px;
    top: 8px;
    width: 5px;
    height: 11px;
    background-color: #344975;
}
.cases-inner .cases-slider {
    padding: 65px 0 34px;
}


@media (max-width: 1300px) {
    .case-description .case-list .content { 
    margin-top: 16.3%;
    }
}
@media (max-width: 1024px){
    .case-description .case-list .content {
    margin-top: 25.3%;
    }
    .mobile-only.see-more {
        display: block;
      width: 87%;
    margin: 0 auto;
}
    .mobile-only.see-more .blue-button { 
        display: block;
        margin: 6px auto;
        max-width: 100%;
    }
}
@media (max-width: 1024px){
    .case-description .first-block { 
    width: 100%;
    position: relative;
    text-align: center;
    }
    .case-description .case-list .title {
    font-size: 28px;
    }
    .case-description .first-block .title-block .number {
    font-size: 35.5px;
    }
    .case-description .case-list .content {
        width: 90%;
        margin: -38.3% auto 0;
        padding: 46px 6.5% 45px 6.5%
    }
    .case-description .case-list .content .flex p:nth-child(odd),
    .case-description .case-list .content .flex p {
width: 100%;
    padding-left: 0;
    padding-right: 6%;
    line-height: 23px;
    margin-bottom: 8px;
    }
    .case-description .case-list .content .flex p:before { 
    top: 9px;
    right: 0;
    width: 10px;
    height: 7px;
    }
    .case-description .first-block .title-block {
        line-height: 25px;
        min-height: 213px; 
        padding: 41px 3% 46px 3%;
        margin-bottom: -5px;
    }
    .case-description .content h4 { 
        font-size: 16.5px;
        margin-bottom: 8px;
    }
    .case-description .case-list .content .flex.list {
        margin-bottom: 18px;
        margin-top: 0;
    }
    .case-description .case-list .content p {
    background-color: transparent;
    color: #344975;
    line-height: 22px;
    }
    section.case-description { 
    padding: 50px 0 30px;
    }
    .cases-inner .cases-slider {
        padding: 50px 0 34px;
    }
    .case-description .case-list .categories .cat:after { 
        top: 5px;
    }
}