h1{
    max-width: 800px;
}
h2{
    text-align: center;
    font-size: 32px;
    color: var(--color-accent-purple);
    font-family: 'Gilroy';
    font-weight: 800;
}
.service_card{
    width: 40%;
    max-width: 50%;
    min-width: 280px;
}
.big-text{
    margin: 60px auto 40px;
    display: flex;
    gap: 80px;
    font-size: 20px;
    width: fit-content;
    text-align: center;
}
.big-text img{
    max-width: 400px;
    object-fit: contain;
}
.big-text .h{
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.sectoral_approach{
    display: flex;
    gap: 20px;
    justify-content: center;
}
.sectoral_card{
    width: 25%;
    background-color: #252525;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    flex-direction: column;
}
.sectoral_card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    padding: 2px;
    background: var(--color-accent-gradient);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
}
.sectoral_card h4{
    font-size: 20px;
    font-weight: 700;
    margin:0;
    margin-top: 20 0;
}
.service_list{
    gap: 40px;
}
.service_card img {
    height: 300px;
}
p{
    margin:0;
}
.h4_more{
    margin:0;
}
.service_card h4{
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 20px;
}
h2,h3{
    margin: 80px auto 60px auto;
}
.title{
    color: var(--color-accent-purple);
}

.moreProject{
    margin-top: 20px;
    text-align: center;
}