.main_slider {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main_slider_content {
    width: 60%;
}

    .main_slider_content h6 {
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 29px;
    }

    .main_slider_content h1 {
        font-weight: 400;
        line-height: 1;
    }


