* {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      line-height: 21px;
}
body {
    overflow-x: auto;
}

*::before,
*::after {
	box-sizing: border-box;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    padding: 24px 0;
    width: 100%;
}

.header-conteiner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}

.circle {
    width: 40px;
    height: 40px;
    background-color: #F5F6F7;
    border-radius: 26px;
    border: 1px solid #F5F6F7;
    padding: 5px;
}

.lines {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.line {
    width: 18px;
    height: 2px;
    background-color: black;
    margin: 2px;
}

.circle:hover {
    opacity: 0.6;
}

/*                             */

.hero {
    background-image: url("wallaper.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 811px;
    padding-bottom: 100px;
    padding-top: 189px;
}

.conteiner {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}


.hero-content {
    color:white;
    display: flex;
    flex-direction: column;
    max-width: 616px;
}

h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 74px;
    padding: 24px 0;
}

.hero-content a {
    color: #FFD723;
    padding-top:45px ;
}

.serviced {
    padding: 150px 165px;
    margin-bottom: -180px;
}

.serviced-title-text {
    display:block;
    color: #4D533C;
    max-width: 607px;
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    padding-bottom: 60px;
}

.serviced-lists {
    display: flex;
    gap: 30px;
}

.serviced-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color:#21384299;
    line-height: 26px;

}

h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #4D533C;
    max-width: 183px;
    text-transform: uppercase;
    margin: 0;
}

.serviced-list a {
    color: #D4D6D4;
        text-decoration: underline;
        margin-top: auto;
}

.serviced-list a:hover {
    opacity: 0.6;
}

.serviced-list span {
    margin-top:  20px;
    margin-bottom: 56px;
    max-width: 194px;
    line-height: 26px;
}

.get-started {
    background-color: #FAFAFA;
    position: relative;
    top: 180px;
    max-width: 1275px;
    height: 362px;
    padding: 70px 289px 71px 164px;
}

.get-started div {
    color: #4D533C;
    font-weight: 700;
    font-size: 60px;
    line-height: 74px;
    margin-bottom: 50px;
}

.get-started a {
    color: #D4D6D4;
    text-decoration:underline;
}

.footer {
    background-color: #50583B;
    max-height: 920px;
    background-image: url(https://live.verstaem.online/webovio/img/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 300px;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 52px;
    border-bottom: 1px solid #5D6544;
}

.footer-middle {
    --grid-gap: 70px;
    display: grid;
    gap: var(--grid-gap);
    grid-template-columns: repeat(4, 1fr);
    padding: 60px 0;
    border-bottom: 1px solid #5D6544;
}

.footer-top {
    display: flex;
    flex-direction: row;
    gap: 128px;
}

.footer-top-text {
    font-size: 16px;
    line-height: 40px;
    color: #B6C197;
}

.footer-top-info {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #FFFFFF;
}

.footer-top-text1 {
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
    color: #B6C197;
}

.footer-top-info1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #FFFFFF;
}

.footer-column1 {
    border-left: 1px solid #5D6544;
    padding-left: 110px;
}

.footer-bottom {
    padding: 24px 0px;
    color: #B5C096;
    display: flex;
    justify-content: space-between
}

.social-links {
    display: flex;
    align-items: center;
    gap: 11px;
}

.social {
    display: block;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    background-color: #FFD723;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    opacity: 0.4;
    transition: opacity 0.3s ease-in-out;
}

.footer-column a:hover {
    opacity: 0.6;
}

.social:hover {
    opacity: 0.8;
    cursor: pointer;
}

.social-fb {
    background-image: url(https://live.verstaem.online/webovio/img/facebook.svg);
}
.social-twit {
    background-image: url(https://live.verstaem.online/webovio/img/twitter.svg);

}
.social-google {
    background-image: url(https://live.verstaem.online/webovio/img/google-plus.svg);
}
.social-in {
    background-image: url(https://live.verstaem.online/webovio/img/linkedin.svg);
}