*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}



.wrapper .headline h1 {
    font-weight: 900;
    text-align: center;
    font-size: 64px;
    margin: 130px 0;
    color: #183574;
    text-transform: uppercase;
}

.wrapper .logo img {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.address-bn h2 {
    margin-bottom: 30px;
    position: relative;
}
.address-bn h2::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 113px;
    height: 2px;
    background: #183574;
}
.address-bn p {
    font-size: 15px;
    line-height: 12px;
    color: black;
}


.address-en {
    margin-left: 85px;
}
.address-en h2 {
    margin-bottom: 30px;
    position: relative;
}
.address-en h2::after {
    content: " ";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 113px;
    height: 2px;
    background: #183574;
}
.address-en p {
    font-size: 15px;
    line-height: 12px;
    color: black;
}