body {
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
}

.wrapper {
    height: 100vh;
    background-color: blueviolet;
}

h1 {
    font-size: 78px;
    color: #fff;
    font-weight: bold;
    line-height: 73px;
    text-transform: uppercase;
}

h6 {
    font-weight: 700;
    color: #f26641;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.875rem;
    margin: 0px;
    padding-bottom: 15px;
}

p {
    font-size: 27px;
    line-height: 32px;
    color: #fff;
    padding-top: 8px;
}

.align-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.btn-outline-success {
    font-weight: 700;
    color: #f26641;
    border-color: #f26641;
}

.lab-btn {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.btn-outline-success:hover {
    background: #f26641;
    color: #ffffff;
}

.btn {
    border-radius: 0;
    border-width: 2px;
    padding: 8px 30px;
}

.plus-top {
    padding: 4px 4px 0px 4px;
    background: #f35c3a;
    position: absolute;
    border: 4px solid #fff;
    line-height: 7px;
    right: -12px;
    top: -12px;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #f35c3a;
    background-color: transparent;
    border-color: #f35c3a;
    box-shadow: none !important;
}

.labs-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 3;
}

.bg-01 {
    background: url('../image/bg_01.jpg');
    background-size: cover;
}

.bg-02 {
    background: url('../image/bg_02.jpg');
    background-size: cover;
}

.bg-01 .plus-top {
    border: 4px solid #0d0250;
}

.bg-02 .plus-top {
    border: 4px solid #6d0d01;
}

@media(max-width:1366px) {
    h1 {
        font-size: 70px;
    }
    p {
        font-size: 25px;
    }
}

@media(max-width:480px) {
    h1 {
        font-size: 30px;
        line-height: 34px;
    }
    p {
        font-size: 20px;
    }
    p br {
        display: none;
    }
    .labs-logo img {
        width: 75%;
    }
    .bg-01 {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .bg-02 {
        padding: 60px 0;
    }
}

@media(max-width:370px) {
    .bg-01 {
        padding-top: 130px;
        padding-bottom: 50px;
    }
}