@font-face {
    font-family: 'HarabaraMais-Black';
    src: url('fonts/HarabaraMais-Black.otf') format('otf'),
    url('fonts/HarabaraMais-Black.woff') format('woff');
}
hr {
    color: #070808;
}

.container {
    width: 100%;
    min-width: auto;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #070808;
}
.content-wrapper {
    width: 90%;
    margin: 0 auto;
}
.header {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
    height: 183px;
    text-indent: inherit;
}
.header .logo-wrapper {
    height: 120px;
    margin-left: 0px;
    display: flex;
    align-items: center;
}
.header .logo {
    height: 58px;
    width: 265px;
    background-size: contain;
    margin-left: -17px;
}
.header .menu {
    background: #ce1dba;

}
.desktop-menu {
    height: 63px;
}
.desktop-menu .navbar button {
    background-image: none;
}
.desktop-menu .navbar-nav .nav-item a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 24px;
    font-family: "OpenSans-Bold", sans-serif;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.desktop-menu .navbar-nav .nav-item {
    height: 100%;
}
.nav-item a {
    color: #fff;
    font-size: 0.875rem;
    font-family: "OpenSans-Bold", sans-serif;
	text-transform: uppercase;
}
.navbar-nav .nav-item a.active, .navbar-nav .nav-item a:hover, .nav-link.active, .nav-link:hover {
    background: #fff;
    color: #ce1dba;
}
.desktop-menu .navbar-expand-sm {
    width: 100%;
    justify-content: center;
    padding: 0;
    height: 63px;
}
.desktop-menu .navbar-expand-sm .collapse.navbar-collapse,
.desktop-menu .navbar-expand-sm .collapse.navbar-collapse .navbar-nav {
    height: 63px;
    align-items: center;
}
.desktop-menu .navbar-expand-sm .collapse.navbar-collapse .navbar-nav {
    width: 75%;
    margin: 0 auto;
    justify-content: space-around;

}
.static-page-content {
    background: none;
    max-width: 1200px;
}
.content-intro, .content-intro .mobile-background{
    background: url('../images/static_pages/grid-profiles.jpg') no-repeat left;
    background-size: cover;
    height: 332px;
}
.our-sites.content-intro {
    background: url('../images/static_pages/our-sites.png') no-repeat center;
    background-size: cover;
    height: 332px;
}
.articles.content-intro {
    background: url('../images/static_pages/articles-bg.jpg') no-repeat center;
    background-size: cover;
    height: 332px;
}
.content-intro .icon img {
    height: 80px;
}
.static-page-content .title {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 2.25rem;
    line-height: 46px;
}
.static-page-content .title span {
    font-family: HarabaraMais-Black, sans-serif;
    text-align: center;
    color: #50494f;
}
.static-page-content .our-sites .title span, .static-page-content .articles .title span  {
    padding: 0 40px;
    height: 66px;
    border: solid 0.5px #070808;
    background-color: #ce1dba;
    display: flex;
    align-items: center;
    font-family: HarabaraMais-Black, sans-serif;
    font-size: 30px;
    justify-content: center;
    color: #fff;
}
.who-we-are, .what-we-do {
    margin-top: 70px;
    margin-bottom: 70px;
    justify-content: space-between;
}
.what-we-do .row img {
    width: 212px;
    height: auto;
}
.how-it-works .row img {
    width: 250px;
    height: auto;
}
.who-we-are .section-title, .feature .section-title, .our-sites .section-title, .what-we-do .section-title,
.how-it-works .section-title{
    font-family: HarabaraMais-Black, sans-serif;
    color: #ce1dba;
    font-size: 2rem;
    line-height: 30px;
}
.who-we-are .section-text, .feature .text, .our-sites .text, .what-we-do .section-text,
.how-it-works .section-text {
    font-family: "OpenSans-Regular", sans-serif;
    color: #8b7f89;
    font-size: 1.125rem;
    line-height: 30px;
}
.section-img-wrapper1, .section-img-wrapper2 {
    border-width: 1px;
    border-style: solid;
   /* border-image-slice: 1;*/
    border-radius: 5px;
    border-image-source: linear-gradient(to bottom, #8b7f89, #e1e1e1);
    height: 323px;
    background-image: linear-gradient(white, white),
    linear-gradient(to bottom, #8b7f89, #e1e1e1);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.div-wrapper.ad a{
    width: 100%;
    height: auto;
    display: block;
}
.div-wrapper.ad img{
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
}
.who-we-are .section-sub-title {
    font-family: "OpenSans-Bold", sans-serif;
    color: #50494f;
    font-size: 1.125rem;
    line-height: 43px;
    text-align: center;
}
.section-img-wrapper2 {
    height: 305px;
    margin: 7px;
}
.who-we-are .section-img {
    background: url('../images/static_pages/gallery-small.jpg') no-repeat center;
    background-size: contain;
    height: 165px;
    margin-top: 6px;
}
.who-we-are .btn-signup, .ready-to-date .btn-signup, .top-picks .domains .domain .domain-button a.btn-signup{
    margin: 12px auto;
    box-shadow: 0px 4px 7.6px 0.4px rgba(25, 96, 74, 0.3);
    border: solid 0 #070808;
    background-image: linear-gradient(to top, #45c29c, #89da7f);
    width: 259px;
    height: 46px;
    border-radius: 23px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-family: "OpenSans-Bold", san-serif;
}
.btn-signup:hover {
    text-decoration: none;
    opacity: 0.7;
}
.top-picks {
    background-color: #ce1dba;
    height: 644px;
    display: none;
}
.top-picks .relationshipcoms-Top-Picks  {
    padding-top: 45px;
}
.top-picks .relationshipcoms-Top-Picks .icon {
    width: 106px;
    height: 106px;
    margin: 0 auto;
}
.top-picks .relationshipcoms-Top-Picks .title-section {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 2.25rem;
    color: #fff;
    line-height: 36px;
    margin-top: 22px;
}
.top-picks .domains {
    justify-content: space-between;
}
.top-picks .domains .domain {
    text-align: center;
}
.top-picks .domains .domain .domain-title {
    color: #fff;
    font-size: 1.125rem;
    font-family: "OpenSans-SemiBold", sans-serif;
}
.top-picks .domains .domain .white-section-wrapper, .our-sites .domains .domain .white-section-wrapper {
    height: 227px;
    background: #fff;
    display: flex;
    border-radius: 10px;
    margin-top: 13px;
}
.top-picks .domains .domain .white-section {
    margin: 7px auto;
    border-width: 1px;
    border-style: solid;
   /* border-image-slice: 1;*/
    border-radius: 10px;
    border-image-source: linear-gradient(to bottom, #8b7f89, #e1e1e1);
    background-image: linear-gradient(white, white),
    linear-gradient(to bottom, #8b7f89, #e1e1e1);
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 213px;
    width: 97%;
}
.top-picks .domains .domain .domain-icon {
    width: 60px;
    height: 60px;
}
.top-picks .domains .domain .domain-text{
    color: #50494f;
    font-size: 0.875rem;
    font-family: "OpenSans-Bold", sans-serif;
    line-height: 42px;
}
.top-picks .domains .domain .domain-button {
    display: flex;
    justify-content: center;
}
.top-picks .domains .domain .domain-button a.btn-signup{
    width: 185px;
    height: 46px;
}
.domain-logo {
    height: 79px;
    width: 100%;
    display: flex;
    align-items: center;
}
.features {
    margin: 70px auto;
}

.ready-to-date .content-wrapper .row{
    border-top: 1px solid #8b7f89;
    border-bottom: 1px solid #8b7f89;
    padding: 42px 0;
    flex-flow: column;
    align-items: center;
}
.ready-to-date {
    margin-bottom: 70px;
}
.ready-to-date .text {
    font-size: 1.125rem;
    font-family: "OpenSans-Bold", sans-serif;
    line-height: 30px;
}
.feature .feature-icon {
    text-align: center;
}
.feature .feature-icon.who-we-are-icon img {
    width: auto;
    height: 180px;
}
.feature .feature-icon.benefits-icon img {
    width: 197px;
    height: auto;
}
.feature .feature-icon.safe-dating-icon img {
    width: 188px;
    height: auto;
}
.feature.space-top {
    margin-top: 51px;
}
.our-sites, .articles {
    text-align: center;
}
.our-sites-intro {
    color: #ce1dba;
    text-align: center;
    padding: 45px 0;
    margin-top: 60px;
    background: rgba(206, 29, 186, 0.1);
    border-radius: 5px;
}
.our-sites-intro div {
    font-family: "OpenSans-Bold", sans-serif;
    line-height: 30px;
    font-size: 1.25rem;
    margin: 0 auto;
}
.our-sites .domain-logo a {
    margin: 0 auto
}
.our-sites .domains {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 34px;
}

.our-sites .domains .white-section .domain-logo {
    height: 100%;
}
.our-sites select {
    width: 100%;
    height: 46px;
}
.our-sites .domain .our-sites-wrapper {
    cursor: pointer;
}

.article h1 {
    font-size: 1.625rem;
    font-family: OpenSans-Bold, sans-serif;
    color: #50494f;
}
.article h2 {
    font-size: 1.25rem;
    font-family: "OpenSans-Bold", sans-serif;
    color: #50494f
}
.article .text, .article .text p {
    color: #8b7f89;
    font-size: 1.125rem;
    font-family: "OpenSans-Regular", sans-serif;
    line-height: 36px;
}
.article .hidden {
    display: none;
}
.article .read-less, .article .read-more {
    text-align: right;
    margin-top: 30px;
}
.article a {
    background: none;
    color: #cf17bb!important;
    width: unset;
    padding: 0;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 1.125rem;
    cursor: pointer;
}
.article a:hover  {
    opacity: 0.6;
}
.article {
    border-bottom: 1px solid #070808;
    padding-bottom: 58px;
    margin-bottom: 70px;
    text-align: left;
}
.article .image img {
    max-width: 90%;
}
.how-it-works {
    margin-bottom: 44px;
}
.our-sites.our-domains{
    border-top: 1px solid #070808;
    border-bottom: 1px solid #070808;
    margin-bottom: 70px;
}
.filter-intro {
    margin-top: 37px;
    margin-bottom: 46px;
}
.filter {
    padding: 0 22px 30px;
}

.our-sites .domains .our-sites-wrapper {
    border: 1px solid #dac7d7;
    margin: 25px;
    height: 222px;
    align-items: center;
    display: flex;
}
.filter-intro div{
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 1.125rem;
    color: #50494f;
    line-height: 1.67;
}
.footer-bottom {
    position: relative;
    height: 150px;
    display: flex;
    align-items: center;
   justify-content: center;
    background-color: #50494f;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 1.825rem;
    line-height: 36px;
}
.footer-bottom .content-wrapper .row {
    align-items: center;
}
.footer-bottom img {
    margin-left: -7px;
}
.footer-bottom .copyright, .footer-bottom a {
    text-align: right;
    color: #c9c4c8;
    font-size: 1rem;
    line-height: 24px;
}
.footer-bottom .copyright a.trc-link {
    color: #c9c4c8;
    text-decoration: none;
}
.article.what-we-do {
    border-bottom: 1px solid #070808;
}
@media only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 1.25dppx) {

    .content-intro, .content-intro .mobile-background {
        background: url('../images/static_pages/grid-profiles@2x.jpg') no-repeat center;
        background-size: cover;
    }
    .our-sites.content-intro {
        background: url('../images/static_pages/our-sites@2x.png') no-repeat center;
        background-size: cover;
    }
    .articles.content-intro {
        background: url('../images/static_pages/articles-bg@2x.jpg') no-repeat center;
        background-size: cover;
    }
    .who-we-are .section-img {
        background: url('../images/static_pages/gallery-small@2x.jpg') no-repeat center;
        background-size: contain;
    }
    @media (max-width: 568px) {
        .articles.content-intro .mobile-background {
            background: url('../images/static_pages/articles-mobile@2x.jpg') no-repeat center;
        }
        .our-sites.content-intro .mobile-background {
            background: url('../images/static_pages/our-sites-mobile@2x.jpg') no-repeat center;
            width: 100%;
            height: 120px;
            background-size: cover;
        }
    }
}
/* @3x Images (Pixel Ratio of 2.25+) */
@media only screen and (-o-min-device-pixel-ratio: 9/4),
only screen and (-webkit-min-device-pixel-ratio: 2.25),
only screen and (min-device-pixel-ratio: 2.25),
only screen and (min-resolution: 2.25dppx) {
    .content-intro, .content-intro .mobile-background {
        background: url('../images/static_pages/grid-profiles@3x.jpg') no-repeat center;
        background-size: cover;
    }
    .our-sites.content-intro {
        background: url('../images/static_pages/our-sites@3x.png') no-repeat center;
        background-size: cover;
    }
    .articles.content-intro {
        background: url('../images/static_pages/articles-bg@3x.jpg') no-repeat center;
        background-size: cover;
    }
    .who-we-are .section-img {
        background: url('../images/static_pages/gallery-small@3x.jpg') no-repeat center;
        background-size: contain;
    }
    @media (max-width: 568px) {
        .articles.content-intro .mobile-background {
            background: url('../images/static_pages/articles-mobile@3x.jpg') no-repeat center;
        }
        .our-sites.content-intro .mobile-background {
            background: url('../images/static_pages/our-sites-mobile@3x.jpg') no-repeat center;
        }
    }
}
@media (max-width: 1024px) {
    .desktop-menu .navbar-expand-sm .collapse.navbar-collapse .navbar-nav {
        width: 90%;
    }
    .desktop-menu .navbar-nav .nav-item a {
        font-size: 0.7rem;
    }
    .container {
        border: 0;
    }
    .header .logo-wrapper {
        margin-left: 0;
    }
    .content-intro {
        height: 274px;
    }
    .static-page-content .title {
        font-size: 1.625rem;
    }
    .footer.bottom {
        width: 100%;
        max-width: 1200px;
    }
    .who-we-are .btn-signup {
        width: 80%;
        margin-top: 0;
        font-size: 1rem;
    }
    .who-we-are .section-sub-title {
        line-height: 30px;
        margin-top: 0;
    }
    .who-we-are .section-img {
        height: 111px;
    }
    .section-img-wrapper1 {
        height: 270px;
    }
    .div-wrapper.ad img{
        height: auto;
        max-width: 200px;
    }
    .section-img-wrapper2 {
        height: 254px;
    }
    .who-we-are .btn-signup {
        margin-top: 15px;
    }
    .who-we-are .section-title, .feature .section-title, .our-sites .section-title, .what-we-do .section-title, .how-it-works .section-title {
        font-size: 2rem;
    }
    .top-picks .domains .domain .domain-title {
        min-height: 54px;
    }
    .domain-logo .mss, .domain-logo .ms, .domain-logo .edso {
        width: 90% !important;
    }
    .top-picks .domains .domain .white-section {
        width: 93%;
    }
    .our-sites .domains .domain .our-sites-wrapper {
        height: 150px;
    }
    .feature .feature-icon.benefits-icon img, .feature .feature-icon.safe-dating-icon img {
        width: 160px!important;
    }
    .footer-bottom {
        height: auto;
        padding: 10px 0;
    }
    .footer-bottom .copyright {
        text-align: left;
        margin: 30px 0 0 9px;
    }

}
@media (max-width: 667px) {
    .top-picks {
        height: auto;
        padding-bottom: 60px;
    }
    .top-picks .domains .domain, .feature .section-title {
        margin-top: 20px;
    }
    .what-we-do .section-title.on-mobile, .how-it-works .section-title.on-mobile {
        margin-top: 36px;
    }
    .what-we-do .row img {
        width: 47%;
    }
    .desktop-menu .navbar-nav .nav-item a {
        line-height: 18px;
    }
    .div-wrapper.ad {
        margin: 0 auto;
        text-align: center;
    }
    .on-mobile-img {
        text-align: center;
    }
}
@media (max-width: 568px) {

    .content-wrapper {
        width: 98%;
    }
    .nav-link {
        color: #fff;
    }
    .header, .header .logo-wrapper{
        height: 72px;
    }
    .header .logo-wrapper .col-12 {
        padding: 0;
    }
    .header .logo {
        height: 55px;
        width: 243px;
        background-size: 243px 55px!important;
    }
    .menu .navbar-expand-sm {
        height: auto;
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .navbar-toggler-icon {
        display: block;
    }
    #navbarSupportedContent {
        position: absolute;
        left: 0;
        top: 72px;
        width: 100vw;
        height: 100vh;
        z-index: 10;
    }
    .static-page-content .title span {
        color: #fff;
    }
    button.navbar-toggler {
        width: 40px;
        height: 55px;
        min-width: 40px;
        background: none;
        padding: 0 0 6px 0;
        margin: 0;
    }
    button.navbar-toggler span svg{
        width: 40px;
        height: 40px;
    }
    .header .menu {
        background: none;
    }
    .navbar-collapse {
        background: #ce1dba;
    }
    .navbar-collapse ul {
        height: 100vh;
    }
    .nav-item {
        width: 100%;
    }
    .menu .navbar-expand-sm .collapse.navbar-collapse .navbar-nav {
        width: auto;
        margin: 0 auto;
        position: relative;
    }
    .menu .navbar-expand-sm .collapse.navbar-collapse, .menu .navbar-expand-sm .collapse.navbar-collapse .navbar-nav {
        height: auto;
        align-items: center;
        background: #ce1dba;
    }

    .content-intro {
        background: #ce1dba;
        height: 210px;
        font-family: HarabaraMais-Black, sans-serif;
    }

    .content-intro .mobile-background {
        background: url('../images/static_pages/mobile-bg.jpg') no-repeat center;
        width: 100%;
        height: 120px;
        background-size: cover;
    }
    .articles.content-intro .mobile-background{
        background: url('../images/static_pages/articles-mobile.jpg') no-repeat center;
        width: 100%;
        height: 120px;
        background-size: cover;
    }
    .our-sites.content-intro .mobile-background{
        background: url('../images/static_pages/our-sites-mobile.jpg') no-repeat center;
        width: 100%;
        height: 120px;
        background-size: cover;
    }
    .content-intro .icon {
        margin-top: 30px;
    }
    .content-intro .icon img {
        height: 60px;
    }

    .our-sites.content-intro, .articles.content-intro {
        height: 180px;
    }

    .static-page-content .title {
        color: #fff;
        font-size: 1.3rem;
        line-height: 1.33;
        height: 90px;
        background: #ce1dba;
    }
    .static-page-content .our-sites .title, .static-page-content .articles .title {
        height: 60px;
        background: #ce1dba;
    }
    .static-page-content .our-sites .title span, .static-page-content .articles .title span {
        margin-top: 0;
    }
    .our-sites select {
        margin-bottom: 16px;
    }
    .our-sites.content-intro .title span , .articles.content-intro .title span {
        font-size: 1.125rem;
    }
    .article .text, .article .text p {
        font-size: 1rem;
    }
    .content-intro  , .articles.content-intro , .our-sites.content-intro{
        background: none;
    }
    @media only screen and (-o-min-device-pixel-ratio: 5/4),
    only screen and (-webkit-min-device-pixel-ratio: 1.25),
    only screen and (min-device-pixel-ratio: 1.25),
    only screen and (min-resolution: 1.25dppx) {
        .content-intro .mobile-background {
            background: url('../images/static_pages/mobile-bg@2x.jpg') no-repeat center;
            background-size: cover!important;
        }
            .articles.content-intro .mobile-background {
                background: url('../images/static_pages/articles-mobile@2x.jpg') no-repeat center;
                background-size: cover!important;
            }
            .our-sites.content-intro .mobile-background {
                background: url('../images/static_pages/our-sites-mobile@2x.jpg') no-repeat center;
                background-size: cover!important;
            }

    }
    /* @3x Images (Pixel Ratio of 2.25+) */
    @media only screen and (-o-min-device-pixel-ratio: 9/4),
    only screen and (-webkit-min-device-pixel-ratio: 2.25),
    only screen and (min-device-pixel-ratio: 2.25),
    only screen and (min-resolution: 2.25dppx) {
        .content-intro .mobile-background {
            background: url('../images/static_pages/mobile-bg@3x.jpg') no-repeat center;
            background-size: cover!important;
        }
            .articles.content-intro .mobile-background {
                background: url('../images/static_pages/articles-mobile@3x.jpg') no-repeat center;
                background-size: cover!important;
            }
            .our-sites.content-intro .mobile-background {
                background: url('../images/static_pages/our-sites-mobile@3x.jpg') no-repeat center;
                background-size: cover!important;
            }
    }


}
@media (max-width: 480px) {
    .filter {
        padding: 0 0 30px;
    }
    .static-page-content .our-sites .title span, .static-page-content .articles .title span {
        border: 0;
    }
    .logo-link {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .nav-item a {
        font-size: 1.125rem;
    }
    .div-wrapper.ad {
        margin: 30px auto 0;
        text-align: center;
    }
    .div-wrapper.ad img {
        height: auto;
        max-width: 85%;


    }
    .who-we-are, .what-we-do {
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .who-we-are .section-title, .feature .section-title, .our-sites .section-title,
    .what-we-do .section-title {
        font-size: 1.25rem;
    }
    .who-we-are .section-text, .feature .text, .our-sites .text, .what-we-do .text,
    .who-we-are .btn-signup, .ready-to-date .btn-signup,
    .top-picks .domains .domain .domain-button a.btn-signup {
        font-size: 1rem;
    }
    .who-we-are .btn-signup {
        margin-top: 25px!important;
    }
    .who-we-are .btn-signup, .ready-to-date .btn-signup {
        width: 100%;
    }
    .top-picks .relationshipcoms-Top-Picks .title-section {
        font-size: 1.375rem;
    }
    .top-picks {
        height: auto;
    }
    .top-picks .domains .domain {
        margin-top: 40px;
    }
    .top-picks .domains {
        margin-bottom: 45px;
    }
    .top-picks .domains .domain .domain-button a.btn-signup {
        width: 80%;
    }
    .feature .feature-text {
        margin-top: 30px;
    }
    .feature .feature-icon {
        text-align: center;
    }
    .top-picks .domains .domain .white-section {
        width: 97%;
    }

    .how-it-works .on-mobile-img, .article .on-mobile-img {
        text-align: center;
    }
    .our-sites-intro div {
        font-size: 1rem;
        line-height: 24px;
    }
    .filter {
        padding-bottom: 16px;
    }
    .our-sites .domains {
        border-top: 1px solid #070808;
        padding-top: 40px;
    }
    .our-sites .domains .domain .our-sites-wrapper {
        height: 164px;
    }
    .who-we-are .section-text, .feature .text, .our-sites .text, .what-we-do .section-text, .how-it-works .section-text {
        font-size: 1rem;
    }
    .article h1 {
        margin-top: 30px;
        font-size: 1.25rem;
    }
    .article h2 {
        font-size: 1.125rem;
    }
    .article p {
        font-size: 1rem;
    }

   .domains .white-section-wrapper {
        width: 70%;
    }
    .domain-logo .mss, .domain-logo .ms, .domain-logo .edso {
        width: 80% !important;
    }
    .features {
        margin: 60px auto;
    }
    .our-sites-intro {
        margin-top: 36px;
    }
    .what-we-do.our-sites-page {
        margin-top: 60px!important;
    }
    .our-sites .domains .our-sites-wrapper {
        margin: 25px auto;
    }

}
@media (max-width:400px) {
    .index.who-we-are {
        margin-top:22px;
    }
    .index.who-we-are .section-text, .who-we-are .section-text, .feature .text, .our-sites .text,
    .what-we-do .text, .who-we-are .btn-signup, .ready-to-date .btn-signup, .top-picks .domains .domain .domain-button a.btn-signup {
        font-size: 0.9rem;
        line-height: 27px;
    }
    .section-text.mt-4 {
        margin-top: 0.5rem!important;
    }
    p.section-text.mt-4 {
        margin-bottom: 0!important;
    }
    .who-we-are .btn-signup {
        margin-top: 15px!important;
    }

}
@media (max-width:360px) {
    .index.content-intro {
        height:90px;
    }
    .index.content-intro .mobile-background {
        display: none!important;
    }
    .div-wrapper.ad img{
        height: auto;
        max-width: 300px;
        margin-top: 10px;
    }
}