.laboratory {
    background: #F7F8F9;
    padding:40px 0;
}

.labrow {
    /*align-items: center;*/
}

.laboratory h1 {
    color: #1B3B75;
    font-family: Montserrat-Bold;
    font-size: 56px;
    font-style: normal;
    text-transform: none !important;
    font-weight: 700;
    line-height: 72px; /* 128.571% */
    margin-bottom:0px;
    margin-top:120px;
}

.subtext, .subtext p {
    color: #000;
    /* Text_16/Regular */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    margin-bottom:24px;
    font-weight: 400;
    max-width:540px;
    line-height: 24px; /* 150% */
}

.subtext p {
    margin-bottom:40px;
}

.subtext p {

}

.laboratory a{
    border-radius: 3px;
    background: #1B3B75;
    display: inline-block;
    color: #FFF;
    padding:8px 24px;
    text-decoration: none;
    /* Text_16/SemiBold */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.laboratory a:hover{
    background: #152D59;
}

@media (max-width: 767.98px) {
    .labrow .order1{
        order:-1
    }

    .laboratory a{
        display: block;
        text-align: center;
    }
    
    .laboratory h1 {
        color: #1B3B75;
        margin:16px 0;
        /* Mobile/H1 Mob */
        font-family: Montserrat-Bold;
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 31px; /* 133.333% */
    }    
    
    .subtext {
        margin-bottom:16px;
        color: #000;
        font-feature-settings: 'liga' off, 'clig' off;
        /* Text/Text 1 */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
    
    .subtext p {
        margin-bottom:16px;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    
    .subtext p {
        margin-bottom:16px;
    }


    .labrow .order1{
        order:-1
    }

    .laboratory h1 {
        margin:24px 0;
        color: #1B3B75;
        font-family: Montserrat-Bold;
        font-size: 40px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px; /* 120% */
    }    
    
    .subtext {
        color: #000;
        /* Text_16/Regular */
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        margin-bottom:24px;
        font-weight: 400;
        max-width:100vw;
        line-height: 24px; /* 150% */
    }



}