.block [class*="iu-post-content"] {
    margin-bottom: 20px;
}
.block [class*="iu-post-content"] p:last-of-type {
    padding-bottom: 0;
}
[class*="iu-post-content"] .readmore-btn-wraper {
    position: relative;
    width: 100%;
}
[class*="iu-post-content"] .iu-hr-readmore {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
    width: 100%;
    height: 1px;
    border: none;
    background-color: #f5f2f2;
}
[class*="iu-post-content"] .iu-btn-readmore {
    position: relative;
    color: crimson;
    padding: 5px 0;
    padding-right: 20px;
    border: none;
    z-index: 1;
    background-color: #fff;
    transform: scale(1);
}
[class*="iu-post-content"] .iu-btn-readmore::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='crimson' class='bi bi-caret-down' viewBox='0 0 16 16'%3E%3Cpath d='M3.204 5h9.592L8 10.481 3.204 5zm-.753.659 4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z'/%3E%3C/svg%3E");
}
[class*="iu-post-content"] .iu-btn-readmore:hover::before,
[class*="iu-post-content"] .iu-btn-readmore:focus::before,
[class*="iu-post-content"] .iu-btn-readmore:active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
}
[class*="iu-post-content"] .iu-btn-readmore:hover,
[class*="iu-post-content"] .iu-btn-readmore:focus,
[class*="iu-post-content"] .iu-btn-readmore:focus-within,
[class*="iu-post-content"] .iu-btn-readmore:active {
    color: #000;
    border: none;
    outline: none;
    text-decoration: underline;
    background-color: #fff;
}
.iu-info-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iu-info-content-item {
    width: 30%;
    flex-basis: 30%;
    max-width: 30%;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 20px;
}
.iu-info-content-item:last-child {
    border-right: none;
}
.iu-info-content-item-title {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
}
.iu-info-content-item-location {
    display: flex;
}
.iu-info-content-item-location svg{
    width: 28px;
    height: 28px;
    margin-right: 3px;
    fill: #fff;
}
.iu-info-content-item-location svg path {
    stroke: #61dafb;
}

@media (max-width: 575px) {
    .block [class*="iu-post-content"] {
        margin-bottom: 0;
    }
}