Team:SSTi-SZGD/css/Collaborations

.Banner{ text-align: center; padding: 10% 0;} .Banner img{ margin: auto; float: none;} .Content{ font-size: 1.6rem; margin-bottom: 100px;} .Content .title{ text-align: center; font-size: 3rem; font-weight: 600; color: #fff;} .Content section .title span{ padding: 5px 20px; border-radius: 30px;} .Content section.SZU .title span,.Content section.TJC .title span{ background: #89c9ff;} .Content section.JNC .title span,.Content section.FJC .title span{ background: #ff9bfe;} .Content .subtitle{ text-align: center; font-size: 2.5rem;} .Content section{ margin: 0 auto 100px auto; float: none;} .Content section .Cimg{ float: none; margin: 30px auto;} .Content section .Cimg img{ width: 100%;} .Content section .content{ position: relative; padding: 5%;} .Content section .content .img{ float: none; margin: auto;} .Content section .content .img img{ width: 100%;} .Content section .content span{ position: absolute; width: 50px; height: 50px;} .Content section.SZU .content span.before,.Content section.TJC .content span.before{ top: 0; left: 0; border-top: 10px solid #89c9ff; border-left: 10px solid #89c9ff;} .Content section.SZU .content span.after,.Content section.TJC .content span.after{ bottom: 0; right: 0; border-bottom: 10px solid #89c9ff; border-right: 10px solid #89c9ff;} .Content section.JNC .content span.before,.Content section.FJC .content span.before{ top: 0; right: 0; border-top: 10px solid #ff9bfe; border-right: 10px solid #ff9bfe;} .Content section.JNC .content span.after,.Content section.FJC .content span.after{ bottom: 0; left: 0; border-bottom: 10px solid #ff9bfe; border-left: 10px solid #ff9bfe;}

.Content section.Project_Feedback .title,.Content section.Mentorship .title{ padding: 5px; border-radius: 30px; background: #89c9ff;} .Content section.Project_Feedback .content,.Content section.Mentorship .content{ padding: 30px; border-radius: 15px; background: #fff3f4;} .Content section.Project_Feedback .content img,.Content section.Mentorship .content img{ width: 100%;} .Content section.Mentorship .title{ background: #ff9bfe;}


@media only screen and (max-width: 767px) { .Content{ width: 100%; padding: 5%; font-size: 1.8rem;} .Content .title{ font-size: 2.4rem;} }