.container-background
{
    width: 100%;
    height: auto;
    background: white;
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    justify-content: center;
    background: rgba(250, 250, 250, 1);
}

section
{
    margin-top: 50px;

}
section:last-of-type {
  margin-bottom: 50px;
}

.carousel-container
{
    width: 72%;
    display: flex;
    align-self: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    --bs-gutter-x: 0;
    margin: 2vh 0 2vh 0;
}
.carousel-row
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0 40px;
    --bs-gutter-x: 0;
    width:88%;
    align-self: center;
    color: black;
}

.carousel-title
{   margin-top: 25px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
    color: black;
}

.carousel-title-2
{   margin-top: 25px;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
    color: black;
}

.carousel-title-line
{
    width: 100%;
    /*color: #45c589;*/
}
/*.carousel-item*/
/*{*/
/*    min-height: 600px;*/
/*}*/

.carousel-bottom-line
{
    padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;
}

.col img
{
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  opacity: 0.96;
}

.carousel-control-prev,
.carousel-control-next
{
    width: 6% !important;

}

.carousel-caption
{
    position:sticky;
    display: flex;
    flex-direction: column;
    min-height: 600px;
    align-self: center!important;
}

.carousel-indicators
{
    background: #d9d9d9;
    margin-bottom:0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    position:absolute;
}

.carousel-indicators button
{
    background-color: #45c589!important;
}

.c-image
{
    height: 100%;
    object-fit: cover;
}
.module-header
{
    font-size: 20px;
    margin-bottom: 0;
    color: rgba(25, 41, 68,1);
    padding-left: 25px;
    text-align: left;
}
.module-header-advantages
{
    text-align: left;
    color: rgba(25, 41, 68,1);
    margin-bottom: 0;
}
hr
{
    margin: 10px 0;
}

.c-title
{
    padding-left: 40px;
    color: black;
    text-align: left;
}

.module-line
{
    width: 100%;
    color: #45c589;
}
.module-content
{
    text-align: justify;
    color: black;
    margin-bottom: 20px;
    list-style-type:none;
}

.module-content ul
{
    margin-top: 15px;

}
.module-content li
{
    text-align: left;
    color: black;
    text-decoration-color: rgba(255, 255, 255, 1);
    display: list-item!important;
}

.carousel-button
{
    background-color:#45c589!important;
    border-radius: 5px;
}
