.page .section-block.sector-steps .content-wrapper .section-content .categories-dropdown-title {
    margin-bottom: 0.5rem !important;
    display: block;
    font-weight: 600;
}
.page .section-block.sector-steps .content-wrapper .section-content .show-dropdown {
    display: block;
    position: relative;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    padding: 0.75rem;
    width: 320px;
    background: #fff;
    text-decoration: none;
    font-size: 1rem;
    max-width: 100%;
}
.page .section-block.sector-steps .content-wrapper .section-content .show-dropdown .chevron {
    margin: 0 !important;
    height: 22px;
    position: absolute;
    right: 1rem;
    top: 16px;
}
.page .section-block.sector-steps .content-wrapper .section-content .show-dropdown.open .chevron {
    transform: rotate(180deg);
}
.page .section-block.sector-steps .content-wrapper .section-content header.posts-header {
    display: none;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    margin-top: -4px;
    border: 1px solid #c2c2c2;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding: 0.5rem 0;
    width: 320px;
    z-index: 2;
    max-width: 100%;
}
.page .section-block.sector-steps .content-wrapper .section-content header.posts-header.visible {
    display: inline-block;
}
.page .section-block.sector-steps .content-wrapper .section-content header.posts-header .category-toggle {
    display: list-item;
    list-style: none;
    padding: 1rem;
    text-decoration: none;
    font-size: 1rem;
}
.page .section-block.sector-steps .content-wrapper .section-content header.posts-header .category-toggle[data-active="true"] {
    text-decoration: underline;
}
.page .section-block.sector-steps .content-wrapper .section-content .dropdown {
    display: none;
    margin-top: 3rem;
    padding-left: calc(42px + 30px);
}
.page .section-block.sector-steps .content-wrapper .section-content .dropdown .dropdown-icon {
    left: calc(0.5rem - 6px);
}
.page .section-block.sector-steps .content-wrapper .section-content .dropdown[data-active="true"] {
    display: block;
}
@media screen and (min-width: 768px) {
    .page .section-block.sector-steps .content-wrapper .section-content .dropdown-menu-wrapper {
        position: relative;
        left: -4rem;
   }
    .page .section-block.sector-steps .content-wrapper .section-content .dropdown {
        padding-left: 0.75rem;
   }
    .page .section-block.sector-steps .content-wrapper .section-content .dropdown .dropdown-icon {
        left: calc(-1.5rem - 38px);
   }
}




/* HERO SECTION */

.hero-section{
    padding-top: 90px;
    padding-bottom: 299px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.hero-section:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 50%;
    height: 83%;
    z-index: 1;
    background: url('../images/golddev-images/earth.png') no-repeat bottom right;
    background-size: contain;
}
.hero-section:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 126px;
    display: block;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 79.37%, #FFFFFF 98.41%);
    bottom: 0px;
    left: 0;
    z-index: 2;
}

.own-hero-content{
    position: relative;
}
.own-hero-content-wrapper{
    max-width: 650px;
    position: relative;
    z-index: 3;
}
.hero-logo{
    padding-left: 9px;
    margin-bottom: 127px;
}
.hero-logo a{
    text-decoration: none !important;
}
.hero-logo img{
    height: unset;
    width: unset;
    max-height: 70px;
}
.hero-logo a:nth-child(2) img{
    padding-left: 20px;
    border-left: 2px solid #231F20;
    margin-left: 30px;
}
.hero-title{

    margin-bottom: 47px;
}
.hero-title h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 76px;
    letter-spacing: -1.3px;
}
.hero-subtitle{
    padding-left: 10px;
    margin-bottom: 39px;
}
.hero-subtitle h4{
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.2px;
    font-family: 'Avenir Next Cyr';
    font-weight: 450;
}
.hero-btn{
    padding-left: 9px;
}
.hero-btn a{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    padding: 10px 10px;
    background: #53B700;
    background: #37328C;
    border-radius: 40px;
    display: flex;
    text-decoration: none;
    color: #fff;
    width: 170px;
    height: 48px;
    align-items: center;
    justify-content: center;
}
.hero-image{
    position: relative;
}
.initual-logo img{
    width: unset;
    height: unset;
}
.initual-logo{
    position: absolute;
    top: -28px;
    right: -33px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
}
.for-blue-line{
    position: relative;
}
.for-blue-line:after{
    content: '';
    display: block;
    position: absolute;
    top: -627px;
    right: -277px;
    background: url('../images/golddev-images/line.png') no-repeat center center / cover;
    width: 805px;
    height: 1679px;
    z-index: 0;
}

/* ABOUT US */
.own-about-us{
    padding-top: 133px;
    padding-bottom: 126px;
}
.img-wrapper{
    width: 100%;
    height: 100%;
}
.image-col{
    padding: 0 15px !important;
}
.img-wrapper img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
._title h2{
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.8px;
}
.text-col{
    padding-top: 90px;
}
.paragraph-title{
    padding-left: 9px;
    margin-bottom: 41px;
}
.about-text{
    padding-left: 10px;
    max-width: 500px;
    margin-bottom: 23px;
}
.about-text p{
    line-height: 24px;
    margin-bottom: 30px;
}

.own-about-us .row:first-child{
    padding-bottom: 125px;
}
.own-about-us .row:last-child .text-col{
    padding-top: 21px;
    padding-left: 80px;
}
.own-about-us .row:last-child .text-col .about-text{
    max-width: unset;
}

/* ACCORDION */
.accordion{
    padding-top: 127px;
    padding-bottom: 110px;
    background: linear-gradient(92.76deg, rgba(213, 236, 195, 0.3) 5.31%, rgba(222, 241, 242, 0.3) 46.15%, rgba(193, 215, 235, 0.3) 80.71%);
}
.accordion-container{
    max-width: 1030px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.accordion-title{
    text-align: center;
}
.accordion-subtitle h4{
    color: #6B6C72;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
}
.accordion-title ._title{
    margin-bottom: 41px;
}
.accordion-subtitle{
    max-width: 870px;
    margin: 0 auto;
}
.accordion-header{
    display: flex;
    padding-bottom: 11px;
}
.accordion-item{
    background: #fff;
    padding: 10px 23px 0px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .2s ease;
}
.accordion-wrapper{
    padding-top: 50px;
}
.accordion-item-title p{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.6px;
}
.accordion-item-title{
    padding: 8px 50px;
}
.accordion-img{
    height: 50px;
    width: 50px;
}
.accordion-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.accordion-arrow{
    position: absolute;
    right: 43px;
    top: 33px;
}
.accordion-arrow:before{
    content: '';
    width: 17.53px;
    height: 8.75px;
    display: block;
    background: url("../images/golddev-images/arrow.svg") no-repeat center center / cover;
}
.accordion-item.open .accordion-content{
    display: block;
}
.accordion-item.open .accordion-arrow{
    transform: rotate(180deg);
}
.accordion-content{
    padding-left: 100px;
    display: none;
    max-width: 900px;
    padding-bottom: 21px;
}
.accordion-content p{
    line-height: 24px;
}

/* ANOTHER ABOUT US */

.own-about-us.another .row:last-child .text-col {
    padding-left: 15px;
    padding-top: 90px;
    padding-right: 65px;
}
.own-about-us.another .paragraph-title{
    margin-top: -26px;
}
.own-about-us.another{
    padding-bottom: 0;
}
.own-about-us.another .row{
    padding-bottom: 121px;
}
/* NUMBERS */
.numbers{
    padding-top: 102px;
    padding-bottom: 99px;
    background: linear-gradient(266.32deg, #2ABFAF 0%, #39BB80 35.64%, #4CB745 98.92%);
}
.numbers-item{
    position: relative;
    z-index: 4;
    padding: 36px 6px 40px;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
}

.number-title{
    position: relative;
    z-index: 4;
    margin-bottom: 20px;
}
.number-title p{
    font-weight: 600;
    line-height: 80px;
    font-size: 72px;
    text-align: center;
    color: #fff;
}
.number-text{
    position: relative;
    z-index: 4;
}
.number-text p{
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
.number-text span{
    font-weight: 600;
}
/* ABOUT US LEARN MORE */

.own-about-us.learn-more{
    padding-top: 130px;
}
.own-about-us.learn-more .row:last-child .text-col{
    padding-top: 59px;
    padding-left: 81px;
}
.own-about-us.learn-more .row:last-child .text-col .paragraph-title{
    margin-bottom: 47px;
}
.learn-more-btn a{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #2CA01C;
    position: relative;
    text-decoration: none;
}
.learn-more-btn span:hover{
    text-decoration: underline;
}
.learn-more-btn a:after{
    content: '';
    position: absolute;
    top: 0;
    right: -21px;
    height: 23px;
    width: 14.02px;
    background: url('../images/golddev-images/arrow-more.svg') no-repeat center center / cover;
    background-size: 9px;
}
.learn-more-btn span{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #2CA01C;
    position: relative;
    text-decoration: none;
}
.learn-more-btn span:after{
    content: '';
    position: absolute;
    top: 0;
    right: -21px;
    height: 23px;
    width: 14.02px;
    background: url('../images/golddev-images/arrow-more.svg') no-repeat center center / cover;
    background-size: 9px;
}
.learn-more .about-text{
    margin-bottom: 35px;
}
.learn-more-btn{
    padding-left: 9px;
}
.own-about-us.learn-more .row:first-child{
    padding: 0;
}

/* TESTIMONIALS */

.testimonials{
    padding-top: 132px;
    padding-bottom: 116px;
    background: linear-gradient(92.76deg, rgba(213, 236, 195, 0.3) 5.31%, rgba(222, 241, 242, 0.3) 46.15%, rgba(193, 215, 235, 0.3) 80.71%);
}
.slider-container{
    max-width: 820px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.slider-item-wrapper{
    padding:  45px 30px;
}
.slider-item{
    display: flex;
    position: relative;
    padding: 62px 62px 39px;
    background: #FFFFFF;
    max-width: 100%;
    box-shadow: 2px 8px 30px rgba(19, 50, 2, 0.08);
    border-radius: 10px;

}
.slider-item:before{
    content: '';
    display: block;
    width: 70px;
    height: 53px;
    background: url("../images/golddev-images/quote.svg") no-repeat center center / cover;
    position: absolute;
    top: -43px;
    left: 11px;
}
.slider-text p{
    line-height: 24px;
}
.slider-name p{
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
}
.slider-rank p{
    font-family: 'Avenir Next Cyr';
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    max-width: 160px;
}
.slider-img{
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
}
.slider-img img{
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.slider-personal{
    /* position: absolute;
    top: 33px;
    right: 39px; */
    text-align: center;
    padding-left: 40px;
}
.slider-name{
    margin-bottom: 1px;
}
.slick-dots li.slick-active button:before{
    color: #53B700 !important;
}
.slick-dots{
    bottom: -19px !important;
}
.slick-dots li.slick-active button:before{
    font-size: 16px !important;
    color: #53B700 !important;
}
.slick-dots li button:before{
    font-size: 10px !important;
    color: #CAE9B2 !important;
    opacity: 1 !important;
}
/* VIDEO */

.video{
    padding-top: 130px;
    padding-bottom: 120px;
    position: relative;
}
.video-slider-item{
    width: 100%;
    position: relative;
    border-radius: 10px;
}
.video-btn{
    /* display: block; */
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/golddev-images/video-btn.svg") no-repeat center center / cover;
}
.video .slick-next{
    top: unset !important;
    bottom: -83px;
    right: calc(50% - 31px);
    transform: scale(1.9) translateY(-50%);
}
.video .slick-prev{
    top: unset !important;
    bottom: -73px;
    left: calc(50% - 61px);
    transform: scale(1.9) translateY(-50%);
}
.video .slick-next:before{
    content: ''!important;
    display: block;
    width: 44px;
    height: 44px;
    background: url('../images/golddev-images/arrow-video.svg') no-repeat center center / cover;
}
.video .slick-prev:before{
    content: ''!important;
    display: block;
    width: 44px;
    height: 44px;
    background: url('../images/golddev-images/arrow-video.svg') no-repeat center center / cover;
    transform: rotate(180deg);
}
/* BLOG */
.blog-title{
    text-align: center;
    margin-bottom: 23px;
}
.own-blog{
    padding-top: 101px;
    padding-bottom: 112px;
}
.blog-slider{
    display: flex;
}
.own-blog .slick-list.draggable{
    padding-bottom: 15px;
}
.blog-img{
    max-width: 370px;
    width: 100%;
    height: 286px;
}
.blog-item  a{
    text-decoration: none !important;
}
.blog-item{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 2px 8px 30px rgba(19, 50, 2, 0.08);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 15px;
    max-width: 370px;
    height: auto !important;
}
.blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-item-title p{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
}
.blog-item-title{
    margin-bottom: 16px;
}
.blog-text{
    margin-bottom: 19px;
}
.blog-item .learn-more-btn{
    padding: 0;
}
.blog-text p{
    line-height: 24px;
}
.blog-content{
    padding: 18px 20px 21px;
}
.no-under:hover{
    text-decoration: none;
}
.blog-slider .col-lg-4{
    padding-top: 20px;
    padding-bottom: 35px;
}
.next-btn{
    width: 70px;
    height: 70px;
    background: url('../images/golddev-images/arrow-video.svg') no-repeat center center / cover;
    background-size: unset;
    margin-top: 10px;
}
.prev-btn{
    width: 70px;
    height: 70px;
    background: url('../images/golddev-images/arrow-video.svg') no-repeat center center / cover;
    background-size: unset;
    transform: rotate(180deg);
}
.btns-for-blog-slider{
    display: flex;
    justify-content: center;
}
.blog-slider{
    margin-bottom: -2px;
}
/* BLUE */
.blue{
    padding-top: 100px;
    padding-bottom: 96px;
    background: url('../images/golddev-images/blue-bg.png') no-repeat center center / cover;
}
.blue .text-col{
    padding-top: 30px;
    padding-left: 14px;
    color: #fff;
}
.blue .about-text{
    margin-bottom: 31px;
}
.blue .about-text p{
    color: #fff;
}
.blue .learn-more-btn a{
    color: #fff;
}
.blue .learn-more-btn a:after{
    background: url('../images/golddev-images/blue-arrow.svg') no-repeat center center / cover;
    background-size: unset;
    right: -25px;

}
/* FOOTER */
footer{
    padding-top: 148px;
}
.main-footer{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}
.footer-centered-image{
    display: flex;
    justify-content: center;
}
.footer-main-image{
    width: 96px;
    height: auto;
}
.footer-main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-row{
    display: flex;
    max-width: 820px;
    justify-content: space-between;
    padding-top: 68px;
    margin: 0 auto;
}
.main-row .left-part{
    width: 134px;
}
.main-row .left-part img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.social-media-part{
    max-width: 410px;
    padding: 2px 0px 0 17px;
}
.text-social-media{
    margin-bottom: 49px;
    max-width: 200px;
}
.text-social-media p{
    font-size: 12px;
    line-height: 18px;
}
.social-media{
    display: flex;
    margin-left: -2px;
}
.social-media-item{
    width: 30px;
    height: 30px;
    margin-right: 25px;
}
.slider-media-item:last-child{
    margin-right: 0;
}
.social-media-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.main-footer-menu ul{
    list-style: none;
}
.main-footer-menu ul li a{
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color .2s ease;
}
.main-footer-menu ul li{
    margin-bottom: 11px;
}
.main-footer-menu ul li:last-child{
    margin-bottom: 0;
}
.main-footer-menu ul li a:hover{
    border-bottom: 1px solid #393A3D;
}
.main-footer-menu{
    padding-top: 3px;
}
.right-part ul{
    list-style: none;
}
.right-part ul li a{
    font-size: 11px;
    color: inherit;
    text-decoration: none;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}
.right-part ul li{
    margin-bottom: 10px;
}
.right-part{
    padding-top: 3px;
}
.footer-partners{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.founder-part{
    padding-top: 110px;
}
.founder-text p{
    font-size: 11px;
    font-weight: 600;
}
.founder-images .founder-item{
    height: 59px;
    width: 139px;
}
.founder-part .founder-images .founder-item:first-child{
    height: 59px;
    width: 139px;
    padding-top: 6px;
    margin-right: 65px;
}
.founder-part .founder-item:nth-of-type(2){
    padding-top: 15px;
    width: 169px;
}
.founder-item:nth-of-type(3){
    padding-top: 6px;
    padding-left: 37px;
    width: 206px;
}
.founder-part .founder-item:nth-of-type(4){
    padding-top: 6px;
    padding-left: 35px;
    width: 203px;
}
.founder-item a{
    display: block;
}
.founder-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.founder-images{
    display: flex;
}
.last-founder-part{
    display: flex;
    padding-top: 40px;
}
.founder-title p{
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.last-founder-part .founder-img{
    width: 167px;
    height: 60px;
    padding-top: 13px;
}
.last-founder-part .founder-item:last-child{
    padding-left: 39px;

}
.last-founder-part .founder-item:nth-of-type(2) .founder-img{
    width: 138px;
    height: 81px;
    padding-top: 6px;
}
.menu-open {
    cursor: pointer;
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    margin-left: auto;
}
.menu-open__active span {
    height: 0;
}
.video-slider-item .image-box{
    position: relative;
}
.video-slider-item .image-box iframe{
    height: 100%;
    width: 80%;
    min-height: 450px;
    display: block;
    margin: auto;
}
@media (max-width: 1280px) {
    .initual-logo{
        right: 33px ;
    }
    .for-blue-line:after{
        right: -190px;
    }
}
@media (max-width: 1199px){
    .hero-section:before {
        width: 47%;
        height: 68%;
    }
}
@media (max-width: 991px) {
    .hero-section:before {
        height: 60%;
    }

    .menu-open {
        display: block;
        position: relative;
        z-index: 3;
    }
    .menu-open__line, .menu-open__line::before, .menu-open__line::after {
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #fff;
        top: 50%;
        margin-top: -1.5px;
        border-radius: 1px;
    }

    .menu-open__line::before {
        -webkit-transform: translateY(-9px);
        -ms-transform: translateY(-9px);
        transform: translateY(-9px);
    }
    .menu-open__line::before, .menu-open__line::after {
        content: '';
        display: block;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        width: 30px;
        right: 0;
    }
    .menu-open__active span::before {
        -webkit-transform: rotate(
                45deg
        );
        -ms-transform: rotate(45deg);
        transform: rotate(
                45deg
        );
    }
    .menu-open__active span::after {
        -webkit-transform: rotate(
                -45deg
        );
        -ms-transform: rotate(-45deg);
        transform: rotate(
                -45deg
        );
    }
    .menu-open__line::after {
        -webkit-transform: translateY(9px);
        -ms-transform: translateY(9px);
        transform: translateY(9px);
    }
    .main-header{
        position: relative;
        z-index: 6;
    }
    .main-menu{
        /* position: absolute;
        width: calc(100% - 11rem);
        background: #412f85;
        height: 100vh;
        top: 52px;
        left: -100%;
        z-index: 10;
        padding: 30px 40px;
        transition: left .2s ease; */
    }
    .main-menu.active{
        left: 0;
    }
    .main-menu ul{
        display: unset;
    }
    .main-menu ul li{
        margin-bottom: 20px;
    }
    .overlay{
        display: none;
    }
    .overlay.active{
        position: fixed;
        top: 52px;
        left: 0;
        display: block;
        height: 100vh;
        width: 100%;
        z-index: 5;
    }
    .page-template-intuit-template .row>*{
        width: 50%;
    }
    .numbers .row{
        justify-content: center;
    }
    .numbers .col-lg-4{
        margin-bottom: 15px;
    }
    .about-us.learn-more .row:last-child .text-col{
        padding-top: 0;
    }
    .about-us.another .row:last-child .text-col{
        padding-top: 0;
    }
    .blog-item{
        max-width: 50%;
        flex: 1;
    }
    .blog-img{
        max-width: 100%;
    }
    .hero-section .row > *{
        width: 100%;
    }
    .text-col{
        padding-top: 0;
    }
    .about-us .row:last-child .text-col{
        padding-top: 0;
    }
    .blue .text-col{
        padding-top: 0;
    }
}
@media(max-width: 820px){
    .video{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .video-slider-item .image-box iframe{
        min-height: 280px;
        width: 100%;
    }
    .slider-item{
        padding: 30px 15px;
        /* max-width: 85%; */
        max-width: 100%;
        flex-direction: column;
    }
    .slider-personal{
        order: -1 ;
        padding-left: 0;
        padding-bottom: 15px;
    }
    .slider-img{
        margin: auto;
        margin-bottom: 15px;
    }
    .slider-rank p{
        margin: auto;
    }
    .for-blue-line:after{
        /* content: unset; */
    }
}
@media(max-width: 767px) {
    .hero-logo{
        display: flex;
        flex-direction: column;
    }
    .hero-logo a:nth-child(2) img{
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    .slider-item{
        /* padding: 62px 105px 63px 39px; */
    }
    .accordion{
        padding-top: 70px;
    }
    .own-about-us.another .row:last-child .text-col,
    .own-blog{
        padding-top: 40px;
        padding-right: 15px;
    }
    .own-about-us:not(.own-about-us:first-child){
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .own-about-us .row:last-child .text-col,
    .own-about-us.learn-more .row:last-child .text-col{
        padding-left: 15px;
    }
    .for-blue-line:after{
        top: -770px;
    }
    .own-about-us .row:first-child{
        padding-bottom: 50px;
    }
    .own-about-us .col-lg-6.image-col{
        order: 1;
    }
    .accordion-title{
        text-align: unset;
    }
    .col-lg-6.text-col{
        padding-bottom: 30px;
    }
    .slider-item-wrapper{
        padding: 45px 10px 0;
    }
    .hero-subtitle h4{
        font-size: 16px;
    }
    .blog-item-title p{
        font-size: 18px;
    }
    .hero-btn a{
        font-size: 14px;
    }
    ._title h2{
        font-size: 26px;
    }
    .about-text p{
        font-size: 16px;
    }
    .page-template-intuit-template .row>*{
        width: 100%;
    }
    .accordion-subtitle h4{
        font-size: 18px;
    }
    .number-title p{
        font-size: 60px;
    }
    .number-text p{
        font-size: 18px;
    }
    .slider-text p{
        font-size: 14px;
    }
    .blog-text p{
        font-size: 14px;
    }
    .hero-title{
        margin-bottom: 30px;
    }
}
@media(max-width: 575px) {
    .about-us .row:first-child{
        padding-bottom: 30px;
    }
    .col-lg-6{
        padding: 0;
    }
    .about-us .row:last-child .text-col{
        padding-top: 30px;
        padding-left: 0;
    }
    .about-us.another .paragraph-title{
        margin-top: 0;
    }
    .about-us.another .row:last-child .text-col{
        padding: 0;
    }
    .about-us .row:last-child{
        flex-direction: column-reverse;
    }
    .about-us.another .row{
        flex-direction: column;
    }
    .about-us.learn-more .row:last-child .text-col{
        padding: 0;
        padding-bottom: 30px;
    }
    .blue .text-col{
        padding-bottom: 30px;
    }
    .main-row{
        flex-direction: column;
    }
    .text-social-media{
        max-width: unset;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .social-media{
        margin-left: 0;
        margin-bottom: 30px;
    }
    .social-media-part{
        padding: 2px 0px 0 0px;
    }
    .founder-images{
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -15px;
    }
    .founder-part .founder-images .founder-item:first-child{
        width: 50%;
        height: auto;
        margin-right: 0;
        padding: 0 15px;
    }
    .founder-part .founder-item:nth-of-type(2){
        height: auto;
        width: 50%;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }
    .founder-item:nth-of-type(3){
        width: 50%;
        height: auto;
        padding: 0;
    }
    .founder-part .founder-item:nth-of-type(4){
        width: 50%;
        height: auto;
        padding: 0;
    }
    .last-founder-part .founder-item{
        width: 50%;
    }
    .last-founder-part .founder-img{
        width: 100%;
        height: auto;
    }
    .last-founder-part .founder-item:nth-of-type(2) .founder-img{
        width: 100%;
        height: auto;
    }
    .last-founder-part .founder-item:last-child{
        padding-left: 0;
    }
    .last-founder-part{
        flex-direction: column;
    }
    .footer-partners{
        padding: 0;
    }
    .accordion-item-title p{
        font-size: 18px;
    }
    .accordion-item-title{
        padding: 8px 20px;
    }
    .hero-title h1{
        font-size: 30px;
        line-height: 40px;
    }
    .hero-section:before {
        right: -40px;
        bottom: -95px;
        width: 300px;
        height: 300px;
        background-size: 300px;
        background-repeat: no-repeat;
    }
    .blog-img{
        height: 150px;
    }
    .accordion-content{
        padding-left: 0;
    }
    .hero-section{
        padding-bottom: 99px;
    }
    .about-us .col-lg-6{
        padding: 0;
    }
    .for-blue-line:after{
        top: -620px;
        right: -450px;
    }
}
@media(max-width: 425px) {
    .accordion-item-title {
        padding: 8px 10px;
    }
    .accordion-item-title p {
        font-size: 16px;
    }
    .accordion-item{
        padding: 10px 13px 0px;
    }
    .accordion-arrow{
        right: 25px;
    }
}

@media(max-width: 375px) {
    .initual-logo{
        top: 50px;
    }
    .main-header{
        padding: 17px 22px 10px 22px;
    }
    .main-menu{
        width: calc(100% - 6rem);
    }
    .accordion-item {
        padding: 10px 5px 0px;
    }
    .accordion-arrow{
        right: 15px;
    }
    .for-blue-line:after{
        top: -580px;
    }
}

@media(max-width: 320px) {
    .for-blue-line:after {
        top: -610px;
    }
}

/* CAMPAIGN SUPPORTERS */
.uk-version .top-background-wrapper .hero-content-wrapper .hero-content .hero-description .sme-logo {
    width: 146px;
    margin-top: 0;
    max-width: unset;
}
.uk-version .top-background-wrapper {
    padding-bottom: 0;
    min-height: 650px;
}
.uk-version .top-background-wrapper .top-background {
    position: absolute;
    -webkit-background-size: auto 92%;
    background-size: auto 73%;
    background-position: -webkit-calc(100% + 65px) 95%;
    background-position: calc(100% + 65px) 24%;
    min-height: 850px;
}
.uk-version .top-background-wrapper .hero-content-wrapper {
    height: auto;
    bottom: unset;
    right: unset;
    left: 5%;
    position: relative;
    top: 54px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding-bottom: -webkit-calc(54px + 2rem);
    padding-bottom: calc(54px + 2rem);
    max-width: 78%;
}
.uk-version .top-background-wrapper .hero-content-wrapper .hero-content {
    max-width: none;
}
.uk-version .top-background-wrapper .hero-content-wrapper .hero-content .hero-description {
    text-align: left;
    margin-top: 0;
}
.uk-version .top-background-wrapper .hero-content-wrapper .hero-content .hero-description .gov-logo {
    max-width: 191px;
    height: auto;
    margin-bottom: 0;
    margin-top: 3rem;
}
.uk-version .top-background-wrapper .hero-content-wrapper .hero-content .hero-description h1 {
    font-size: 105px;
    line-height: .943;
    color: #fff;
    margin-bottom: 1.25rem;
}
.uk-version .top-background-wrapper .hero-content-wrapper .hero-content .hero-description p {
    color: #91c570;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
    padding-right: 2rem;
    font-family: Rubik,sans-serif;
}
.uk-version .top-background-wrapper .hero-content-wrapper .hero-content .hero-description .together-logo {
    width: 146px;
    margin-top: 0;
    margin-right: 2rem;
    max-width: unset;
}
.uk-version .top-background-wrapper .hero-content-wrapper .hero-content .hero-description .sme-logo {
    width: 146px;
    margin-top: 0;
    max-width: unset;
}
.uk-version .projects.data-block_60ec60127054e{
    padding-bottom: 300px;
}
