*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Raleway', sans-serif;
    color: white;
    background-color: black; 
}

h1{
    font-size: 50px;
    font-weight: 500px;
    text-align: center;
    text-transform: uppercase;
}

p{
    font-size: 16px;
    font-weight: 300px;
    margin-bottom: 15px; 
}

h2{
    font-size: 40px;
    font-weight: 500px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    
}

/* header */
.header__container{
    background-image: url(../img/bg-header.jpg);
    height: 727px;
    background-size: cover;
} 

.section__container{
    margin-left: 150px;
    margin-bottom: 75px;
}

.section__container-content{
    width: 40%;
    display: inline-block;
    margin-right: 100px;
}

.section__container-content img{
    width: 399px;
    height: 237px;
}

/* section icon */
.section__icon{
    text-align: center;
    background: #1E1A13 0% 0% no-repeat padding-box;
    opacity: 0.98;
    height: 348px;
    padding: 75px;
    margin-bottom: 73px;

}

i{
    font-size: 37px;
    margin-bottom: 10px;
}

.section__icon-icon{
    display: inline-block;
    margin: 15px 100px;
}

/* section image */
.section__images{
    text-align: center;
    margin-bottom: 73px;
}
.section__images img{
    width: 316px;
    height: 202px;
    margin: 5px;
}

/* footer */
footer{
    background: #1E1A13 0% 0% no-repeat padding-box;
    opacity: 0.98;
    height: 104px;
    line-height: 100px;
    text-align: center;

    
}