.iletisim-title {
    margin-bottom: 28px;
    font-family: Urbanist;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    color: #000000;
}

.sol-bilgi-title {
    font-family: Urbanist;
    font-size: 23.95px;
    font-weight: 500;
    line-height: 28.74px;
    text-align: left;
    color: #639A30;
}

.sol-bilgi-detay {
    color: #000000;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
}

.sol-bilgi-yan {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.sol {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.card-yan {
    row-gap: 1rem;
    flex-wrap: wrap;
    margin-top: 29px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.bilgi-card {
    box-shadow: 0px 3.9px 35.49px 0px #0000000D;
    background: #FFFFFFCC;
    padding: 26px;
    width: 235px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    color: #000000 !important;
}

    .bilgi-card i {
        font-size: 35px;
        color: #639A30;
    }

    .bilgi-card svg
    {
        font-size: 35px;
        width: max-content;
    }

    .bilgi-card svg path {
        fill: #639A30;
    }

    .bilgicards {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

.bilgicards img {
    width: 35px;
}

.vp {
    margin-top: 29px !important;
    padding: 10px !important;
    column-gap: 8px !important;
    display: flex !important;
    align-items: center !important;
    background-color: #39CE39 !important;
    width: max-content;
}

.vp i {
    font-size: 30px;
    color: white;
}

    .vp svg
    {
        font-size: 30px;
        width: max-content;
    }

    .vp svg path
    {
        fill: #fff;
    }

    .hat {
        color: #FFFFFF;
        font-family: Urbanist;
        font-size: 11px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

.number-vp {
    font-family: Urbanist;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
}

.ic-overlay {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ic-img {
    height: 668px;
}

.contact-content-area
{
    background-image: url(/img/adamag/sayfa-arka-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.harita iframe {
    aspect-ratio: 2/1.5;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    .ic-img {
        height: 793px;
    }
    .harita iframe {
        aspect-ratio: 1/1;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (max-width: 991px) {

    .harita {
        margin-top: 4rem;
    }
    .vp {
        display: none !important;
    }

    
}
