.section-home{
    /*background-image: url(/wp-content/uploads/2019/07/Background_1440x900_crop_90.jpeg);*/
    height: fit-content!important;
    min-height: 750px !important
}

.section-home .frontpage-container {
    padding: 50px 0;
}

.disclaimer-text {
    color: #fff;
    font-size: 10px !important;
    width: 100%;
}
.paragraph {
    margin:0;
    padding:7px 0 14px;
    text-align: center;
}

/* Grid layout for circles - 2 per row */
.wealth-bonus-lifestyle-for-miway_home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
    align-items: start;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.wealth-bonus-lifestyle-for-miway_home li {
    list-style: none;
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.wealth-bonus-lifestyle-for-miway_home li svg {
    width: 50%!important;
    height: 50%!important;
}
.wealth-bonus-lifestyle-for-miway_home li svg image {
    width: 100%!important;
    height: 100%!important;
}
.wealth-bonus-lifestyle-for-miway_home li a:hover span, .wealth-bonus-lifestyle-for-miway_home li a:focus span {
    color: #fff!important;
}
.wealth-bonus-lifestyle-for-miway_home li span {
    font-size: 16px!important;
    font-weight: 700!important;
}
.wealth-bonus-lifestyle-for-miway_home li a:hover .icon, .wealth-bonus-lifestyle-for-miway_home li a:focus .icon {
    background: #e0024d!important;
}
.wealth-bonus-lifestyle-for-miway_home li a:hover #svg-image-invert, .wealth-bonus-lifestyle-for-miway_home li a:focus #svg-image-invert {
    filter: url(#invert) brightness(100)!important;
}
.wealth-bonus-lifestyle-for-miway_home li a:hover #invert, .wealth-bonus-lifestyle-for-miway_home li a:focus #invert {
    filter: invert(100%)!important;
}

@media only screen and (min-width: 1920px) {
    .section-home .frontpage-container .welcome-title ul {
        position: relative;
        left: 192px;
        line-height: 31px;
        font-size: 21px;
    }
    .disclaimer-text {
        color: #fff;
        font-size: 10px;
        width: 100%;
    }
}

@media only screen and (max-width: 1920px) {
    .section-home{
        background-image: url(/wp-content/uploads/2019/07/Background_1440x900_crop_90.jpeg);
        height: 866px !important
    }
    .disclaimer-text{
        color: #fff;
        font-size: 7px;
        text-align: center;
        width: 100%;
    }
    .section-home .frontpage-container .welcome-title h1 {
        color: #fff;
        line-height: 88px;
        margin: 0;
        font-size: 2.5vw;
    }
    .section-home .frontpage-container .welcome-title h2{
        line-height: 37px;
    }

    .section-home .frontpage-container .welcome-title ul{
        position: relative;
        left: 192px;
        line-height: 31px;
        font-size: 21px;
    }
}
@media only screen and (max-width: 600px){
    .section-home .frontpage-container .welcome-title h1 {
        font-size: 32px!important;
    }

    /* Mobile grid layout - stack circles vertically */
    .wealth-bonus-lifestyle-for-miway_home {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 300px;
    }
}
@media only screen and (max-width: 1440px){
    .section-home{
        background-image: url(/wp-content/uploads/2019/07/Background_1440x900_crop_90.jpeg);
        height: 695px !important
    }
    .section-home .frontpage-container .welcome-title {
        text-align: center;
        width: 100%;
        margin-bottom: 3%;
        line-height: 10px;
    }
    .section-home .frontpage-container .welcome-title h1 {
        color: #fff;
        margin: 0;
        line-height: 68px;
        font-size: 2.5vw;
    }
    .section-home .frontpage-container .welcome-title h2{
        line-height: 33px;
    }
    .disclaimer-text{
        color: #fff;
        font-size: 7px;
        text-align: center;
        width: 100%;
    }
    .section-home .frontpage-container .welcome-title ul{
        position: relative;
        left: 153px;
        line-height: 26px;
        font-size: 19px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1073px) {
    .section-home .frontpage-container .welcome-title h2 {
        font-size: 25px;
        line-height: 38px;
        text-align: center;
    }
}
@media screen and (max-width: 500px){

    .wealth-bonus-lifestyle-for-miway_home li .icon {
        width: 70px!important;
        height: 70px!important;
        padding: 0!important;
    }

    .wealth-bonus-lifestyle-for-miway_home li {
        margin-bottom: 50px!important;
    }

    /* Single column layout for small screens */
    .wealth-bonus-lifestyle-for-miway_home {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 250px;
    }

    .section-home{
        position: relative;
        background-position: 47% 50%;
        background: url(./Sections/SectionHome/images/mobile.png);
        background-size: 1279px 976px;
        background-repeat-x: none ;
        padding: 0;
        height: auto!important;
    }
}
@media only screen and (max-width: 428px){
    .section-home{
        background-image: url(/wp-content/uploads/2019/07/Background_1440x900_crop_90.jpeg);
        height: 970px !important;
    }
    .section-home .frontpage-container {
        width: 100%;
        top: 52%;
    }
    .section-home .frontpage-container .welcome-title {
        text-align: center;
        width: 420px;
        margin-bottom: 3%;
        line-height: 4px;
    }
    .section-home .frontpage-container .welcome-title h1 {
        color: #fff;
        margin: 0;
        line-height: 63px;
        font-size: 32px;
    }
    .section-home .frontpage-container .welcome-title h2{
        line-height: 24px;
        margin-bottom: 28px;
        position: relative;
        left: 3px;
        width: 80%;
        margin: 0 auto;

    }
    .disclaimer-text{
        color: #fff;
        position: relative;
        left: 23px;
        top: -31px;
        font-size: 7px;
        text-align: center;
        width: 89%;
    }
    .section-home .frontpage-container .welcome-title ul{
        position: relative;
        left: 67px;
        width: 226px;
        line-height: 22px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 410px) and (max-width: 413px){
    .section-home .frontpage-container {
        width: 100%;
        top: 52%;
    }
    .section-home .frontpage-container .welcome-title {
        text-align: center;
        width: 420px;
        margin-bottom: 3%;
        line-height: 4px;
    }
    .section-home .frontpage-container .welcome-title h1 {
        color: #fff;
        margin: 0;
        line-height: 63px;
        font-size: 32px;
    }
    .section-home .frontpage-container .welcome-title h2{
        line-height: 24px;
        margin-bottom: 28px;
    }
    .disclaimer-text{
        color: #fff;
        position: relative;
        left: 13px;
        top: -16px;
        font-size: 7px;
        text-align: center;
        width: 93%;
    }
    .section-home .frontpage-container .welcome-title ul{
        position: relative;
        left: 67px;
        width: 226px;
        line-height: 22px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 382px) and (max-width: 389px){
    .section-home .frontpage-container .welcome-title h1 {
        color: #fff;
        position: relative;
        margin: 0;
        left: -15px;
        line-height: 63px;
        font-size: 32px;
    }
    .section-home .frontpage-container .welcome-title h2{
        position: relative;
        left: -16px
    }
}
@media only screen and (min-width: 390px) and (max-width: 392px){
    .section-home .frontpage-container {
        width: 100%;
        top: 52%;
    }
    .section-home .frontpage-container .welcome-title {
        text-align: center;
        width: 100%;
        margin-bottom: 3%;
        line-height: 4px;
    }
    .section-home .frontpage-container .welcome-title h1 {
        color: #fff;
        margin: 0;
        line-height: 63px;
        position: relative;
        font-size: 32px;
    }
    .section-home .frontpage-container .welcome-title h2{
        line-height: 24px;
        margin-bottom: 28px;
        position: relative;
    }
    .disclaimer-text{
        color: #fff;
        position: relative;
        left: 3px;
        top: -16px;
        font-size: 7px;
        text-align: center;
        width: 99%;
    }
    .section-home .frontpage-container .welcome-title ul{
        position: relative;
        left: 50px;
        width: 226px;
        line-height: 22px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 359px) and (max-width: 376px){
    .section-home {
        position: relative;
        height: 930px!important;
        background-position: 47% 50%;
        background: url(./Sections/SectionHome/images/mobile.png);
        background-size: 1176px 976px;
        background-repeat-x: none;
    }
    .section-home .frontpage-container {
        width: 100%;
        top: 52%;
    }

    .section-home .frontpage-container .welcome-title {
        text-align: center;
        width: auto;
        margin-bottom: 3%;
        line-height: 4px;
    }
    .section-home .frontpage-container .welcome-title h1 {
        color: #fff;
        margin: 0;
        position: relative;
        line-height: 63px;
        font-size: 32px;
    }
    .section-home .frontpage-container .welcome-title h2{
        line-height: 24px;
        position: relative;
        margin-bottom: 28px;
    }
    .disclaimer-text{
        color: #fff;
        position: relative;
        left: 26px;
        top: -16px;
        font-size: 6px;
        text-align: center;
        width: 90% !important;
    }
    .section-home .frontpage-container .welcome-title ul{
        position: relative;
        left: 93px;
        width: 226px;
        line-height: 22px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 375px){
    .section-home .frontpage-container {
        width: 100%;
        top: 52%;
    }
    .section-home .frontpage-container .welcome-title {
        text-align: center;
        width: auto;
        margin-bottom: 3%;
        line-height: 4px;
    }
    .section-home .frontpage-container .welcome-title h1 {
        color: #fff;
        margin: 0;
        position: relative;
        line-height: 63px;
        font-size: 32px;
    }
    .section-home .frontpage-container .welcome-title h2{
        line-height: 24px;
        position: relative;
        margin-bottom: 28px;
    }
    .disclaimer-text{
        color: #fff;
        position: relative;
        left: 26px;
        top: -16px;
        font-size: 6px;
        text-align: center;
        width: 89%;
    }
    .section-home .frontpage-container .welcome-title ul{
        position: relative;
        left: 42px;
        width: 226px;
        line-height: 22px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 360px){

}
