p {
    font-family: Verdana;
}

.red {
    color: #006EFA;
}

h1 {
    margin-bottom: 5%;
}

h3 {
    font-family: "Tabac - G 1 Medium";
    font-weight: 400;
}

p {
    line-height: 32px;
}

#map{
    width: 850px;
    height: 850px;
}

.main {
    margin-top: 200px;
    color: #141e50;
}

.header__container {
    margin:0;
}

.content-container {
    padding: 0 15px;
}

.diffrent-container {
    padding: 0 25px;
    max-width: 1390px;
    margin-left: auto;
    margin-right: auto;
}

.company-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.company-information {
    max-width: 430px;
    border-top: 2px solid #141e50;
    border-bottom: 2px solid #141e50;
}

.company__adress,
.company__details--name {
    padding-top: 20%;
}

.company__adress h3 {
    max-width: 360px;
    margin-bottom: 16px;
}

.company__adress a {
    text-decoration: none;
    color: inherit;
}

.company__details a {
    text-decoration: none;
    color: inherit;
}

.company__adress a:hover {
    text-decoration: underline;
}

.company__details--email {
    padding: 0 0 10% 0;
}

.company__details--extra-information {
    padding: 10% 0 20%;
}

.map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
}

iframe {
    background-color: #5c5c5c;
}

.accounting-sales {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sales,
.accounting {
    padding-top: 4%;
}

.sales {
    max-width: 430px;
}

.accounting {
    width: 800px;
}