/* BIOTECH SECTION */
.biotech-section{
    padding:100px 0;
    background:#f8faf8;
}

.biotech-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.section-subtitle{
    display:inline-block;
    color:#0d6b2f;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:10px;
    text-transform:uppercase;
}

.biotech-content h2{
    font-size:40px;
    font-weight:700;
    color:#00008B;
    margin-bottom:25px;
}

.biotech-content p{
    font-size:16px;
    line-height:1.9;
    color:#555;
    margin-bottom:18px;
}

.biotech-list{
    margin:20px 0;
    padding-left:20px;
}

.biotech-list li{
    margin-bottom:10px;
    font-weight:600;
    color:#0d6b2f;
}

.tagline-box{
    background:#00008B;
    color:#fff;
    padding:18px 25px;
    border-radius:10px;
    margin-top:25px;
    font-size:18px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width:991px){

    .biotech-section{
        padding:70px 0;
    }

    .biotech-image{
        margin-bottom:30px;
    }

    .biotech-content h2{
        font-size:30px;
    }

    .tagline-box{
        font-size:16px;
    }
}