﻿


.nav-list {
    justify-content: start;
    gap: 80px;
}

.image-card {
    height: 360px;
}

    .image-card img {
        height: 360px;
    }

    .image-card .title {
        font-size: 48px;
        font-weight: 500;
        line-height: 120%;
        /* 57.6px */
        letter-spacing: 0.96px;
        margin-bottom: 40px;
    }


@media (max-width: 768px) {

    .hero-content h1 {
        font-size: 36px;
        font-weight: 200;
        line-height: 120%;
        /* 43.2px */
        letter-spacing: 0.72px;
    }

    .hero-section {
        height: 240px;
        background-image: url('/Content/images/kurumsal-hero-mobile.png');
    }
}