@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/*font-family: 'Poppins', sans-serif;*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #4D533C;
    font: 18px 'Poppins', sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x:hidden;
    position: relative;
}
a {
    color: inherit;
    text-decoration: none;
    transition: .4s;
}
ul li,
ol li {
    list-style: none;
}
img {
    max-width: 100%;
    max-height: 100%;
}
button {
    display: block;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: .4s;
}

hr {
    width: 1110px;
    height: 1px;
    border: none; 
    background: rgba(33, 56, 66, 0.0955529);
}

span {
    display: block;
}
