.section-header {height:100px !important;}
.section-header #navigation > ul {margin:20px !important;}

.footer .footer-pages li {padding:5px;border-bottom 1px solid #fff;}

.icon-section .icon-wrapper {
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 30px;
    transition: all 0.4sease-out;
}
.blog-date {
    display: none;
}

#icon-gallery .icon-wrapper:hover * {
    color: #fff !important;
}

body{
    background-color: #F2F2F2 !important;
}
#icon-section-1  .icon-wrapper:hover{
    background-color:  #DA961B !important;
}
#page-detail-section-3 .weta-list-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#page-detail-section-3 .weta-list {
    width: 40%;
    list-style: none;
    padding: 0;
}

#page-detail-section-3 .weta-list li {
    padding: 8px 0;
    position: relative;
}
#page-detail-section-3 .weta-list:nth-child(1){
      margin-left: 34px;
}
#icon-section-1 .icon-wrapper{
    border-radius: 30px;
    background-color: #fff !important;
}
#icon-section-1 .rexa-gorseller img{
      height: 51vh;
      max-width: 275px;
}
#page-detail-section-3 .weta-icerik-tag{
        margin-bottom: 20px;
}
#page-detail-section-3 .weta-description{
    margin-bottom: 25px;
}
.blogDetail .col-md-4,
.blogDetail .col-md-8{
    width: 100% ;
}
.blogImage img{
    width: 100%;
    margin-bottom: 30px;
}

@media(max-width:768px){
    .section-header .col-lg-2{
        width: 50% !important;
    }
    .icon-section .custom-col{
        width: 100% !important;
    }
    #page-detail-section-3 .rexa-gorseller{
        display: none !important;
    }
    #page-detail-section-3 .weta-list-container{
        flex-wrap: wrap;
    }
    #page-detail-section-3 .weta-list:nth-child(1){
        margin: 0px;
    }
    #page-detail-section-3 .weta-list{
        width: 100%;
    }
    .page-breadcrumb .page-name{
        line-height: 15px;
    }
    .page-breadcrumb .relative-title .page-name span{
        top: 0;
        font-size: 14px;
    }
    .page-breadcrumb .relative-title .page-list a{
        font-size: 12px !important;
    }
    .page-breadcrumb .relative-title .page-list{
        line-height: normal;
        bottom: 15px;
    }
    .section-header #navigation > ul{
        margin: 0px !important;
    }
}