.page-Main-Title::after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100px;
    height: 4px;
    left: 50%;
    transform: translate(-50%, -5px) rotate(177deg) !important;
    background: #cd1e1e;
    border-radius: 48% 52% 10% 90% / 24% 76% 24% 76%;
}
.page-Main-Title {
    color: #262626;
    text-align: center;
    font-family: Oswald;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    position: relative;
    margin-bottom: 51px;
    margin-top: 40px;
}
.telefon-number-title{
    color: #4B4B4B;
font-family: Oswald;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 32px;
}
.telefon-yan{
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.googleMap iframe {
    width: 100%;
}

.telefon-number, .telefon-number a {
    color: #4D5259;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.telefon-number-detay {
    margin-top: 12px;
    color: #4B4B4B;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.satir-bosluk{
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 24px;
}
.iletisim-bilgi{
    color: #4B4B4B;
font-family: Oswald;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-top: 32px;

}
.mobile-detay{
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-top: 22px;
}

    .mobile-detay, .mobile-detay a {
        color: #4D5259;
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .mobile-detay svg {
            min-width: 24px;
            max-width: 24px;
        }

.telefon-yan svg {
    min-width: 24px;
    max-width: 24px;
}

.mobile{
    display: none !important;
}
@media only screen and (max-width: 991px){
    .satir-bosluk{
        display: none !important;
    }
    .page-Main-Title {
        margin-bottom: 80px;
    }
    .mobile{
        display: block !important;
    }
}