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;
}
body {
	line-height: 1;
}
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;
}
h2 {
    font-size: 40px;
    font-weight: bold;
    margin-left: 25px;
}
.container {
    margin: 0 auto;
    max-width: 1240px;
    font-family: 'EB Garamond', our-services-sectionserif;
}
.logo-container {
    width: 20%;
}
.info-container {
    width: 80%;
    font-size: 54px;
    padding-left: 8%;
}
.first-section {
    display: flex;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 9vw 56px;
}
.our-services-section {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 1vw 56px 7vw 56px;
}
.services-info {
    margin-top: 20px;
    font-size: 32px;
    line-height: 150%;
}
.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.label-textarea {
    font-weight: 700;
}
.textarea-style {
    margin: 10px 0 10px 0;
    padding: 0;
}
.image-container img {
    max-width: 100%;
    height: auto;
    margin: 10px;
}
.clients-sections {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.clients-sections > div {
    width: 261px;
}
.contact-form {
    display: flex;
    justify-content: center;
}
.form-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 588px;
}
.textarea-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 44px;
}
.textarea-style {
    padding: 18px;
    height: 42px;
    border: 3px solid #EFEFEF;
}
.email-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
}
.email-style {
    border: 3px solid #EFEFEF;
    padding: 14px;
    margin-top: 10px;
}
.label-email {
    font-weight: 700;
}
.contact-form {
    margin-bottom: 100px;
    padding: 15px;
}
.contact-us-button {
    border: 2px solid black;
    padding: 12px 24px;
    background: #FFFFFF;
    margin-top: 44px;
}
@media (max-width: 768px) {
    .container {
        margin: 0 auto;
        max-width: 768px;
        font-family: 'EB Garamond', our-services-sectionserif;
    }
    .first-section {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 7vw 5px;
    }
    .info-container {
        width: 80%;
        font-size: 38px;
        padding-left: 1%;
    }
    .our-services-section {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 1vw 25px 7vw 25px;
    }
    .clients-sections {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        justify-content: space-between;
        align-items: center;
    }
    h2 {
        margin-left: 25px;
    }
}
@media (max-width: 425px) {
    .contact-form {
        padding: 0 25px;
    }
    .first-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 3vw 20px;
    }
    .logo-container {
        width: 100%;
    }
    .info-container {
        width: 100%;
        font-size: 54px;
        padding-left: 8%;
    }
    h2 {
        margin-top: 30px;
    }
}