body{
    font-family: 'Poppins', sans-serif;
    font-size: 0.885vw; /*17px;*/
    font-weight: 400;
}

p{

}

h2{
    font-size: 1.875vw; /*36px;*/
    font-weight: 600;
    color: #343434;
}
h3{
    font-size: 1.406vw; /*27px;*/
    font-weight: 600;
    color: #FF8E0D;
}
h4{}

.btn-contact{
    font-size: 0.833vw; /*16px;*/
    width: 8.177vw; /*157px;*/
    height: 1.927vw; /*37px;*/
    border-radius: 0.833vw; /*16px;*/
    background: linear-gradient(#ffab4b 0%, rgba(255, 109, 33, 0.98) 100%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    color: #fff;
    /*padding: 0;*/
}



.header{
    height: 44vw; /*857px*/
    background: url("../images/header.webp") no-repeat top;
    background-size: 100% auto;
    color: #FFF;
}

.header h1{
    font-size: 5.417vw; /*104px;*/
    font-weight: 600;
    line-height: 7.083vw; /*136px;*/
    max-width: 60.083vw;
    padding: 3.885vw 0 0 7.292vw; /*17px 0 0 140px;*/
    /*text-shadow: -9px 6px 5px rgba(0, 0, 0, 0.16);*/
}

.header .logo{
    padding: 1.823vw 0 0 7.292vw; /*35px 0 0 140px;*/
}

.logo img{
    width: 10.417vw; /*200px*/
    height: 7.708vw; /*148px*/
}

.primary-menu{
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.813vw 8.073vw 0 0; /*54px 155px 0 0;*/
    font-size: 1.042vw; /*20px;*/
}

.primary-menu .nav-link{
    color: #fff;
    padding: 0 1.354vw; /*0 26px;*/
}

.primary-menu .nav-link:hover{
    color: #FF8E0D;
}

.about{
    margin: 5.625vw 0 0 0; /*108px 0 0 0;*/
    background: url("../images/bg-about.png") no-repeat top right;
    background-size: 100% auto;
}

.skills{
    margin: 5.625vw 0 0 0;
}

.content li{
    list-style: none;
    padding: 6px 0 0 0;
}
.content li::before {
    content: "■";
    color: #FB824D;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.opportunities {
    background: url("../images/opportunities.png") no-repeat left;
    background-size: 100% auto;
    min-height: 25.260vw; /*485px;*/
}

.opportunities h2{
    font-size: 1.875vw; /*36px;*/
    padding: 5.729vw 0 0 0; /*110px 0 0 0;*/
}

.opportunities p{
    padding: 2.8vw 0 0 0;
}

.business{
    text-align: center;
    padding: 5.729vw 0 0 0; /*110px 0 0 0;*/
}

.business img{
    width: 8.854vw; /*170px;*/
    height: 8.333vw; /*160px;*/
}

.footer{
    background: url("../images/footer.png") no-repeat right;
    background-size: 100% auto;
    min-height: 30.938vw; /*594px;*/
    padding: 11.458vw 0 0 0; /*220px 0 0 0;*/
}

.copyright{
    color: #343434;
    font-size: 0.521vw; /*10px;*/
    position: relative;
    top: 0;
    margin: -1.250vw 0 0 0.521vw; /*-24px 0 0 10px;*/
}


/* Mobile */
