
.section-resource h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 400;
    background: -webkit-linear-gradient(left, #4F074E, #E21271);
    background: linear-gradient(to right, #4F074E, #E21271);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-resource p {
    text-align: center;
    font-size: 17px;
}
.section-resource hr {
    margin: 60px 0;
}
.section-resource .logo-icon {
    text-align: center;
    margin-top: 40px;
}
.section-resource .logo-transparent {
    max-width: 468px;
    display: inline-block;
    margin-right: 5%;
}
.section-resource .logo-transparent > img {
    padding: 35px;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 160px;
}
.section-resource .icon-transparent {
    max-width: 161px;
    display: inline-block;
}
.section-resource .icon-transparent > img {
    padding: 35px;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 161px;
}
.section-resource .light-bg {
    background-image: url('../img/transparent-light.png');
    background-size: 20px 20px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.section-resource .dark-bg {
    background-image: url('../img/transparent-dark.png');
    background-size: 20px 20px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}

.section-resource .logo-kit {
    color: #222325;
    font-size: 17px;
}
.section-resource .logo-kit:hover,
.section-resource .logo-kit:focus,
.section-resource .logo-kit:active {
    opacity: 0.5;
}
.section-resource .logo-kit > span {
    color: #8898aa;
    margin-left: 5px;
}
.section-resource .logo-safe-area {
    display: inline-block;
}
.section-resource .logo-safe-area:nth-child(1) {
    margin-right: 5%;
}
.section-resource .logo-safe-area > img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 160px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
}
.section-resource .circle {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0 6px 9px 0 rgba(0,0,0,.04);
    box-shadow: 0 6px 9px 0 rgba(0,0,0,.04);
}
.section-resource .circle.one {
    background-image: linear-gradient(-137deg, #1F0043 0%, #E50071 100%);
}
.section-resource .circle.two {
    background: #E50071;
}
.section-resource .circle.three {
    background: #1F0043;
}
.section-resource .circle.four {
    background: #F3F5F7;
}
.section-resource .circle.five {
    background: #FF7713;
}
.section-resource .circle.six {
    background: #292929;
}
.section-resource .circle-text {
    display: block;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {

    .section-resource .icon-transparent {
        margin-top: 30px;
    }
    .section-resource .logo-transparent > img {
        padding: 25px;
        max-height: 160px;
    }
    .section-resource .icon-transparent > img {
        padding: 30px;
        max-height: 120px;
    }
    .section-resource .logo-safe-area > img {
        max-height: 100px;
    }
    .section-resource .logo-safe-area:nth-child(1) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .section-resource .circle {
        width: 50px;
        height: 50px;
    }
    .section-resource .color {
        height: 115px;
        margin-bottom: 30px;
    }

}
