* {
    /* line-height: 1.85714285714286 ;
    line-height: 1.85714285714286 !important; */
}

.content {
    text-align: justify;
}

.wp-block-cover {
    position: relative;
}

.wp-block-cover img {
    object-fit: cover;
    width: 100% !important;
    max-height: 450px;
}

.wp-block-column img {
    max-width: 100% !important;
    object-fit: cover;

}

.wp-block-cover__inner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 100;

}

.wp-block-cover__inner-container {
    font-family: "Shinhan Medium", sans-serif;
    font-weight: 500;
    font-size: 4rem;
}

.wp-block-stevehenty-drop-shadow-box {
    height: 100%;
}

.wp-block-columns {
    display: flex;
    gap: 30px;
    /* padding: 0 !important; */
}

.wp-block-column {
    flex: 1;
    margin-bottom: 20px;
}

.left-purple-border {
    border-left: 2px solid #705dcf;
}

.right-purple-border {
    border-right: 2px solid #705dcf;
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.wp-block-column strong {
    font-family: "Shinhan bold", sans-serif;
    font-weight: 700;
}

.dropshadowboxes-outside-shadow {
    box-shadow: 0 25px 50px rgba(99, 102, 241, 0.2);

    border-style: none !important;
}

.dropshadowboxes-drop-shadow {
    background: none repeat scroll 0 0;
    padding: 10px;
    position: relative;
    border-radius: 20px;
    flex: 1;
    height: 100%;
    padding-bottom: 3rem !important;
}

.dropshadowboxes-outside-shadow img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 300px !important;
    width: 100% !important;
}

.has-link-color {
    margin-top: 3rem;
}

.wp-block-cover__background {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #000;
}

/* table */
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: .5em;
}

.has-text-align-center {
    text-align: center;
}