html {
    box-sizing: border-box;
}

*, *::before, ::after{
    box-sizing: inherit;
}

:root{
    --text-color: #232323;
}
body {
    margin: 0;
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 400;
}
a {
    text-emphasis: none;
    text-decoration: none;
}
p, h3, h2, h2, h1{
    margin: 0;
    padding: 0;
}


.h2__about {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: calc(10px + 15 * (100vw / 1600));
    line-height: calc(20px + 30 * (100vw / 1600));
    max-width: 1046px;
    margin: 0 auto;
    text-transform: uppercase; 

}

.h2__invest {
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: calc(10px + 15 * (100vw / 1600));
    line-height: calc(20px + 30 * (100vw / 1600));
    margin: 0 auto;
    max-width: 1046px;
    text-transform: uppercase; 

}

.h2__about_2 {
    padding-top: 20px;
}


.about__grid {
    padding-top: calc(20px + 100 * (100vw / 1600));;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5em;
    row-gap: .3em;
    justify-items: left;
    margin: 0;
}
.about__grid__item {
    padding: 0;
}

.about__grid__item img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    }
    
.about_img {
    width: 100%;
}
.about_img:hover{
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.contact_im{
    padding-top: calc(20px + 100 * (100vw / 1600));;
    margin: 0 auto;
    max-width: 1046px;
}

.contact__img{
    width: 100%;
}


.contact__h3 {
    padding-top: calc(20px + 30 * (100vw / 1600));;
    max-width: 1046px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #59BB40;
    font-size: calc(10px + 23 * (100vw / 1600));
    font-weight: 700;
}
.mail__h3 {
    padding-top: calc(20px + 30 * (100vw / 1600));;
    font-size: calc(10px + 27 * (100vw / 1600));
    max-width: 1046px;
    margin: 0 auto;
    font-weight: 600;
    color: #3A4038;

}
