.headtitle{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 176px 458px 291px 457px;
    background: url('../image/backgrounds/1background.png')  no-repeat ;
    background-size: cover;
}

.head_text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-wrap: nowrap;

}

.head_text_title{
    margin: 0;
    font-family: var(--font-family-r);
    font-size: 50px;
    color: var(--color-white);
    margin-bottom: 15px;
}

.head_text_subtitle{
    margin: 0;
    font-family: var(--font-family-Ir);
    font-size: 30px;
    color: var(--color-white);
    margin-bottom: 15px;
}


@media(max-width:1100px){

    .headtitle{
        padding-left: 20px;
        padding-right: 20px;
        background-position: center;
    }
    .head_text_title{
        font-size: 40px;
    }
    

}

@media(max-width:900px){
    .head_text_title{
        font-size: 30px;
    }
    .head_text_subtitle{
        font-size: 25px;
    }
    

}

@media(max-width:800px){
    .head_text_title{
        font-size: 25px;
    }
    .head_text_subtitle{
        font-size: 20px;
    }
    

}

@media(max-width:550px){
    .head_text_title{
        font-size: 20px;
    }
    .head_text_subtitle{
        font-size: 15px;
    }
    .head_button{
        width: 150px;
        height: 40px;
    }

}


@media(max-width:450px){
    .head_text_title{
        font-size: 17px;
    }
    .head_text_subtitle{
        font-size: 13px;
    }
    .head_button{
        width: 120px;
        height: 30px;
        font-size: 13px;
    }

}

@media(max-width:320px){
    .head_text_title{
        font-size: 12px;
    }
    .head_text_subtitle{
        font-size: 10px;
    }
    .head_button{
        width: 110px;
        height: 25px;
        font-size: 13px;
    }
    .headtitle{
        background-position: center;
        padding-left: 10px;
        padding-right: 10px;
    }

}


