

/* MAİN CSS START */
.main{
    font-size: 30px;
    font-weight: 700;
    color: #646464;
    text-align: center;
    margin-top: 90px;
}

.mapContainer{
    display: flex;
    justify-content: space-around;
    padding: 25px;
}

.map{
    color: #a3a3a3;
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.adres{
    line-height: 30px;
}




.ins{
    display: flex;
    justify-content: center;
    margin: 60px 16px;
    gap: 3rem;

}
.ins i{
    font-size: 35px;
    color: #646464;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
}

.ins i:hover{
    color: #a3a3a3;
}

/* MAİN CSS END */

@media (max-width: 1260px) {
    .mapContainer{
      flex-direction: column;
      padding: 0;
      margin-bottom: 50px;
    }

    .map{
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }



    .map iframe{
        width: 99%;
    }

  }