section {
    margin: 0;
}

.viz-img-cont {
    width: 49%;
}

.projimg-cont {
    width: 50%;
}

.projsection {
    padding: 4rem 0;
}

.projimg {
    width: 100%;
    object-fit: cover;
}

.img-cont .projimg {
    height: 600px;
}

.projimg-cont .projimg {
    height: 100%;
}

.topimg {
    height: 60vh;
    object-fit: cover;
}

.descr1 {
    padding-bottom: 4rem;
}

.about-title {
    margin-top: 0;
    font-size: 30px;
    width: 60%;
    margin: 0 auto;
    color: #727376;
}

.nextproj {
    text-align: center;
}

.nextproj .abtn-container {
    margin-top: 2rem;
}

.nextproj a {
    color: black;
    font-size: 1.2rem;
}

.fadein { 
	opacity: 0;
    transition: opacity 100ms ease-in;
}

.fadein.appear {
    opacity: 1;
}

.projtop {
    text-align: center;
}

.proj-title {
    font-size: 2rem;
}

.proj-text {
    font-size: 1.3rem;
}

@media screen and (max-width: 1100px){
    .about-title {
        width: 80%;
    }
}

@media screen and (max-width: 800px){
.csection-text {
    font-size: 30px;
}

.topimg {
    width: 100%;
}

.section-content {
    padding: 0;
}

.about-title {
    width: 100%;
    padding: 1rem;
    font-size: 20px;
    box-sizing: border-box;
}
.viz-img-cont {
    width: 100%;
}

.pn-cont {
    width: 80%;
    margin: 0 auto;
}
}