.abstract-main {
    background-color: #fff;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.soil-img-container {
    width: 100%;
    height: 290px;
    background: transparent url('images/soil-green-2x.png') 0% 0% no-repeat padding-box;
    background-position: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 150px;
}

.mt-6 {
    margin-top: 7em;
}

.abstract-section {
    max-width: 1500px;
}

.image-technical {
    width: 450px;
}

.grey-background {
    background-color: #F7F9FA;
}

.partners .underline {
    margin: 0 0 80px 80px;
}

.partners {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    padding-bottom: 110px;
}

.partners-header {
    margin: 100px 0 0 0;
    text-align: center;
}

.partner-element-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.partner-element {
    display: flex;
    width: 519px;
    height: auto;

    flex-direction: column;
    align-items: flex-start;
    text-align: center;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFD1D9;
    border-radius: 20px;
    opacity: 1;
    padding: 50px;

}

.logo {
    max-width: 231px;
    max-height: 119px;
}

.partner-logo-container {
    display: flex;
    justify-content: flex-start;
}

.partner-element h3 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 10px;
    font: normal normal 600 20px/24px 'Inter';
    letter-spacing: -0.2px;
    color: #21631B;
    opacity: 1;
}

.partner-link {
    text-decoration: none;
    font: normal normal medium 15px/33px 'Inter';
    color: #2A8B21;

}

.paragraph-inter {
    text-align: justify;
}