.banner{
    background-image: url(../img/sayfa-banner-img.png);
    width: 100% !important;
    height: 320px !important;
    background-size: cover;
  }
  .title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 368px !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
.kimiz-sol{
    color: var(--Blue-blue-500, #77D0E2);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.5%; /* 45.9px */
    text-decoration-line: underline;  
    margin-top: 28px;
}
.kimiz-detail{
    color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 147.75%; /* 26.595px */
margin-top: 12px;
}
.sol-ortalama{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: start;
}
.sol-icon{
    width: 75.6px;
height: 75px;
}
iframe .i4ewOd-pzNkMb-haAclf{
    display: none !important;
}
.bosluk{
    display: flex;
    flex-direction: column;
    row-gap: 151px;
}
.alan-bosluk{
    margin-top: 6rem !important;
}
@media only screen and (max-width: 991px) {
    .alan-bosluk{
        margin-top: 0 !important;
    }
    .orta-navbar{
        position: relative !important;
      }
    .banner {
        height: 285px !important;
    }
    .title{
        height: 285px !important;
      }
    .degisme-2{
        order: 2;
    }
    .mobile-bosluk{
        margin-top: 4rem !important;
    }
    .degisme-1{
        order: 1;
        margin-top: 4rem !important;
    }
    .kimiz-sol {
        margin-top: 15px;
    }
    .sol-icon{
        margin-top: 2rem;
    }
    .bosluk {
     row-gap: 10px; 
    }
  }
  @media only screen and (max-width: 767px) {
    .kimiz-detail {
        font-size: 16px;
    }
    .kimiz-sol {
        font-size: 30px;
    }
    .sol-icon {
        width: 56.6px;
        height: 56px;
    }
    .title{
        font-size: 25px;
        height: 170px !important;
      }
      .banner{
        height: 160px !important;
      }
  
}