.navbar-logo{
    margin-left: 5rem;
}

.banner{
    background-color: #F4F8FB;
    padding: 50px;
}
.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;
}
.link{
    text-decoration: none;
    color: #707B93;
}

.col-2{
    height: 150px;
    margin-top: 5rem;
    margin-left: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-2:hover{
    box-shadow: 0px 0px 107.80000305175781px 0px #15203714;
}

@media only screen and (width <=1440px) {
    .col-2{
        width: 20%;
    }
}

@media only screen and (width <= 1024px) {
    .col-2{
        width: 20.6%;
    }
    .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 <= 1199px) {
    .col-2{
        width: 20.6%;
    }
}

@media only screen and (width <= 991px) {
    .col-2{
        width: 26.6%;
    }
    .col-2 {
        height: 150px;
        margin-top: 5rem;
        margin-left: 0rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (width <= 768px) {
    .col-2{
        width: 41.6%;
    }
}

@media only screen and (width <= 578px) {
    .col-2{
        width: 100%;
    }
}