#main-resource {
    padding: 0;
}
#main-resource a {
    color:  inherit;
}
#main-resource-inner {
    max-width: 1120px;
    margin: 0 auto;
}
#main-resource-inner-wrapper {
    display: flex;
    flex-direction: row;
    background: #FFFFFF;
    height: 380px;
    box-shadow: 0px 4px 20px rgba(66, 94, 165, 0.12);
    border-radius: 10px;
}
#main-resource-info {
    max-width: 50%;
    width: 100%;
    padding: 32px 45px;
}

#main-resource-image {
    max-width: 50%;
    width: 100%;
}
#main-resource.events #main-resource-image {
    padding: 42px;
}
#main-resource.events #main-resource-image #image-wrapper {
    border-radius: 16px;
    border: 1px solid #c7c7c7;
    overflow: hidden;
}
#image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 0px 10px 10px 0;
}

#main-resource .resource-name {
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    margin: 0 0 20px 0;
}

#main-resource .resource-name strong {
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    border-right: 1px solid #000;
    padding: 0 13px 0 0;
    margin: 0 10px 0 0;
}

#main-resource .resource-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 20px 0;
}
#main-resource .resource-content {
    font-size: 18px;
    line-height: 26px;
}
#main-resource .blogpost-author .author-image {
    width: 51px;
    height: 51px;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main-resource .blogpost-author .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#main-resource .blogpost-author .author-name {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #353D46;
}