#os_bigtext{

    font-size: 5vw;
    font-weight: 900;
    color: #ffffff;
    font-size: clamp(12px, 3vw, 40px);
}

#osbanner{

    position: relative;
    height: 480px;
 }

 #osbannerbg{


    width: 100%;
    height: 480px;
    position: absolute;
    object-fit: cover;
    z-index: -1;
    left: 0;
    right: 0;
    border-width: 0;
    top: 0;
    margin: 0; padding: 0;

}


#osbanneritem{


 
    width: 45%;
    max-width: 800px;
    position: absolute;
    top: 150;
    left: 10%;
    z-index: 2;
    background-color: rgba(38, 79, 107, 0.864);
    padding: 2%;
    
    }

    #letterwrapper {

        width: 76%;
        margin: auto;
        position: relative;
      text-align: center;
        margin-top: 5%;
        padding: 2%;
       
    }

    #image{

        top: 10;
        color: rgba(38, 79, 107, 0.864);
        left: 10;
        display: inline-block;
        vertical-align: top;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: white !important;
        text-align: left;
        padding: 2%;
        width: 100%;
        height: 30px;
        font-size: clamp(12px, 1.1vw, 16px);
    }
    #letter{

        width: 88%;
        display: inline-block;
        font-size: clamp(12px, 1.1vw, 16px);
        font-family: 'Roboto', sans-serif;
        vertical-align: top;
        column-count: 2;
        column-gap: 40px;
        text-align: start;
        margin-top: 2%;
        margin-bottom: 5%;
        font-weight: 300;

    }

    
    #image2{

        width:100%;
   
        display: inline-block;
        height: 45%;
        vertical-align: top;
        background-image: url(img/mctsignage.jpeg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    #letter2{

   width: 100%;
    margin-left: 5%;
   display: inline-block;
   font-size: clamp(12px, 1vw, 14px);
   font-family: 'Roboto', sans-serif;
   vertical-align: top;
   column-count:2;
   column-gap: 40px;
   text-align: justify;

    }

    #ethosul2{

        list-style: none;
        margin-left: 0;
      padding-left: 0;
    
    }
    
    #ethosul2 li{
    
    display: inline-block;
    height: 420px;
    font-size: clamp(12px, 1.1vw, 16px);
    width: 49%;
    background-color: rgba(38, 79, 107, 0.18);
    margin-left: 0;
    vertical-align: top;
    position: relative;
    margin-top: 0.2%;
    }

    .ethostitle2{

        padding: 3%;
        font-size: clamp(12px, 3vw, 30px);
        line-height: 1.1em;
        font-weight: 600;
        width: 69%;
        margin: auto;
        margin-top: 6%;
        margin-right: 17%;
    }


    .ethossubtitle2{
        padding: 3%;
        width: 80%;
        padding-top: 1%;
        margin: auto;
        line-height: 1.5em;font-size: clamp(12px, 1.1vw, 16px);
    
    
    }

    .topright2{

        width: 27%;
        position: absolute;
        top: 9%;
        right: 8%;
        opacity: 0.2;
        overflow: hidden;
    }


    #aboutmd{

        width: 76%;
        margin: auto;
        text-align: center;

    
    }

    #readmoreaboutmd{

        width: 88%;
        text-align: left;
       
        padding: 1%;
        margin: auto;
        margin-bottom: 2%;
    }

    #titleaboutmd{

        color: rgba(38, 79, 107, 0.864);
        font-weight: 600;
    }

    #aboutmdtext{

    display: inline-block;
    font-size: clamp(12px, 1.1vw, 16px);
    font-family: 'Roboto', sans-serif;
    vertical-align: top;
    column-count: 2;
    column-gap: 40px;
    text-align: start;
    margin-top: 2%;
    margin-bottom: 5%;
    font-weight: 300;
    width: 88%;

    }