.container {
    display: flex;
}

.hiw-tab-images {
    width: 500px;
    height: 500px;
}

.card-header {
    height: 250px;
    background-image: url(../headerbg_00.jpg);
}

.card-header h1 {
    padding-top: 75px;
    color: #ffe27a;
}

.link-input {
    border-width: 1px;
    width: 100%;
    resize: none;
    border-radius: 15px;
    font-size: 15px;
    line-height: 22px;
}

.section2 {
    padding-top: 80px;
}

.section2 h3 {
    padding-top: 35px;
}



.section2 h2 {
    color: #1f5abc;
    line-height: initial;
    font-weight: 800;
}

.section2 h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

h1 {
    line-height: initial;
    font-weight: 800;
}

.input {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
}

.input button {
    border-width: 1px;
    resize: none;
    border-radius: 15px;
    font-size: 15px;
    line-height: 22px;
}

.swal2-popup.swal2-toast {
    font-size: 13px;
}

.card {
    border-bottom: none;
}

@media only screen and (max-width: 480px) {
    .hiw-tab-images {
        width: 300px;
        height: 300px;
    }

    .container {
        display: grid;
        grid-template-rows: auto;
    }

    .section2 {
        padding: 0;
    }

    .card-header {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .hiw-tab-images {
        width: 300px;
        height: 300px;
    }

    .container {
        display: grid;
        grid-template-rows: auto;
    }

    .section2 {
        padding: 0;
    }

    .card-header {
        display: none;
    }
}

@media only screen and (max-width: 820px) {
    .hiw-tab-images {
        width: 300px;
        height: 300px;
    }

    .container {
        display: grid;
        grid-template-rows: auto;
    }

    .section2 {
        padding: 0;
    }

    .card-header {
        font-size: 10px;
    }


}