@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&family=Raleway:wght@400;500;600;700;900&display=swap');

.services-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 1200px;
    /* height: 384px; */
    margin: 3rem auto;
}
.fa-circle-check{
    font-size: 12px !important;
    color: #55DF63;
}
.services-btn {
    padding: 15px 25px;
    gap: 12px;
    background: #061A2A !important;
    border: 1px solid #061A2A !important;
    border-radius: 5px;
    text-transform: uppercase;
}

.services-btn span {
    color: #55DF63;
    margin-left: 10px;

}

.services-text h2 {
    text-transform: capitalize;
    color: #061A2A;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 150%
}

.services-text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.2px;
    color: #6A767F;
}

.services-list-items {
    list-style: none;
    text-align: right;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #6A767F;
    cursor: pointer;
}

.rectangle-img {
    width: 100%;
    /* height: 97px; */
}

.rectangle-img img {
    width: 100%;
    height: 100%;
}

.vrm-section {
   background:#ECEEEF; 
   height: 100vh;

}

.volunteer-section {
    background: #061A2A;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* margin: auto; */
    width: 100%;
}

.volunteer-img {
    width: 550px;
    margin: auto;
}

.volunteer-img img {
    width: 100%;
}
.volunteer-text{
    width: 550px;
    margin: auto;
    color: #fff; 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    text-align: justify;
    letter-spacing: 0.05em;
    
}

.volunteer-btn {
    padding: 15px 25px;
    gap: 12px;
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 5px;
    text-transform: uppercase;
    color: #1B1C1E !important;
    font-weight: 500 !important;
    font-family: 'Raleway';
}

.volunteer-btn span {
    color: #55DF63;
    margin-left: 10px;

}

.donor-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.donor-img {
    width: 400px;
    margin: auto;
}

.donor-img img {
    width: 100%;
}
.donor-text{
    width: 550px;
    margin: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #061A2A;
    
    }
.donor-list-items{
    list-style: none;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #6A767F;
}