﻿.women-energy {
    background-image: url("/Style%20Library/Images/All_Layouts_Images/26_images/women_energy.png");
    background-size: cover;
    background-position: center;
    height: 500px;  
    padding-bottom: 49px;
}

.women-energy .container {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.women-energy .box {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}

.tag-green {
    font-size: 14px;
    font-weight: 400;
    padding: 4px;
    background-color: rgba(216, 233, 195, 1);
    width: fit-content;
}

.women-energy .title {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 53, 148, 1)
}

.women-energy .abstract {
    font-size: 18px;
    font-weight: 500;
}

@media (min-width: 768px) {

    .women-energy {
        height: auto;
        padding: 24px 0;
    }

    .women-energy .container {
        justify-content: flex-end;
    }

    .women-energy .box {
        width: 636px;
    }
}