.about_us_title--button button{
    border-radius: 8px;
  background-color: #013565;
  display: flex;
  width: 153px;
  border: none;
  color: white;
  height: 46px;
  justify-content: center;
  align-items: center;
  transition: .4s;
  text-decoration: none;
}
.about_us_title--button button:hover{
    background-color: var(--light-blue);
}

.about_more{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}
.about_more img{
    width: 100%;
    border-radius: 20px;
    max-height: 45vh;
    min-height: 300px;
    object-fit: cover;
margin:  20px 0;

}
.about_more h2{
    color: #2A2A2A;
margin:  20px 0;
font-size: 20px;
font-style: normal;
font-weight: 600;
}

.about_more p{

color: #636363;
margin:  20px 0;
text-align: justify;

font-size: 14px;
font-style: normal;
font-weight: 400;

}

.about_more{
    display: none;
}
.persons{
    display: flex !important;

}

.persons_more_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 160px;
}

.persons_more_header h2{
    color: #393939;


font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.persons_more_header a{
color: #515151;


font-size: 17px;
font-style: normal;
font-weight: 300;
}
.categori{
    margin-top: 130px;
}
.categori h2{
    color: #393939;

font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.category_items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category_item {
  width: 24%;
  min-width: 220px;
  max-width: 292px;
  height: 20vw;
  max-height: 243px;
  min-height: 200px;
  position: relative;
  display: flex;
  border-radius: 30px;
  align-items: end;
  margin-top: 24px;
  transition: .3s;
}
.category_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.category_item--detail {
  width: 100%;
  transition: .5s;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 24, 78, 0.00) 0%, #00149f94 100%);
  z-index: 1;
  position: relative;
  border-radius: 0 0 30px 30px;
  padding: 20px 30px;
  color: #fff;
}
.category_item--detail p {
  font-weight: 300;
  font-size: 14px;
  margin: 0%;
}
.category_item--detail h4 {
  font-weight: 900;
  font-size: 17px;
}
.category_item--button {
  position: absolute;
  width: 57px;
  height: 38px;
  border-radius: 0px 52px 52px 0px;
  background: #FFE500;
  z-index: 2;
  top: 20px;
  left: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}
[dir='ltr'] .category_item--button{
    transform: rotate(180deg);
    left: unset;
    right: 0;
}
.category_item:hover .category_item--detail{
    height: 100%;
}
.laboratory_projects{
    margin-top: 150px;
}
.laboratory_projects_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.laboratory_projects_header h4{
    color: #393939;


font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.laboratory_projects_navigaitions a{
    width: 211px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(237, 194, 23, 0.16);
    background-color: rgba(237, 194, 23, 0.16);
  border: none;
  color: #C29E0C;
  font-size: 17px;
  transition: .3s;
  margin: 10px;
}
.laboratory_projects_navigaitions {
  display: flex;
  align-items: center;
}
.laboratory_projects_navigaitions a:hover{
background-color: var(--orange);
  color: white;
}
.laboratory_projects_navigaitions span{
    width: 54px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: var(--yellow);
  display: flex;
  margin: 5px 0;
  transition: .3s;
}
.laboratory_projects_navigaitions .swiper-button-disabled {
  background-color: #FCF5DA;
}
.service_title{
    justify-content:space-between
}
.service_tools{
    display: flex;
}
@media (max-width: 992px) {
  .category_item {
    border-radius: 15px;
    width: 48%;
    max-width: 49%;
    min-width: 0;
    margin-top: 2%;
  }
}
@media (max-width: 576px) {

.about_us_title h1{
    font-size:  30px;
}
.service_title p{
    max-height: 75px;
overflow: hidden;
}
}

.service{
    padding: 15px 20px;
    max-width: unset;
    margin-top: 20px  !important;

}
.service_image{
    height: fit-content !important;
}
.service_image img{
    position: relative;
}
@media (max-width: 992px) {
    .service{
    width: 49%;
    }
}
@media (max-width: 768px) {
     .service{
    
    max-width: unset;
    }
    .service_tools{
        display:none
        
    }
    .service_title{
        justify-content: unset;
    }
    .laboratory_projects_navigaitions a{
        display: none;
    }
}