.body{
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    background: #e0e0e0;
}

.banner{
    width: 100%;
    height: 100px;
    background: rgb(131, 129, 129);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.contacts_h1{
    margin: 10px 0px 0px 0px;
}

.conteiner{
    width: 80%;
    height: auto;
    background: rgb(224 224 224);
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    gap: 0px 30px;
}

.left_logo{
    width: 50%;
        height: auto;
}

.right_text{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.right_text_P{
    font-size: 20px;
}

.right_text_P1{
    font-size: 20px;
    margin: -8px 0px;
}