section{
    background-color: white;
    text-align: left;
    color: black;
    padding: 7% 5%;
    margin: 0 5%;
    border-radius: 15px;
}

.tags-div{
    text-align: left;
    color: #DAF0F1;
    margin: 1% 5%;
    display: flex;  
    visibility: hidden;
}

.tags-div:first-of-type{
    padding-top: 120px;
}

.bodycontent{
    background-color: #DAF0F1;
    /* margin: 5% 0%; */
    padding-bottom: 5%;
}

*, *::before, *::after {
    box-sizing: border-box;
}

/* .content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 10px;
} */

.tag-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
}

.tag-list li {
    text-align: left;
    margin-left: 10px;
}

h1{
    text-transform: uppercase;
    font-family: Ubuntu-Bold;
    font-size: 36px;
    overflow-wrap: anywhere;
}

h3{
    font-family: OpenSans-Bold;
    text-align: left;
}

h4{
    font-family: OpenSans-Bold;
    text-align: left;
}

h5{
    font-family: OpenSans-SemiBold;
    font-size: 18px;
    color:#124357;
}

.silicah2{
    font-family: Ubuntu-Medium;
    font-size: 26px;
}
hr{
    background-color: #48bed3;
    height: 2px;
    border: none;
}

p{
    margin: 2% 0;
    font-family: OpenSans;
}

p strong{
    font-family: OpenSans-SemiBold;
}

a{
    font-family: OpenSans-SemiBold;
}
.bodycontent img{
    width: 100%;
    height: auto;
}

.content-div ul{
    padding-left: 25px;
    margin-bottom: 30px;
}

.content-div li{
    font-family: OpenSans-Bold;
    font-size: 14px;
    margin: 5px 0px;
}

.content-div li::marker{
    color: #7AB1B3;
}

.back_arrow{
    vertical-align: middle; 
    margin-right: 5px; 
    max-width: 20px; 
    max-height: 20px;
}
@media screen and (max-width: 700px) {
   h1{
       font-size: 27px;
   }
   .silicah2{
        font-size: 20px;
   }
}

@media screen and (max-width: 580px) {
    p{
        margin: 0px;
    }

    .tag-list {
        display: block;
    }

    h3{
        font-size: 1.2rem;
    }
}