.about .container {
    position: relative;
    padding: 50px 15px;
}
.about{
    position: relative;
}
.about img.image-fluid {
    background: border-box;
    box-shadow: 0 0 black;
    object-fit: cover;
}
.about .resim span {
    border-width:10px;
    border-style: solid;
    border-image: linear-gradient(to right, #f13f12, #ff5555) 1;
    border-bottom: none !important;
    border-right: none !important;
    width: 50%;
    height: 65%;
    left: -4px;
    top: -18px;
    position: absolute;
    z-index: -1;
}

/* .iki {
    border-width:10px;
    border-style: solid;
    border-image: linear-gradient(to left, #355070, #FFCDB2) 1;
    border-top: none !important;
    border-left: none !important;
    width: 50%;
    height: 99%;
    right: 0px;
    bottom: -110px;
    position: absolute;
    z-index: -1;
} */
.about .resim img {
    border-top-right-radius: 30%;
    border-bottom-left-radius: 30%;
    width: 100%;
}
.about .inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}
