.logo img{
    width:300px;
    height: auto;
    object-fit: none;
    margin-top: 20px;
}
@media (min-width: 992px) { 
    .ozel{
        margin-right:100px;
    }
 }
 @media (max-width: 992px) { 
    .ozel{
        margin-bottom:50px;
    }
 }
.cntnt{
    margin-top: 80px;
}
.icerik img{
    width:300px;
    height: auto;
    object-fit: none;
    margin-top: 10px;
}
.icerik{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius:40px;
    transition: all 400ms ease;
}
.icerik:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.20);
}
.baslik{
    border-width: 17px;
    border-style: solid;
    border-image: linear-gradient(to right, #195f9d, #b7c5d0 ) 1;
    border-bottom: none !important;
    border-right: none !important;
    border-left: none;
    padding-top: 30px;
    padding-bottom: 50px;
}
.baslik h4{
    color: #0076be;
    letter-spacing: 2px;
}
.icerik a{
    color: #0076be !important;
    text-decoration: none !important;
}
.iletisim a{
    color: #0076be !important;
    text-decoration: none !important;
    font-size: 20px;
}
.iletisim p{
    color: #0076be !important;
}
.iletisim{
    border: 5px groove lightgray;
    text-align: center;
    margin-top: 150px !important;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 25px;
}
