/* banner */
section.banner {
    background-image: url("/wp-content/themes/dws/resources-hub/images/mask-group.png");
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px 0 65px;
}
.banner p{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
input.search-input {
    width: 100%;
    max-width: 58.4%;
    padding: 13px;
    border: none;
    border-radius: 100px;
    margin: 37px 0 20px;
}
input::placeholder {
    color: #A0A0A0;
    font-size: 16px;
    font-weight: 400;
    padding-left: 25px;
}
.form-group.has-search {
    position: relative;
}
.search-icon img {
    position: absolute;
    right: 23.5%;
    top: 50%;
    z-index: 2;
}
/* explore section */
section.explore {
    margin-top: 17px;
}
.explore-content {
    display: inline-block;
    transition: text-decoration 0.3s ease;
    display: inline-block;
    transition: text-decoratiion 0.3s ease;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 8px;
}

.explore-content:hover {
    text-decoration: underline;
}
strong {
    font-weight: 700;
}
.line {
    border-bottom: 2px solid #D9D9D9;
    margin-top: 17px;
}

/* resource section */
section.resource-hubs {
    padding: 46px 0 32px;
}
.resource {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    margin-bottom: 37px;
}
.resource-hubs p {
    color: #575757;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 28px;
}
.resource-hubs h1 {
    color: #E01212;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.hub {
    border: 1px solid #000;
    width: 566px;
    margin-bottom: 38px;
}
div.hub h3 a {
    color: #E01212;
    font-size: 24px;
    font-weight: 700;
}
.hub-content {
    padding: 26px 30px;
}
ul.sites li a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
ul.sites {
    padding-left: 20px;
}
ul.sites li {
    list-style-type: disc;
}
.sites li::marker {
    color: red;
}