/* Header */
.header .logo img {
    width: 80px;
}
/* CSS SECTION ONE */
.title-section,
.title-section * {
    box-sizing: border-box;
}

.title-section {
    margin-top: 200px;
    margin-right: 120px;
    margin-left: 120px;
}

.title-section .row {
}

.title-one {
    color: #2e2d2c;
    font: 400 36px "Poppins", sans-serif;
}

.title-two {
    color: #616161;
    font: 400 16px "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 28px;
}

/* CSS SECTION TWO */
.section-two {
    margin-right: 120px;
    margin-left: 120px;
}

.my-tabs {
    display: flex;
    gap: 32px;
}

.my-tab-button {
    /* padding: 10px 20px; */
    border: none;
    cursor: pointer;
    background: none;
    color: #616161;
    text-align: center;
    font: 500 14px/24px "poppins", sans-serif;
}

.my-tab-button.active {
    color: #19486A;
    text-align: center;
    font: 600 14px/24px "poppins", sans-serif;
    position: relative;
}

.my-tab-button.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #19486A; /* Ganti dengan warna yang Anda inginkan */
    position: absolute;
    bottom: 0;
    left: 0;
}

.my-tab-content {
    margin-top: 32px;
}

.my-tab-content.active {
    display: block;
}

.image {
    width: 380px;
    height: 330px;
    border-radius: 8px;
}

h2 {
    color: #19486A;
    font: 500 14px "Poppins", sans-serif;
}

.content {
    flex: 1;
}

p {
    color: var(--neutral-80, #616161);
    text-align: left;
    font: var(--desktop-body-2, 400 15px/24px "poppins", sans-serif);
    position: relative;
    max-width: 1366px;
}

.icons {
    display: flex;
    gap: 16px;
}

.icons img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

/* CSS CARD */
@media (max-width: 768px) {
    .my-card-container {
        gap: 10px; /* Sesuaikan dengan kebutuhan Anda */
    }
}

.my-card-container {
    justify-content: center;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.my-card,
.my-card * {
    box-sizing: border-box;
}
.my-card {
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-top: 32px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.my-image-card {
    flex-shrink: 0;
    width: 360px;
    height: 330px;
    position: relative;
    object-fit: cover;
}

.my-card-info {
    background: #ffffff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 360px;
    /* height: 287px; */
    position: relative;
}

.my-country {
    color: #19486A;
    text-align: left;
    font: var(--desktop-subtitle-2, 500 14px "Poppins", sans-serif);
    position: relative;
    align-self: stretch;
}

.my-company-info {
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.two-content {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    background: none;
    padding: 0px;
}

.content-first {
    align-self: flex-start;
}

.content-second {
    align-self: flex-end;
}   

.my-company-logo {
    /* border-radius: 8px; */
    flex-shrink: 0;
    max-width: 100px;
    height: 50px;
    position: relative;
}

.my-company-name {
    color: var(--primary-dark-grey, #282829);
    text-align: left;
    font: var(--desktop-h-5, 400 18px "Poppins", sans-serif);
    position: relative;
    flex: 1;
}

.my-company-desc {
    display: flex;
    flex-direction: column;
    gap: 54px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.my-description {
    color: var(--neutral-80, #616161);
    text-align: left;
    font: var(--desktop-body-2, 400 15px/24px "poppins", sans-serif);
    position: relative;
    align-self: stretch;
    height: 120px;
}

.my-sdg-image {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.my-sdg-image-list {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
}

.e-sdg-print-07 {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
}

.e-sdg-print-08 {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    position: relative;
}

/* CSS SECTION THREE */
.section-three {
    margin-right: 120px;
    margin-left: 120px;
    justify-content: center;
    text-align: center;
}

.section-three .content-one {
    color: #2e2d2c;
    font: 400 36px "poppins", sans-serif;
}

.section-three .content-two p {
    margin-top: 20px;
    text-align: center;
    font: 400 16px "poppins", sans-serif;
}

.button-section-three {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    background-color: #19486A;
    border-radius: 4px;
    color: #ffffff;
    font: 400 14px "poppins", sans-serif;
}

.button-section-three:hover {
    background-color: #063252;
}