﻿.iletisim-area {
    position: relative;
    display: block;
    padding: 10% 5% 0;
}

    .iletisim-area > div > h1 {
        display: inline-block;
        cursor: pointer;
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 20px;
        color: #000;
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
        background: linear-gradient( to bottom, #FFB3C1 0%, #FFB3C1 100% );
        background-position: 0 85%;
        background-repeat: repeat-x;
        background-size: 1px 10px;
        text-decoration: none;
        transition: background-size .2s;
    }

    .iletisim-area > div > h2 {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 30px;
        color: #000;
        font-weight: 900;
        position: relative;
        margin-bottom: 25px;
    }

    .iletisim-area > div > h3 {
        font-family: 'Raleway', sans-serif;
        letter-spacing: normal;
        font-size: 16px;
        line-height: 1.5em;
        color: #000;
        font-weight: 400;
        position: relative;
        margin-bottom: 35px;
    }

.adress {
    font-family: 'Raleway', sans-serif;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
}

    .adress > img {
        float: left;
        margin-right: 25px;
    }

.iletisim-area > .right > img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1600px) {
    .iletisim-area {
        padding: 10% 17% 0;
    }
}

@media screen and (min-width: 1700px) {

}

@media screen and (min-width: 1900px) {

}
