﻿body {
}
#section4 {
    background-color: var(--secondary-bg-color);
    padding: 2rem;
}

#s4-content {
    display: flex;
    flex-direction: row-reverse;
}


.earthContainer {
    text-align: center;
}

    .content-title {
        text-align: left;
        margin: 0% 4%;
    }

.RTL .content-title {
    text-align: right;
}

.content-title h4:hover {
    /*padding-bottom: 4px;*/
    text-underline-offset: 10px;
    text-decoration: underline #359A47 2px;
}

#earth {
    margin-top: -3rem;
    margin-left: 2rem;
}

#earth-text {
    padding: 1rem 4% 1rem 4%;
    line-height: 2rem;
    /*font-size:1.3rem;*/
}


@media(max-width:767px) and (min-width: 425px) {
    #earth {
        margin-top: 0rem;
        margin-left: 0rem;
    }

    #earth-text {
        padding: 0rem;
        line-height: 1.8rem;
    }

    #section4 div {
        text-align: center;
    }
}



@media (max-width: 425px) {
    #section4 {
        padding: 1rem;
    }
    /*
 #section4 div {
        text-align: center;
    }
   */
    #s4-content {
        display: block;
        text-align: center;
    }

    #earth {
        margin-top: 0rem;
        margin-left: 0%;
        width: 80%;
    }

    #earth-text {
        padding: 0px;
        line-height: 1.2rem;
    }
}