/* ============================================
   6. PAGE: INTERNET FOR GOOD / CONNECTING FAMILIES
   ============================================ */

/*-------------------*/

.internetForGood-Bg{
    height: 25rem;
    width: 30rem;
    border-radius: .5rem;
}

.width-46{
    width: 46% !important;
}

.internetForGood-desktopBg{
	background: url("../assets/Desktop-ifg.jpg");
/*  background: url("../assets/desktop-students.jpg");*/
    background-size: cover;
    background-position: center;
}

.internetForGood-laptopBg{
    background: url("../assets/laptop-student.png");
    background-size: cover;
    background-position: center;
}

.internetForGood-imageDiv{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}

.internetForGood-orderBtn
{
    padding: .5rem 2rem;
    width: fit-content !important;
    height: fit-content !important;
    border-radius: 3rem !important;
    cursor: pointer;
}

