.header {
    background-color: black;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.containerService {
    width: 100vw;
    padding: 5vw 20vh;
    display: flex;
    flex-direction: column;
}

.containerService .containerCard .card {
    background-color: #086CB6;
    padding: 10%;
    border-radius: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.containerService .containerCard .card-contact {
    background-color: #086CB6;
    padding: 10%;
    border-radius: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.containerService .containerCard .card .cardText {
    font-size: 1.2em;
}

.containerService .containerCard .card-contact .cardText-contact {
    font-size: 1.2em;
}

.containerService .containerCard .card-contact a {
    background-color: #2ADB58;
    padding: 10px;
    /* width: 45%; */
    border-radius: 20px;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vh;
}

.containerService .containerCard .card-contact a:hover {
    background-color: #24ba4c;
    /* width: 45%; */
    border-radius: 15px;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vh;
}

.containerService .containerCard .card-contact a .logo {
    width: 6vh;
    height: 6vh;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.containerService .containerCard .card-contact p {
    font-size: 1.4em;
    color: white;
}

.containerService .containerCard .card .deskripsiService {
    font-size: 16px;
    color: #ffffff;
    width: 80%;
}

.containerService .containerCard .card .iconService {
    width: 10vw;
    height: 10vw;
    background-color: white;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.containerManfaat {
    padding: 10vh 20vh;
    background-color: #086CB6;
    color: white;
}

.containerManfaat .main .deskripsi {
    /* background-color: #2ADB58; */
}

.containerManfaat .main .image {
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.containerGaleri {
    padding: 5vw 40vh;
    display: flex;
    flex-direction: column;
}

.containerGaleri .image {
    background-color: #086CB6;
    height: 33vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {

    .containerService {
        width: 100%;
        padding: 5vw 5vh;
        display: flex;
        flex-direction: column;
    }

    .containerService .containerCard .card {
        background-color: #086CB6;
        padding: 10%;
        border-radius: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .containerService .containerCard .card-contact {
        background-color: #086CB6;
        padding: 10%;
        border-radius: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .containerService .containerCard .card .cardText {
        font-size: 1.2em;
    }

    .containerService .containerCard .card-contact .cardText-contact {
        font-size: 1.2em;
    }

    .containerService .containerCard .card-contact a {
        background-color: #2ADB58;
        padding: 10px;
        width: 30vw;
        border-radius: 20px;
        height: 8vh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1vh;
    }

    .containerService .containerCard .card-contact a:hover {
        background-color: #24ba4c;
        border-radius: 20px;
        height: 8vh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1vh;
    }

    .containerService .containerCard .card-contact a .logo {
        width: 6vh;
        height: 6vh;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .containerService .containerCard .card-contact p {
        font-size: 1.4em;
        color: white;
    }

    .containerService .containerCard .card .deskripsiService {
        font-size: 16px;
        color: #ffffff;
        width: 80%;
    }

    .containerService .containerCard .card .iconService {
        width: 10vw;
        height: 10vw;
        background-color: white;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
    }

    .containerManfaat {
        padding: 10vh 5vh;
        background-color: #086CB6;
        color: white;
    }

    .containerManfaat .main .deskripsi {
        /* background-color: #2ADB58; */
    }

    .containerManfaat .main .image {
        background-color: white;
        /* display: none; */
    }

    .containerGaleri {
        padding: 5vw 5vh;
        display: flex;
        flex-direction: column;
    }

    .containerGaleri .image {
        background-color: #086CB6;
        height: 33vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

}

@media screen and (max-width: 768px) {

    .containerService {
        width: 100%;
        padding: 5vw 5vh;
        display: flex;
        flex-direction: column;
    }

    .containerService .containerCard .card {
        background-color: #086CB6;
        padding: 10%;
        border-radius: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .containerService .containerCard .card-contact {
        background-color: #086CB6;
        padding: 10%;
        border-radius: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .containerService .containerCard .card .cardText {
        font-size: 1.2em;
    }

    .containerService .containerCard .card-contact .cardText-contact {
        font-size: 1.2em;
    }

    .containerService .containerCard .card-contact a {
        background-color: #2ADB58;
        padding: 10px;
        width: 60vw;
        border-radius: 20px;
        height: 8vh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1vh;
    }

    .containerService .containerCard .card-contact a:hover {
        background-color: #24ba4c;
        border-radius: 20px;
        height: 8vh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1vh;
    }

    .containerService .containerCard .card-contact a .logo {
        width: 6vh;
        height: 6vh;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .containerService .containerCard .card-contact p {
        font-size: 1.4em;
        color: white;
    }

    .containerService .containerCard .card .deskripsiService {
        font-size: 16px;
        color: #ffffff;
        width: 80%;
    }

    .containerService .containerCard .card .iconService {
        width: 10vw;
        height: 10vw;
        background-color: white;
        border-radius: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
    }

    .containerManfaat {
        padding: 10vh 5vh;
        background-color: #086CB6;
        color: white;
    }

    .containerManfaat .main .deskripsi {
        /* background-color: #2ADB58; */
    }

    .containerManfaat .main .image {
        background-color: white;
        width: 100%;
        height: 30vh;
        /* display: none; */
    }

    .containerGaleri {
        padding: 5vw 5vh;
        display: flex;
        flex-direction: column;
    }

    .containerGaleri .image {
        background-color: #086CB6;
        height: 33vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
