.font-h1portofolio {
    color: #fff;
    font-family: Poppins;
    font-size: 67.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 94.675% */
}
.font-portofolio {
    color: #fff !important;
    text-align: center !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 25.2px !important; /* 180% */
}
.container-bawah-portofolio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    background: #f5b203;
}
.container-bawah-portofolio2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 70%;
    margin: 0 auto;
    background: #f5b203;
}

.service-section {
    width: calc(25% - 20px);
    text-align: center;
    margin: 10px;
}

.card {
    margin-bottom: 20px;
}

.card-img-top {
    height: 200px;
}

.tanggal {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #000;
    margin-top: 50px;
    color: #fff;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px; /* 130% */
}
.pertama {
    width: 595px !important;
}
.gambar1 {
    background: linear-gradient(
        0deg,
        rgba(0, 114, 188, 0.68) 0%,
        rgba(102, 102, 102, 0) 100%
    ) !important;
    width: 100%;
    height: 350px;
    padding-top: 8%;
    border-radius: 20px 20px 0px 0px;
}
.card-body {
    display: flex;
    flex-direction: column;
    height: 100%; /* Occupy full height of parent */
}
.kedua {
    background: #2758a7;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
}

.font1:hover {
    background-color: #1a73e8;
}
.font2 {
    color: #fff !important;
    font-family: Roboto !important;
    font-size: 26px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 31.2px !important;
}
.font3 {
    color: #fff !important;
    text-align: center !important;
    font-family: Roboto !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    height: 100px;
}
.portofolio-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portofolio-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.portofolio-link {
    color: #2758a7;
    font-weight: bold !important;
    margin-top: 20px;
    margin-bottom: 5px;
    border: 2px solid #e2e2e2;
    background-color: #e2e2e2;
    border-radius: 20px;
    padding: 2px 2px;
    transition: all 0.3s ease;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portofolio-link:hover {
    margin-bottom: 0px;
    color: #2758a7;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
    .portofolio-container {
        flex-direction: column;
    }
    .portofolio-link {
        width: 60%;
    }
    .font3 {
        height: max-content;
    }
    .container-bawah-portofolio {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: 22em;
        background: #f5b203;
    }

    .container-bawah-portofolio2 {
        display: flex;
        flex-wrap: wrap;
        width: 60%;
        background: #f5b203;
    }
    .portofolio-link:hover {
        margin-bottom: 0px;
        color: #2758a7;
        border: 2px solid #ffffff;
        background-color: #ffffff;
        border-radius: 20px 20px 20px 20px;
        transition: all 0.3s ease;
    }
}
