.company-profile .title, .mission .title {
    text-align: left;
    font-size: 50px;
    font-weight: bolder;
}
.vision .title {
    text-align: right;
    font-size: 50px;
    font-weight: bolder;
}

.vision .content {
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}

.company-profile .content, .mission .content {
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
}

.mission .content ul {
    padding-left: 20px;
}

#about-us .img-cover {
    object-fit: cover;
    width: 540px;
    height: 400px;
}

.company-profile img, .mission img {
    box-shadow: 30px -30px #1CCE75;
}
.vision img {
    box-shadow: -30px -30px #1CCE75;
}

.fill { 
    min-height: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-flow: column wrap;
}

@media (max-width: 1199px) {
    .fill { 
        min-height: auto;
        height: auto;
        padding-top: 5rem;
        display: flex;
        justify-content: center;
        align-self: center;
        flex-flow: column wrap;
    }

    #about-us .fill:last-child {
        padding-bottom: 5rem;
    }
}

/* Large Devices Bootstrap */
@media (max-width: 991px) {
    .company-profile .title, .mission .title {
        font-size: 32px;
    }
    .vision .title {
        font-size: 32px;
    }
    
    .vision .content {
        text-align: justify;
        font-size: 12px;
    }
    
    .company-profile .content, .mission .content {
        text-align: justify;
        font-size: 12px;
    }
}


/* Medium Devices Bootstrap */
@media (max-width: 767px) {

}

/* Small Devices Bootstrap */
@media (max-width: 575px) {
    #about-us {
        display: block;
    }
    .company-profile img, .mission img {
        box-shadow:none;
    }
    .vision img {
        box-shadow:none;
    }
    #about-us .img-cover {
        object-fit: cover;
        height: 250px;
    }
    .company-profile .title, .mission .title {
        font-size: 26px;
    }
    .vision .title {
        text-align: justify;
        font-size: 26px;
    }
    
    .vision .content {
        text-align: justify;
        font-size: 14px;
    }
    
    .company-profile .content, .mission .content {
        text-align: justify;
        font-size: 14px;
    }
    .fill { 
        padding-top: 1rem;
    }

    #about-us .fill:last-child {
        padding-bottom: 1rem;
    }
}