.slide-courses-background {
    background: url('../assets/global/courses.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}


.courses-slide-text {
    width: 100%;
}

.courses-slide-content {
    height: 200px;
}

.courses-section-bullets {
    width: 85%;
    /* height: 360px; */
    height: auto;
}

.courses-bullets {
    max-width: 80%;
    padding: 40px 60px;
}

.courses-section-content {
    height: auto;
}

.courses-container {
    display: flex;
    justify-content: space-between;
}

.courses-section-content  .section-title {
    margin: 0;
}


.courses-section-icons {
    width: 10%;
    /* height: 360px; */
    height: auto;
}

.courses-section-bullets-icon {
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    width: 100%;
}

 .courses-section-bullets-icon  {
     width: 100%;
 }
 
 .courses-section-logos {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: center;
 }
 
 .courses-section-logo {
     width: 15%;
 }
 
  .courses-section-logo img{
     width: 100%;
 }
 
 .content-section-logos {
     padding: 0;
 }

@media ( min-width: 680px ) and ( max-width: 1079px ) {
    .slide-courses-background {
        background-position: bottom;
    }

    .courses-slide-content {
        height: 70px;
    }

    .courses-section-bullets {
        width: 75%;
    }

    .courses-section-icons {
        width: 20%;
    }
    
    .content-section-logos {
        padding-bottom: 40px;
    }
    
    .courses-section-bullets-icon {
        width: 80%;
    }
}

@media ( min-width: 320px ) and (max-width: 500px ) {
    .slide-courses-background {
        background-size: 150%;
        background-position: bottom;
    }

    .courses-slide-content {
        height: 40px;
    }

    .courses-section-content .section-title {
        font-size: 22px;
    }

    .courses-container {
        display: grid;
    }

    .courses-section-icons {
        display: flex;
    }

    .courses-section-bullets {
        width: 100%;
    }

    .courses-bullets {
        padding: 20px 30px;
    }

    .courses-section-icons {
        width: 100%;
    }

    .courses-section-bullets-icon {
        width: 20%;
        padding: 10px;
        margin-right: 2px;
    }
    
    .courses-section-portuguese {
        max-width: 85%;
    }

    .courses-section-bullets-icon img {
        width: 100%;
    }
    
     
    .content-section-logos {
        padding-bottom: 40px;
    }
    
    .courses-section-logo {
        width: 20%;
    }

}
