section.main{
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}

section.header
{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('/assets/images/autoparkbig.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    display: block;
    background-position-x: center;
    background-position-y: center;
    display: block;
    position: relative;
}
section.header h4
{
    top:50%;
    left:50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #ececec;
    display: block;
}
section.main .elra{
    color:#292929;
    display: inline;
    font-size:14px;
}
.hizmetList li{
    list-style: none;
}
.hizmetList {
    padding-inline-start: 0px;

}
.hizmetList li a h2{
    font-size:14px;
}
.hizmetler a h2 {
    font-size:14px;
    margin-bottom:unset;
    line-height: unset;
    margin-top:unset;
    display: unset;
    margin:unset;
}
section.main div.myExternalDiv{
    
 height: 100px;
    
   
}
div.myDiv{
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center;
}
@media screen and (max-width: 768px) {
.navbar-collapse {
    background-color:#303030;
    display: block;
    padding: 10px 20px;
}
}