body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    width: 100%;
    color: #414042;
}

.content {
    padding-top: 70px !important;
}

.merchant-header {
    background: url("../../assets/merchantPage/merchant-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 13rem;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.header-container {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.merchant-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

.merchant-title h1 {
    font-size: 40px;
    font-weight: 700;
    color: #218B54;;
}

#title-merchant {
    margin-right: 15px;
    color: #414042;
}

.title-solusipay {
    display: flex;
}

.merchant {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
}

.merchant-content-title {
    text-align: center;
    margin-bottom: 20px;
    color: #414042;
}

.merchant-content-title h1 {
    font-size: 40px;
}

.merchant-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.merchant-images {
    display: flex;
    justify-content: center;
    max-width: 780px;
    margin-block: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.merchant-img {
    width: 100px;
    height: 70px;
    margin: 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(65, 64, 66, 0.25);
    border-radius: 8px;
}

#merchant-images-cont {
    margin-block: 0;
    display: none;
    transition: 3s ease;
}

.merchant-img img {
    width: 60px;
    height: auto;
}

#tri {
    height: 60px;
    width: auto;
}

#kartuAS {
    height: 70px;
    width: auto;
}

.merchant-content button {
    color: #218B54;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #218B54;
    padding: 10px;
    margin-top: 20px;
    transition: 0.3s;
}
.merchant-content button:hover {
    background-color: #218B54;
    color: white;
}

@media (max-width: 1000px) {
    .merchant {
        margin-top: 50px;
    }
}

@media (max-width: 700px) {
    .merchant-images {
        min-width: 100%;
    }
    .merchant-images img {
        margin: 0.5rem 1rem;
    }
}

@media (max-width: 550px) {
    .merchant-title h1 {
        font-size: 30px;
    }
    .merchant-title {
        margin-left: 20px;
    }

    #title-merchant {
        margin-right: 10px;
    }
    .title-solusipay svg {
        width: 20px;
        height: 20px;
    }
    .merchant-desc {
        font-size: 15px;
        padding-inline: 30px;
    }
    .merchant-header {
        height: 12rem;
    }
}
@media (max-width: 450px) {
    .merchant-img {
        margin: 1.5rem 1.5rem
    }
}