.aboutus-background {
    background: rgba(0,0,0,0.6)url("/image/header-testimoni1.jpg");
    background-blend-mode: darken;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}

.aboutus-background .aboutus-header{
    position: absolute;
    font-size: 40px;
    color: #fff;
    margin-left: 30px;
    margin-top: 150px;
    z-index: 2;
}
.aboutus-title{
    display: flex;
    align-items: center;
}
.aboutus-opening{
    background: linear-gradient(192deg, rgba(255,195,158,1) 0%, rgba(154,238,255,1) 100%);
    padding-top: 60px
}
.aboutus-text h1 {
    z-index: 2;
}
.aboutus-text h1 span{
    position: relative;
    z-index: 0;
}
.aboutus-text h1 span::before{
    content: '';
    position: absolute;
    bottom:1rem; left:0;
    height: 100%;
    width: 100%;
    background: var(--light-yellow);
    z-index: -1;
    clip-path: polygon(0 90%, 100% 80%, 100% 100%, 0% 100%);
}

.visi-misi{
    display: flex;
    height : 600px;
    justify-content: space-between;
    margin-top: 30px;
}
.visi-misi .space{
    padding: 40px;
}
.visi-misi .visi{
    align-items: center;
    background: #0069bf;
    width: calc(50% - 50px);
}
.visi-misi .misi{
    align-items: center;
    background: #de7300;
    width: calc(50% + 50px);
    border-left: 100px solid #0069bf;
    border-bottom: 600px solid transparent;
    box-sizing: border-box;
}
.visi-misi .visi-image{
    margin:0 35%;
    width: 30%;
    margin-bottom: 20px
}
.visi-misi .misi-image{
    margin:0 35%;
    width: 30%;
    margin-bottom: 20px
}
.visi-misi h1{
    font-size: 20px;
    font-weight: 200;
}
.visi-misi ul{
}
.visi-misi ul li{
    list-style: none;
    font-size: 20px;
    font-weight: 350;
    padding-top: 6px;
}
.visi-misi .visi-icon{
    color: #de7300;
}
.visi-misi .misi-icon{
    color: #1365a8;
}
.service {
    width: 60%;
    margin: 50px 20%;
}
.service .service-image{
    width: 100%;
    
}
.service-text ul{
   margin-top: 25px;
}
.service li{
    font-size: 20px;
    padding-bottom: 10px;
    color: #02124d;
}
.service .service-icon{
    color: #fc970a;
    font-size: 20px;
}
@media screen and (max-width: 450px){
    .aboutus-background .aboutus-header{
        font-size: 30px;
    }
}
@media screen and (max-width: 900px){
    
.aboutus-title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.visi-misi{
    display: flex;
    flex-wrap: wrap;
    height : 100%;
}
.visi-misi .space{
    padding: 40px;
}
.visi-misi .visi{
    align-items: center;
    background: #0069bf;
    width: 100%;
    height: 100%;
    
}
.visi-misi .misi{
    align-items: center;
    background: #de7300;
    width: 100%;
    height: 100%;
    border-left: 0;
    border-bottom:0;
}
.visi-misi .visi-image{
    margin:0 15%;
    width: 70%;
    margin-bottom: 20px
}
.visi-misi .misi-image{
    margin:0 15%;
    width: 70%;
    margin-bottom: 20px
}
.service {
    width: 80%;
    margin: 50px 10%;
}
.service .service-image{
    width: 100%;
    
}

.service li{
    font-size: 15px;
    padding-bottom: 10px;
    color: #02124d;
}
.service .service-icon{
    color: #fc970a;
    font-size: 20px;
}
}
