.about .container {
    position: relative;
    padding: 50px 15px;
}
.about{
    position: relative;
    margin-bottom: 20px;
}
.about img.image-fluid {
    background: border-box;
    box-shadow: 0 0 black;
    object-fit: cover;
}
.about .resim span {
    width: 50%;
    height: 50%;
    left: -35px;
    top: -35px;
    position: absolute;
    z-index: -1;
    background-color:#99000054;
}
.iki {
    width: 50% !important;
    height: 41% !important;
    left: 360px !important;
    top: 300px !important;
    position: absolute !important;
    z-index: -1 !important;
    background-color: #fd836d75 !important;
}
.about .resim img{
    width: 100%;
}
.about .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}