.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.wrapper h1,
.wrapper p,
.wrapper li {
    font-family: Space Grotesk;
    margin: 0px;
}

.wrapper .card {
    padding: 15px;
    background-color: white;
    border-radius: 15px;
}

.wrapper .company-logo {
    width: 50%;
}

.wrapper .hero {
    display: flex;
    width: 85%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wrapper .column-1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 14px;
    padding-right: 7px;
}

.wrapper .work-points {
    width: 100%;
    display: flex;
    gap: 24px;
}

.wrapper .work-point {
    width: 50%;
    padding: 15px;
}

.wrapper .column-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    padding-left: 7px;
}

.wrapper .card.contact_custom {
    padding: 15px 30px 70px;
    border-radius: 24px;
    background: #8c0fed;
    height: 100%;
    position: relative;
}

.wrapper .cta-contact {
    color: #3fffe8;
    font-family: Space Grotesk;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 96.6px */
    text-transform: uppercase;
    margin: 0px;
}

.wrapper .card.title {
    display: flex;
    padding: 12px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 24px;
    background: #8c0fed;
}

.wrapper .big-title {
    color: #3fffe8;
    font-family: Space Grotesk;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-size: 24px;
    font-weight: 600;
}

.wrapper .button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    font-family: Space Grotesk;
    font-weight: 500;
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    border-radius: 12px;
    background: #3fffe8;
    padding: 7.5px 0px;
    font-size: 2rem;
    color: #8c0fed
}

.wrapper .button-text {
    text-decoration: none;
}

.wrapper .card.info {
    padding: 20px;
}

.wrapper .nama-pt {
    color: #8c0fed;
    font-family: Space Grotesk;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-top: 15px;
}

.wrapper .paragraph {
    color: rgba(0, 0, 0, 0.75);
    font-family: Space Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-top: 15px;
}

.wrapper .list-item {
    color: rgba(0, 0, 0, 0.75);
    font-family: Space Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 23.2px */
    max-width: 100%;
}

.contact {
    display: block;
}

.contact.mobile {
    display: none;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.wrapper .column-3 {
    flex-grow: 1;
    margin-top: 14px;
    width: 100%;
}

.wrapper .column-3 .clients {
    padding: 15px;
    background-color: white;
    border-radius: 15px;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:15px 30px
}
.wrapper .column-3 .clients img {
    width: 75px;
}

@media only screen and (orientation: portrait) {
    .wrapper .hero {
        display: flex;
        width: 85%;
        flex-direction: column;
        align-items: flex-start;
    }

    .wrapper .big-title {
        text-align: center;
    }

    .wrapper .column-1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        min-width: 100%;
        padding-right: 0;
    }
    .wrapper .column-2 {
        padding-left: 0;
        margin-top: 12px;
    }
    .wrapper .column-3 {
        margin-top: 12px;
        flex: 1 0 0;
    }
    .wrapper .column-3 .clients {
        margin-top: 12px;
    }

    .wrapper .card.info {
        display: flex;
        border-radius: 12px;
        padding: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
    }

    .wrapper .company-logo {
        width: 50%;
    }

    .wrapper .work-points {
        gap: 12px;
    }

    .wrapper .nama-pt {
        color: #8c0fed;
        font-family: Space Grotesk;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0px;
    }

    .wrapper .paragraph {
        color: rgba(0, 0, 0, 0.75);
        font-family: Space Grotesk;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 125%;
        /* 17.5px */
        margin: 0px;
    }

    .wrapper .card.title {
        padding: 12px 24px;
        border-radius: 12px;
        background: #8c0fed;
    }

    .wrapper .list-item {
        color: rgba(0, 0, 0, 0.75);
        font-family: Space Grotesk;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 145%;
        /* 20.3px */
    }

    .wrapper .work-point {
        padding: 15px;
        gap: 12px;
        flex: 1 0 0;
        border-radius: 12px;
        background: #fff;
    }

    .wrapper .cta-contact {
        color: #3fffe8;
        font-family: Space Grotesk;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
        /* 48.3px */
        text-transform: uppercase;
    }

    .wrapper .card.contact {
        display: flex;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        align-self: stretch;
        border-radius: 12px;
        background: #8c0fed;
        padding-bottom: 75px;
    }

    .wrapper .button-text {
        color: #8c0fed;
        font-family: Space Grotesk;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 145%;
        /* 23.2px */
    }


    html,
    body {
        overflow-y: auto;
    }

    .wrapper {
        position: relative;
        top: 0;
        left: 0;
        padding: 30px 0;
    }

    #swup {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .contact {
        display: none;
    }

    .contact.mobile {
        position: relative;
        display: block;
        text-align: center;
    }
    .wrapper .column-3 .clients img {
        width: 50px;
    }

}

.contact {
    width: auto;
}