.margin-out-container{
    margin-left: 0px;
    margin-right: 0px;
}
.hero_section_centered.extra-padding-bottom{
    padding-bottom: 150px;
}
.hero_section_centered{
    text-align: center;
    padding-bottom: 80px;
    padding-top: 80px;
}
.hero_section_centered p{
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.hero_section_centered .here_section_button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.hero-button{
    background: #2D30C6;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    padding:12px 20px;
    margin-top:10px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.hero-button:hover{
    background: #476CD3;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.2);
}
.hero_section_general{
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    z-index: -1;
}
.hero_section_right{
    background-repeat: no-repeat;
    height: auto;
    background-size: cover;
    background-position: 68px 0px;
    padding-bottom: 100px;
    padding-top: 50px;
}

.single-platform .wp-block-spacer,
.single-solution .wp-block-spacer{
    display: none;
}

.image-fixed-size{
    height:100%;
    min-height:400px;
    max-height: 635px;
    background-position:center bottom;
    background-size:contain;
}
.image-auto-size{
    height:auto;
}

.hero-full-text .hero_section_centered p {
    width: 100%;
}

@media screen and (min-width: 1300px) and (max-width: 2680px) { 

    .margin-out-container{
        /*margin-left: -60px;
        margin-right: -60px;*/
    }

}

@media only screen and (max-width: 768px) {
    .hero_section_centered{
        padding-bottom:20px;
    }

    .hero_section_centered p{
        width:100%;
    }
}


@media only screen and (max-width: 768px) {
    body:not(.home) .hero_section_right{
        display: none;
    }
    
    .hero_section_general{
        grid-template-columns: 100%;
        margin-top: 60px;
    }
   
    .hero_section_general p{
        font-size: 15px;
        line-height: 25px;
    }
    .hero_section_right {
        background-size: 100%;
        background-position: 20px 100px;
    }

    .hero_section_right img{
        transform: scale(1.2);
    }
}