body{
    background-image: none;
}
#container #content #left{
    width: 100%;
}
#content #left img{
    width: 100%;
    height: auto;
}
.h1Title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin:2rem 0;
    color: #7BB433;
}
.h2Title{
    font-size: 18px;
    font-weight: bold;
    margin:2rem 0;
    background: none!important;
    padding: 0!important;
    margin: 0 0 1.5rem 0!important;
    span{
        border-bottom: 3px solid #7BB433;
        padding-bottom: 0.5rem;
        
    }

}
.h2TitleCenter{
    text-align: center;
}

.section{
    margin: 3rem 0;
}
#content #left .photo{
    margin-bottom: 20px;
}
#content #left .photo_group{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
#content #left h3{
    margin-bottom: 10px;
}
#content #left p{
    margin-bottom: 10px;
}
.section_with_image{
    display: flex;
    align-items: center;
    gap: 20px;
}
.section_with_image .photo_left,
.section_with_image .photo_right{
    width: 40%;
}
.section_with_image .text_right,
.section_with_image .text_left{
    width: 60%;
}


#content #left .company{
    margin-top: 2rem;
    text-align: right;
    font-weight: bold;
    color: #A16161;
}
.main_photo{
    border-bottom: 5px solid #b3e5fe;
}
.sub_photo{
    
    box-shadow: -5px 5px 0 #b3e5fe;
}

