* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

body {
    font-family: 'ALS Hauss', sans-serif;
}

.header {
    height: 68px;
    background-color: #F4F6F7;
    display: flex;
    align-items: center;
}

.header_container {
    padding: 0 24px;
}

.header_logo img {
    height: 36px;
    display: block;
}

.container {
    max-width: 894px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.contact-info {
    padding-top: 32px;
}

.contact_info_title {
    margin-bottom: 16px;
    text-align: center;
}

.contact_info_title h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 720;
    color: #24272C;
}

.contact_info_item {
    display: flex;
    align-items: center;
}

.contact_info_icon {
    margin-right: 16px;
}

.contact_info_icon img {
    height: 24px;
}

.contact_info_detail h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #788998;
}

.contact_info_detail a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #24272C;
}

.contact_info_detail a.phone {
    color: #39B980;
}

@media (max-width: 600px) {
    .header_container {
        padding: 0 16px;
    }
    .container {
        max-width: none;
        padding: 0 16px;
    }

    .contact_info_title h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 550;
    }

}
