html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    background-color: #f0eeef;
    font-family: 'Rajdhani', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2em;
    position: relative;
}
main {
    min-height: 100vh;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    color: #199DA3;
}
img.logo {
    width: 400px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 40px;
}
b {
    font-weight: bold;
}
a {
    color: #f0f0f0;
}

.container {
    margin: 0 auto;
    text-align: center;
    width: 80%;
    max-width: 980px;
}
h1 {
    font-weight: bold;
    position: relative;
    padding-top: max(30px, 1vw);
    font-size: calc(35px + 1vw);
    line-height: calc(40px + 1vw);
}
h2 {
    font-size: calc(20px + 1vw);
    line-height: calc(30px + 1vw);
    padding-block: 20px;
}
h1 + p {
    position: relative;
}
p {
    font-size: calc(12px + 0.2vw);
    line-height: calc(18px + 0.2vw);
}
p.last {
    font-size: calc(10px + 0.2vw);
}
p a {
    pointer-events: auto;
}
h2 + p,
.addresses p {
    margin-bottom: 5px;
} 
.nobold {
    font-weight: normal;
}
@media (max-width: 430px){

    h1 {
        font-size: 30px;
        line-height: 34px;    
    }
}
.uppercase {
    text-transform: uppercase;
}
.heading {
    color: #fff;
}
.align_center {
    text-align: center;
}
.w_80 {
    width: 80%;
}
.w_70 {
    width: 70%;
}
.m_auto {
    margin: 0 auto;
}
.main {
    padding-block: calc(60px + 2vw);
}
.title_banner {
    position: relative;
    z-index: 1;
    padding: calc(80px + 8vw) 10%;
}
.title_banner > img {
    max-width: 70%;
    display: block;
    margin: 0 auto;
}
.services {
    padding-bottom: calc(100px + 1vw);
    display: flex;
    gap: calc(40px + 2vw);
    flex-wrap: wrap;
}
.service {
    width: 100%
}
.service p {
    padding-top: 20px;
    font-size: calc(16px + 0.6vw);
    line-height: calc(22px + 0.6vw);
}
.imgp_60:before {
    content: '';
    display: block;
    padding-top: 60%;
}
.img_container {
    position: relative;
}
.img_container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

footer {
    background: #199DA3;
    color: #fff;
    text-align: center;
    padding: 15px 10%;
}
footer span {
    padding: 0 5px;
}

@media (min-width: 767.5px) {

    .w_70 {
        width: 60%;
    }
    .service {
        width: calc(50% - 20px - 1vw);
    }

}

@media (min-width: 980.5px) {

    .w_80 {
        width: 70%;
    }
}