body{
    background-color: rgba(255, 255, 255, 1) !important;
}
.banner-title{
    position: absolute;
    bottom: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-weight: 600;
    line-height: 38.73px;
    color: rgba(255, 255, 255, 1);
}
.banner-img{
    object-fit: cover !important;
}
.banner-bg{
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(32, 89, 194, 1);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    text-align: center;
    padding: 17px;
    color: rgba(255, 255, 255, 1);
    font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 19.36px;
text-align: center;

}
.banner-img{
    height: 366px;
}
.sayfa-title{
    margin-bottom: 62px;
    margin-top: 120px;
    font-family: Inter;
font-size: 32px;
font-weight: 600;
line-height: 38.73px;
text-align: left;
color: rgba(31, 31, 31, 1);
}

.kurum-row{
    row-gap: 2rem;
}
.kurum-card{
    box-shadow: 14px -5px 80px 0px rgba(0, 0, 0, 0.02);
    height: 199px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(243, 243, 243, 1) !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border-radius: 10px;
    padding: 35px;
}
.kurum-card img{
    object-fit: contain;
    width: 223px;
    height: 63px;
}

@media only screen and (max-width: 1199px){
    .kurum-card img {
        width: 180px;
    }
}