
.host-container {
    width: 100%;
    max-width: 1000px;
    margin: 5rem auto 0;
    padding: 0 1rem;
}

.host-box {
    width: 100%;
    padding: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.d-flex {
    display: flex;
}


.box-row-1 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1rem;
}

.box-row-1 h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.box-row-1 p {
    font-size: 13px;
    color: rgb(24, 173, 68);
}

.box-row-2 {
    width: 100%;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
}


.col-1 {
    width: 25%;
}

.col-4 {
    text-align: right;
}

.col-3 {
    width: 30%;
}

.col-2, .col-4 {
    width: 20%;
}

.col-2 {
    padding-inline: 1.5rem;
}

.box-row-2 .col p {
    line-height: 20px;
}


.box-row-3 {
    justify-content: space-between;
    align-items: center;
    padding-top: 0.5rem;
}

.box-row-3 .extra-info {
    font-size: 14px;
}

.box-row-3 .extra-info P:not(:first-child) {
    padding-left: 1rem;
}

.box-row-3 a {
    padding: 0.5rem;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 14px;
}

.extras-container {
    width: 100%;
    margin: 2rem 0;
}

.extras-container h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0.5rem;
    margin-left: 1rem;
}

.extras-box {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.hyzmat {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hyzmat p {
    padding: 6px 0;
    letter-spacing: 0.2px;
    min-width: 130px;
    /* line-height: 20px; */
}

.hyzmat p:last-child {
    text-align: right;
    margin-left: 1rem;
}

@media(max-width:750px) {
    .box-row-2 {
        flex-direction: column;
    }

    .col-1, .col-2, .col-3, .col-4 {
        width: 100%;
        padding: 0.5rem 0;
    }

    .col-4 {
        font-weight: 600;
    }

}