Team:SSTi-SZGD/css/Notebook

.Banner{ width: 100%; height: 400px; background: url(T--SSTi-SZGD--banner_InterLab.png) no-repeat center center; background-size: 50%; margin: 100px 0 80px 0;} .Content{ font-size: 1.6rem; margin-bottom: 100px;} .Content .content{ margin: 0;} .Content .title{ text-align: center; font-size: 3rem; font-weight: 600; background: #89c9ff; color: #fff; padding: 5px; border-radius: 30px; margin: 10px 0; cursor: pointer;} .Content .abstract{ font-size: 1.7rem;} .Content .content{ background: #fff3f4; padding: 15px 30px 30px 30px; border-radius: 15px; display: none;} .Content .subtitle{ font-size: 2rem; color: #89c9ff; margin-top: 30px;} .Content .subtitle3{ font-size: 1.8rem; color: #89c9ff;} .Content section{ margin: 20px auto; float: none;} .Content li{ float: none; display: list-item;} .Content ol li{ list-style: decimal; margin-left: 25px;} .Content ul li{ list-style: disc; margin-left: 25px;} .Content img{ width: 100%; border-radius: 10px;} .Content span{ color: #89c9ff;}


@media only screen and (max-width: 767px) { .Banner{ height: 300px; background-size: 70%;} }

@media only screen and (max-width: 992px) { .Banner{ margin: 100px 0 0 0;} }