.contact-us-info {
    margin-top: 0;
    width: 100%;
    position: relative;
    height: 550px;
}

.form-geta-subscribe .form-group #email {
    width: 100%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px !important;
    background-color: #f5f5f5;
}

.contact-us-mail-text {
    width: 100%;
    position: absolute;
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 30px;
    display: flex;
    font-family: 'Inter', sans-serif;
    color: #000000;
    text-align: center;
    justify-content: center;
    z-index: 5;
    margin-top: 130px;
}

.contact-us-mail-text-all {
    margin: 0;
}

.contact-us-mail-text-1 {
    line-break: anywhere;
    width: 100%;
}

.contact-us-tceege {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Archivo', sans-serif;
    color: #505D7B;
    text-align: center;
    display: flex;
    align-items: flex-end;
    height: 107px;
    top: 100px;
    left: 0;
}

.contact-us-tceege-22 {
    position: relative;
    font-size: 18px;
    line-height: 0;
    font-family: 'Archivo', sans-serif;
    color: #505D7B;
    text-align: center;
    display: flex;
    height: 107px;
    top: 170px;
    left: 0;
}

#contact-us-card-box-003 {
    display: inline-block;
    position: relative;
    height: 264px;
    text-align: center;
    top: 5px;
    width: 100%;
    left: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contact-us-all-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 178px;
    object-fit: contain;
    top: 100px;
    margin-left: 1.5rem;
    text-align: center;
    justify-content: center;
}


@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .contact-us-mail-text {
        left: 0;
    }

    .contact-us-tceege {
        left: 0;
    }

    .contact-us-tceege-22 {
        margin-left: -20px;
    }


}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .contact-us-all-img {
        margin-left: 0;
    }

    .contact-us-mail-text-all {
        margin: 0;
    }

    .contact-us-mail-text-1 {
        line-break: anywhere;
        width: 100%;
    }

    #contact-us-card-box-003 {
        width: 100%;
        height: 274px;
        left: 0;
    }

    .contact-us-tceege {
        top: 100px;
    }

    .contact-us-tceege-22 {
        top: 180px;
        font-size: 14px;
    }


}

@media screen and (min-width: 768px) and (max-width: 1366px) {
    .tarifeler-hesaplar-text {
        font-size: 14px;
        width: 150px;
        top: -5px;
        left: 20px;
    }
}

@media (max-width: 768px) {
    #contact-us-card-box-003 {
        left: 0;
    }

    .contact-us-all-img {
        margin-left: 0;
    }

    .contact-us-info {
        top: 0;
        width: 100%;
        height: 1600px;
    }

    .contact-us-mail-text {
        width: 100%;
        height: 100px;
        position: absolute;
        text-align: center;
        left: 0;
    }

    .contact-us-mail-text-1 {
        line-break: anywhere;
        width: 100%;
        margin-left: -1rem;
    }

    .contact-us-tceege {
        left: 20px;
    }

    .contact-us-tceege-22 {
        left: 20px;
    }

    .form-geta-subscribe .form-group #email {
    width: 75%;  
}

}