.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;
}
.sol-baslik{
    margin-top: 120px;
    font-family: Inter;
font-size: 32px;
font-weight: 600;
line-height: 38.73px;
color: rgba(31, 31, 31, 1);
}
.sol-baslik-2{
    margin-top: 120px;
    margin-bottom: 85px;
    font-family: Inter;
font-size: 32px;
font-weight: 600;
line-height: 38.73px;
color: rgba(31, 31, 31, 1);
display: none;
}
.iletisim-iki{
    font-family: Inter;
font-size: 24px;
font-weight: 600;
line-height: 29.05px;
text-align: left;
color: rgba(20, 36, 28, 1);
margin-bottom: 16px;
}
.iletisim-detay-baslik, .iletisim-detay-baslik a{
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    margin-bottom: 8px;
    color: rgba(20, 33, 43, 1);
    text-decoration: none;
}
.iletisim-detay{
    font-family: Inter;
font-size: 15px;
font-weight: 400;
line-height: 18.15px;
color: rgba(101, 101, 101, 1);
}
.iletisim-sol-card {
    margin-bottom: 40px;
}

.google-map iframe
{
    width: 100%;
    height: 100%;
}

.google-map {
    height: 100%;
    aspect-ratio: 2 / 1.25;
}

@media only screen and (max-width: 991px) {
    .sol-baslik-2{
        display: block;
        margin-top: 70px !important;
        margin-bottom: 60px !important;
    }
    .sol-baslik{
        display: none;
     
    }
  
}
@media only screen and (max-width: 767px){
    iframe{
        height: 400px;
    }
}@media only screen and (max-width: 430px){
    .sol-baslik-2 {
        font-size: 26px;
    }
}