.section-content
{
    text-align: center;
    padding: 20px;
    padding-top: 50px;
    max-width: 1600px;
    margin: 0 auto;
}

#section-1 .section-img  img
{
    background-color: var(--trinary-color);
    border-radius: 50%;
}

.section-img img 
{
    width: 150px;
}

.section-img
{
    margin: 80px 0;
}

#section-1, #section-4
{
    background-color: var(--secondary-color);
    color: var(--trinary-color);
}

#section-2,#section-5
{
    background-color: var(--primary-color);
}

.section-items 
{
    background-color: var(--trinary-color);
    border-radius: 5px;
    padding: 30px;
    margin: 20px 0;
}

#section-2 h1, #section-5 h1
{
    color: var(--trinary-color);
}

.section-items .title
{
    font-size: 2rem;
    font-weight: bolder;
}

#section-3
{
    background-color: var(--trinary-color);
}

#section-3 .col-content
{
    display: none;
}

#section-3 .about 
{
    margin: 60px 0;
    text-align:justify;
    font-size: 1rem;
}

#section-5 video
{
    margin-top: 50px;
}