* {
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
    padding: 50px 0 30px 0;
}


.company-profile {
    text-align: left;
    margin: 0 auto 50px auto;
    border-collapse: collapse;
    height: 500px;
    background-color: lavenderblush;
    box-sizing: border-box;
}

table td {
    border: 1px #999 solid;
}

.cell-left {
    text-align: center;
    width: 150px;
}

#cell {
    height: 50px;
}

@media screen and (max-width: 321px) {
    .cell-left {
        width: 100px;
    }
}

@media screen and (min-width: 426px) {
    .br-disp {
        display: none;
    }
}

.business {
    text-align: center;
    font-size: 19px;
}

.business h2 {
    padding-bottom: 0;
}

@media screen and (max-width: 426px) {
    .business p {
        font-size: 13px;
        /*text-align: left;*/
    }    
}

@media screen and (max-width: 376px) {
    .business p {
        font-size: 12px;
    }
}

@media screen and (max-width: 325px) {
    .business p {
        font-size: 11px;
    }
}
h5 {
    padding: 30px;
}

.philosophy {
    color: red;
}

@media screen and (max-width: 520px) {
      p {
         font-size: 10px;
     }
}

.yellow {
    background: linear-gradient(transparent 60%, yellow 90%);
}

.row {
    justify-content: space-between;
}

@media screen and (max-width: 375px) {
    .yellow {
        white-space: nowrap;
    }

    h5 {
        padding: 10px 0; 
    }
}

@media screen and (min-width: 768px) {
    h5 {
        padding: 10px 0 40px 0;
    }    
}

.service p {
    text-align: left;
    background-color: mistyrose;
    margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
    .service p {
        font-size: 14px;
    }
}

@media screen and (min-width: 370px) {
    .br-dis1 {
        display: none;
    }
}

.history-list {
    text-align: center;
    margin: 0 auto;
    padding-left: 0;
        
}

.history-item{
    border-bottom: 1px solid #7b7b7b;
    padding: 10px 0 10px 1em;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (min-width: 426px) {
    .br-disp2 {
        display: none;
    }
}

@media screen and (max-width: 426px) {
    .history-text {
        font-size: 13px;
    }
      
}

ul {
    list-style: none;
}

footer {
    background-color: lightpink;
    height: 200px;
    padding-top: 20px;
}

@media screen and (max-width: 450px) {
    footer {
        height: 250px;
    }
}

.link {
    text-align: center;
}

.link li {
    display: inline-flex;
}

.link a {
    padding: 20px 30px;
    text-decoration: none;
}

@media screen and (max-width: 769px) {
    .link ul {
        padding: 0;
    }
    
    .link li {
        display: block;
        margin-top: 10px;
    }
}

html {
    position: relative;
}

footer p {
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Aref Ruqaa Ink', serif;
}

.s {
    opacity: 0;
}

.show {
    transition: all 2s;
    opacity: 1;
}