.navbar-logo{
    margin-left: 5rem;
}

.banner{
    background-color: #F4F8FB;
    padding: 50px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.hizmet-title{
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0em;
    color: #344054;
    margin-bottom: 8px;
}
.hizmet-dec{
    text-decoration: none;
    color: #152037;
}
.banner-detay{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0em;
    color: #707B93;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.link{
    text-decoration: none;
    color: #707B93;
}

.medyadetayimage{
    padding: 82px 0px 0px 60px;
}

.gun{
    font-size: 13px;
    color: #C70000;
}

.baslik{
    font-size: 18px;
    font-weight: bold;
    color: #152037;   
}

.medyadetaytext{
    margin-top: 5rem;
    color: #626363;
}

.medyatext{
    width: 95%;
    font-family: Poppins;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    font-size: 16px;

}

@media only screen and (width<=1920px) {
    .medyadetayimage{
        width: 100%;
    }
}

@media only screen and (width <= 1440px) {
    .medyadetayimage{
        width: 100%;
    }
}

@media only screen and (width <= 1024px) {
    .footerbottom {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 9px;
    } 
    .navbar-iletisim-text{
        padding: 6px 12px;
    }
    .footerLink{
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        align-items: center;
        text-align: center;
        justify-content: none;
    }
    .navbar-logo{
        margin-left: 0px;
    }
}

@media only screen and (width <= 991px) {
    .medyadetayimage {
        padding: 0px;
        margin-top: 2rem;
    }
}