.section1 {
    height: 580px;
    margin-top: 60px;
    position:relative;
}
.section1_h1 {
    position:absolute;
    top:25vh;
    left:21vw;
}

@media (max-width: 1920px) {
	.section1_h1 {
		left:11vw;
	}
}

.section1_h1 h1 {
    font-size: 54px;
    letter-spacing: 6px;
    line-height: 1.1em;
    font-weight: 300;
    color:#fff;
    margin:0;
}
.section2 {
    color: #fff;
}

.section2-1 {
    color: #fff;
}

.section2_h3 {
    width:650px;
    margin-left:54%;
}

.section2-1_h3 {
    width:760px;
    margin-left:21%;
}

.p1 {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 32px !important;
    font-weight: 300;
    padding: 0;
    margin: 0;
    padding-top:88px;
}
p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.section3 {
    color: #fff;
    background-color: #000;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;

}
.section3_text {
    width:1088px;
}
.section3_img {
    margin-top: 80px;
}
.section4 {
    color: #fff;
    background-color: #000;
    margin-top: -28px;
}
.section4_text {
    position:absolute;
    left:21vw;
}
.section4 h2 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 34px;
    padding-bottom: 30px;
}
.section4_img {
    padding:100px 560px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media (max-width: 1200px) {
    .section1_h1 h1 {
        letter-spacing: normal;
    }
}
