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;
}

.project-card {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.project-card-image, .project-card-image img {
    border-radius: 10px;
    aspect-ratio: 2/1.15;
}

.project-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    padding: 0 24px;
}

.project-card-title {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #1F1F1F;
}

.project-card-description {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #5C5C5C;
}

.project-card-button {
    margin-top: 30px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 18.15px;
    text-align: left;
    text-decoration: none;
    color: #1F1F1F;
    border: 1px solid #004287;
    display: block;
    width: max-content;
    padding: 16px 32px;
    border-radius: 8px;
    transition: .4s;
}

    .project-card-button:hover {
        background: #004287;
        color: #fff;
        transition: .4s;
    }

    @media only screen and (max-width: 1199px) {
        .kurum-card img {
        width: 180px;
    }
}