
.corporate-presentation {
    padding: 1rem;
    font-size: 20px;
}
@media screen and (max-width: 576px){
    .corporate-presentation{
        font-size: 16px;
    }
}
.corporate-image {
    display: flex;
    width: fit-content;
    object-fit: cover;
    width: 50%;
    height: 100%;
}

.vision-ecology,
.environment-ecology {
    background-image: url("../images/ecology.png");
    min-height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-pvc {
    background-image: url("../images/why-pvc.png");
    min-height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
}

.rand-img {
    background-image: url("../images/rand.png");
    min-height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
}

.vision-design {
    background-image: url("../images/design.png");
    min-height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
}

.corporate-bg-dark {
    background-color: #070155;
    color: white;
    padding: 4rem;
}

.corporate-header {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    word-spacing: 1rem;
}

.corporate-dark-header {
    color: #070155;
}

.corporate-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-bg-container {
    background-image: url("../images/degerler.png");
    background-size: cover;
}

.why-bg-container {
    background-image: url("../images/why-pvc-bg.png");
    background-size: cover;
}

.environment-bg-container {
    background-image: url("../images/environment-bg.png");
    background-size: cover;
}

.corporate-wrapper {
    background-color: #070155;
    padding: 4rem;
}

.vision-bg-container ul li,
.vision-bg-container h5,
.why-bg-container ul li,
.why-bg-container h5,
.environment-bg-container p,
.environment-bg-container h5 {
    color: #fff;
}

.info-container {
    margin-top: 1.5rem;
    padding: 1rem;
}