.project_gallery{
    padding: 130px 0 150px;
}
.project_gallery .tcon{
    margin-bottom: 50px;
}
.project_gallery .left{
    width: 73.3333%;
}
.project_gallery .left .swiper_imgs{
    overflow: hidden;
}
.project_gallery .left .swiper_imgs .swiper-slide{
    aspect-ratio: 1053/632;
}
.project_gallery .right{
    width: 21.52%;
    padding-left: 5.5%;
    border-left: 1px solid #e0e7e6;
}
.project_gallery .swiper_thumbs{
    max-height: 635px;
}
.project_gallery .swiper_thumbs .img{
    aspect-ratio: 227/139;
    width: auto;
    border: 2px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}
.project_gallery .swiper_thumbs .img.swiper-slide-thumb-active{
    border-color: var(--primary);
}
.page_projects{
    padding: 140px 0 114px;
}
.page_projects .head{
    margin-bottom: 50px;
}
.page_projects .swiper_projects{
  overflow: hidden;
}
.page_projects .img{
    aspect-ratio: 466/343;
    
}
.page_projects .img:hover img{
    transform: scale(1.1);
}
.page_projects .info{
    padding-top: 30px;
}
.page_projects .info span{
    font-family: "Oswald", sans-serif;
    color: var(--primary);
    text-transform: uppercase;
}
.page_projects .info p{
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #0a0a0a;
    text-transform: uppercase;
}
@media screen and (min-width: 1001px) and (max-width: 1220px) {
  .project_gallery {
    padding: 80px 0 100px;
  }
  .project_gallery .tcon {
    margin-bottom: 35px;
  }
  .page_projects {
    padding: 90px 0 80px;
  }
  .page_projects .head {
    margin-bottom: 35px;
  }
  .page_projects .info {
    padding-top: 22px;
  }
  .page_projects .info p {
    font-size: 21px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .project_gallery {
    padding: 60px 0 70px;
  }
  .project_gallery .tcon {
    margin-bottom: 30px;
  }
  .project_gallery .right {
    padding-left: 3.5%;
  }
  .page_projects {
    padding: 60px 0 70px;
  }
  .page_projects .head {
    margin-bottom: 30px;
  }
  .page_projects .info {
    padding-top: 18px;
  }
  .page_projects .info span {
    font-size: 14px;
  }
  .page_projects .info p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .project_gallery {
    padding: 50px 0;
  }
  .project_gallery .tcon {
    margin-bottom: 30px;
  }
  .project_gallery .left {
    width: 100%;
  }
  .project_gallery .right {
    display: none;
  }
  .page_projects {
    padding: 50px 0;
  }
  .page_projects .head {
    display: block;
    margin-bottom: 30px;
  }
  .page_projects .head .btn_b {
    margin-top: 15px;
  }
  .page_projects .info {
    padding-top: 15px;
  }
  .page_projects .info p {
    font-size: 18px;
  }
}