.header {
    background: url("http://staging.rippleindonesia.co.id/assets/img/background/header-about.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 490px;
    margin-top: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-logo {
    width: 448px;
    height: 80px;
}

.about-wrapper {
    width: 90%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.img-about {
    border-radius: 24px;
    max-width: 612px;
    max-height: 408px;
    width: 100%;
    height: 100%;
}

.bg-red {
    background-color: var(--primary-500);
}
.bg-yellow {
    background-color: var(--secondary-500);
}

.about-desc {
    padding: 40px 24px;
}

.container-desc-about {
    max-width: 85%;
}

.content {
    position: relative;
}

.wrapper-box {
    background-color: var(--black);
    border-radius: 8px;
    width: 384px;
    height: 360px;
    padding: 40px;
    color: var(--white);
    position: relative;
}

.wrapper-box:hover::before {
    content: " ";
    background-color: var(--secondary-500);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2%;
    left: -2%;
    z-index: -1;
}

.wrapper-box:hover::after {
    content: " ";
    background-color: var(--primary-500);
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -4%;
    left: -4%;
    z-index: -2;
}

.box-1 {
    margin-top: 40px;
}

.box-2 {
    margin-top: 80px;
}

.visi-misi {
    height: 460px;
}

@media (min-width : 360px) and (max-width : 992px) {
    .header {
        height: 100%;
        min-height: 156px;
        margin-top: 75px;
    }

    .wrapper-logo {
        width: 180px;
        height: 32px;
    }

    .img-about {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        max-width: 269px;
        max-height: 178px;
    }

    .about-wrapper {
        width: 90%;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }

    .wrapper-box {
        width: 100%;
        height: 100%;
        padding: 24px;
    }

    .wrapper-box:hover::before {
        content: "s";
        width: 0;
        height: 0;
    }
    
    .wrapper-box:hover::after {
        content: "s";
        width: 0;
        height: 0;
    }

    .about-desc {
        padding: 16px 24px;
    }

    .container-desc-about {
        max-width: 90%;
    }

    .visi-misi {
        height: auto;
    }

    .box-1, .box-2 {
        margin-top: 20px;
    }
}

@media (min-width : 993px) and (max-width : 1199px) {
    

    .img-about {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .about-wrapper {
        width: 90%;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
    }

    .wrapper-box {
        width: 100%;
        height: 100%;
        padding: 24px;
    }

    .wrapper-box:hover::before {
        content: "s";
        width: 0;
        height: 0;
    }
    
    .wrapper-box:hover::after {
        content: "s";
        width: 0;
        height: 0;
    }

    .about-desc {
        padding: 16px 24px;
    }

    .container-desc-about {
        max-width: 90%;
    }

    .visi-misi {
        height: auto;
    }

    .box-1, .box-2 {
        margin-top: 20px;
    }
}