@media screen and (max-width: 480px) {
    .show-on-desktop {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    .hide-on-desktop {
        display: none;
    }
}
@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 35px;
    }
}
.wrap .bg-wrap:after {
    position: absolute;
    top: 0;
    left: -40px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 40px;
    border-color: transparent transparent #067344 transparent;
    z-index: -1;
}
.wrap .bg-wrap:before {
    position: absolute;
    top: 0;
    right: -40px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #067344 transparent transparent transparent;
    z-index: -1;
}
.footer-black {
    padding: 0;
    overflow: hidden;
    background-color: #252525;
}
.demo {
    padding: 100px 0;
}
.heading-title {
    margin-bottom: 100px;
}
.our-team {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15);
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.our-team:hover .pic:before {
    transform: scale(1);
}

.our-team .pic img {
    width: 100%;
    height: auto;
}

.our-team .social {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 40%;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.our-team:hover .social {
    opacity: 1;
}

.our-team .social li {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .social li:nth-child(1) {
    transform: translate3d(22px, -19px, 0px);
}

.our-team:hover .social li:nth-child(1) {
    transform: translate3d(62px, -19px, 0px);
}

.our-team .social li:nth-child(2) {
    transform: translate3d(36px, 38px, 0px);
}

.our-team:hover .social li:nth-child(2) {
    transform: translate3d(36px, 8px, 0px);
}

.our-team .social li:nth-child(3) {
    transform: translate3d(-18px, -75px, 0px);
}

.our-team:hover .social li:nth-child(3) {
    transform: translate3d(-18px, -46px, 0px);
}

.our-team .social li:nth-child(4) {
    transform: translate3d(-5px, -19px, 0px);
}

.our-team:hover .social li:nth-child(4) {
    transform: translate3d(-43px, -19px, 0px);
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #333;
    font-size: 16px;
    color: #fff;
    margin: 0 15px 0 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out 0s;
}

.our-team .social li a i {
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.our-team .social li a:hover i {
    transform: rotate(45deg);
}

.our-team .team-content {
    padding: 15px 10px;
    background: #fff;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
}

.our-team small {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 8px;
}

.our-team .team-layer {
    width: 100%;
    padding: 34px 10px;
    background: #f7f7f7;
    border-bottom: 2px solid #1fa331;
    position: absolute;
    bottom: -50px;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.our-team:hover .team-layer {
    bottom: 0;
    opacity: 1;
}

.our-team .team-layer a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #999;
    text-transform: capitalize;
}
.post-share a:hover {
    opacity: 0.9;
}

.post-share {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Jarak antara tombol, sesuaikan sesuai keinginan Anda */
}

.post-share a {
    display: flex;
    align-items: center;
    padding: 10px 20px; /* Sesuaikan padding sesuai keinginan Anda */
    text-decoration: none;
    border-radius: 5px; /* Tambahan gaya opsional */
}

/* Media queries untuk tata letak responsif */
@media screen and (max-width: 768px) {
    .post-share {
        flex-direction: column;
        text-align: center;
    }

    .post-share a {
        margin-bottom: 10px; /* Jarak antara tombol di tata letak vertikal */
    }
}
.social-facebook {
    background: #225b99 !important;
}

.social-twitter {
    background: #00adf2 !important;
}

.the_article {
    margin: 30px auto;
}

.img-right {
    min-width: 350px;
    max-width: 350px;
    min-height: 350px;
    max-height: 350px;
    float: right;
    margin: 0 15px 0;
}
