.sol-img{
    height: 570px;
    object-fit: cover;
    border-radius: 26px;
}
.sag-img{
    object-fit: cover;
    border-radius: 26px;
    height: 270px;
}
.sag-imgs{
    display: flex !important;
    flex-direction: column;
    row-gap: 30px;
}
.hizmet-img{
    margin-top: 85px !important;
}
.hizmetler-title{
    font-family: Poppins;
font-size: 24px;
font-weight: 600;
line-height: 26px;
text-align: left;
color: rgba(0, 0, 0, 1);
margin-left:12px ;
}
.hizmet-detay{
    font-family: Poppins;
font-size: 18px;
font-weight: 400;
line-height: 27px;
text-align: left;
color: rgba(59, 59, 59, 1);
}
.hizmet-card{
    position: relative;
}
.hizmet-card-detay{
    row-gap: 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    padding-right: 110px;
    padding-left: 110px;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.hizmet-card-title{
    font-family: Poppins;
font-size: 24px;
font-weight: 600;
line-height: 26px;
text-align: center;
color: rgba(255, 255, 255, 1);
}
.card-detay{
    font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: center;
color: rgba(255, 255, 255, 1);
}
.hizmet-card-row {
    row-gap: 2rem;
    margin-top: 40px !important;
}
.hizmet-baslik{
    margin-top: 40px;
    margin-bottom: 20px;
}
.sags-imgs{
    display: none;
}
@media only screen and (max-width: 991px){
  .sol-img{
    height: 385px;
  }
  .sag-imgs{
    display: none !important;
  }
  .sags-imgs{
    display: block;
    margin-top: 4rem;
    row-gap: 2rem;
    display: flex;
    flex-direction: column;
  }
  .hizmet-card-detay{
    padding-right: 85px;
    padding-left: 85px;
  }
}
@media only screen and (max-width: 510px){
    .hizmet-card-detay{
        padding-right: 20px;
        padding-left: 20px;
      }
      .hizmet-card img{
        height: 20rem;
      }
  }