body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Catamaran", sans-serif;
    font-weight: 700;
}

h2 {
    text-transform: uppercase;
    font-size: 32px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

p {
    font-family: 'Source Sans Pro', sans-serif;                           
    font-size: 16px;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    font-family: 'Source Sans Pro', sans-serif; 
}

body {
    margin: 0;
    background-color: rgb(245, 245, 245);
}

.header_line {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 99%;
    z-index: 997;
    background-color: rgb(245, 245, 245);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.header_line_overlay {
    background-color: rgba(0, 0, 0, 0.02);
}

.logo img {
    height: 48px;
    padding: 3px;
}

.secure-policy__text {
    overflow-wrap: break-word;
    text-align: justify;
    margin-bottom: 16px;	
}

.secure-policy__header {
    margin-bottom: 8px;
}

p {
    font-family: "Source Sans Pro", sans-serif;
    color: #848484;
    font-size: 16px;
    line-height: 1.65;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-size: 32px;
}

/*FOOTER*/
footer {
    background: #2B3D41;
    padding: 60px 0 50px;
    width: 100%;
}

.footer_title {
    font-size: 22px;
}

.footer_info {
    color: rgb(245, 245, 245);
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
    width: 90%;
}

.footer_contact_title {
    margin: 0 auto;
    color: rgb(245, 245, 245);
    display:  flex;
    justify-content: center;
    align-items: center;
}

.footer_contact_subtitle {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    align-items: center;
    text-align: center;
    width: 30%;
}

.footer_contact_subtitle p {
    margin: 0 0 15px 0;
}

.google-map {
    width: 665px;
    height: 267px;
    border: #405b61 5px solid;
}

.footer_nav {
    display: flex;
    justify-content: center;
    margin: 40px auto;
}

.footer_nav_item {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif; 
    padding: 15px;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #116975;
    border-radius: 30px;
    margin-bottom: 10px;
}

.secure-policy {
    width: 1140px;
    margin: 100px auto 0 auto;
}

.social_icon {
    margin-right: 10px;
}

.container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footer_nav_item {
    text-transform: lowercase;
}

@media (max-width: 1200px) {
    .secure-policy {
        width: 930px;
    }
    .footer_nav {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .footer_nav_item {
        width: 30%;
    }
}

@media (max-width: 991px) {
    .secure-policy {
        width: 730px;
    }
    .footer_contact_title {
        flex-wrap: wrap;
    }
    .footer_contact_subtitle {
       width: 99%;
       margin: 50px 0;
    }
    .footer_info {
        margin-bottom: 0px;
    }
    .footer_nav {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .footer_nav_item {
        width: 45%;
    }
}

@media (max-width: 767px) {
    .secure-policy {
        width: 530px;
    }
    .footer_nav_item {
        width: 75%;
    }
}


@media (max-width: 576px) {
    .secure-policy {
        width: calc(100% - 50px);
    }

    .footer_nav_item {
        width: 85%;
    }
}

@media (max-width: 480px) {
    .google-map {
        width: 320px;
    }
    h2 {
        font-size: 25px;
    }
}

@media (max-width: 350px) {
    .google-map {
        width: 260px;
    }
}

.footer__telephone_number {
    text-decoration: none; !important;
}

.footer__telephone_number a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}