/*
Theme Name: Hello Elementor-Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.featured-opportunities-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}
.featured-box {
    background-color: #7b1c1c;
    padding: 25px;
    border-radius: 15px;
    width: 100%;
/*     max-width: 400px; */
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.featured-box ul {
    list-style: none;
    padding-left: 0;
}
.featured-box li {
    margin-bottom: 10px;
    font-size: 15px;
}
.featured-box li strong {
    font-weight: 700;
}
.request-details-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #fff;
    color: #7b1c1c;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
}
.current-opportunities li {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400;
	padding-bottom: 12px;
}
.current-opportunities img.emoji {
    filter: brightness(0) invert(1);
    margin-right: 7px !important;
}
.featured-box {
    padding: 60px !important;
}
.current-opportunities a.request-details-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 400 !important;
    margin-top: 25px !important;
}
.featured-box ul {
    height: 352px;
}

@media (max-width: 767px) {
.featured-box ul {
    height: auto !important;
}
	.featured-box {
    padding: 60px 20px !important;
}
	.featured-opportunities-grid {
    display: block !important;
}
	.featured-box {
    margin-bottom: 10px;
}
}