
.container{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    margin-bottom: 15px;
}

.science-top{
     max-width: 100%;
    padding: 20px 0;
    background-image: url(../images/Size\ ya\ cover.png);
    background-size: cover;
    color: #fff;
    min-height: 70vh;
    z-index: 1;
}
.science-body{
    margin: 0;
    padding: 15px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    justify-content: center;
    width: 100%;
    background: #fff;
}
.science-head{
    margin: 0;
    padding: 5px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    font-family: sans-serif;
    background: #fff;
    border-radius: 50px;
}
.paragra{
    position: relative;
    top: 10px;
   padding: 15px;
   background: #fff;
    border-radius: 50px;
}
.paragra p{
    margin-top: 20px;
    font-size: 12px;
     font-family: Arial, Helvetica, sans-serif;
     cursor: pointer;
    transition: .5s;
}
.paragra p:hover{
    transform: scale(1);
    background: #fff;
    width: 100%;
    font-size: 16px;
    min-height: 100;
}

@media (min-width: 1118px){
    .science-container{
        display: flex;
        box-sizing: border-box;
    }
    .section--3{
        position: relative;
        width: 40%;
        background: #fff;
        overflow-y: hidden;
    }
    .section--3 .best-3{
        overflow-y: hidden;
    }
    .section--3 .best-sn{
        min-width: 200px;
    
    }
}
