
.photo-content-module.bg-green {
    /*
    background: 
    linear-gradient(to bottom, transparent 10%, var(--color-green) 10%), 
    linear-gradient(100deg, var(--color-off-white), var(--color-off-white) );
    */
}
}


.photo-content-module h2 {
    margin-bottom: 25px;   
}

.photo-content-module.bg-green p { 
    color: var(--color-light-green);
    font-size: 1.6rem;
}

.photo-content-module .btn {
    margin-top: 25px;   
}

.photo-content-module .icon {
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-color: var(--color-dark-green);
    text-align: center;
    padding: 11px 5px;
    margin-bottom: 10px;
}

.photo-content-module .icon svg {
    color: var(--color-white);
    height: 25px;
    width: 25px;
    fill: var(--color-white);
}

.photo-content-module .photo {
    position: relative; 
    text-align: center;
}

.photo-content-module .photo .module-image {
    position: relative;
    z-index: 10;   
    width: 85%;
    margin: 0 auto;
}

.photo-content-module .text-column {
    position: relative;   
}

.photo-content-module .highlight {
    position: relative;
    border-top: 1px solid #34774D;
    margin-top: 50px;
    width: 50%;
    left: 50%;
}


@media (max-width: 1199.98px) { 
    .photo-content-module .photo .module-image {
        width: 100%;   
    }
    .photo-content-module .highlight {
        width: 100%;
        left: 0;
    }
}

/* lg */
@media (max-width: 991.98px) {
    .photo-content-module .photo .module-image {
        margin-bottom: 35px;   
    }
}
/* md */
@media (max-width: 767.98px) { 
 
}