.objectives-block-container {
    min-height: 430px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    z-index: -1;
    max-width: var(--max-section-width);
    padding: 60px 50px 60px 50px;
    margin: 10px auto 40px auto;
    border-radius: 9px;
}

.objective-icon {
    float: left;
    margin: 0 12px 0 0;
}

.objectives-block-headline {
    width: 185px;
    margin: 0 0 0 -2px;
}
.objective-blocks {
    display: flex;
}

.objective-blocks-left {
    display: flex;
    flex-direction: column;
    width: 71%;
}
.objective-blocks-right {
    display: flex;
    flex-direction: column;
    width: 29%;
}

.objective-background {
    background-color: #fff;
    border-radius:12px;
    margin: 5px;
    padding:15px;
}

.objective-section-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
}

.objective-1 {
    width: 49%;
}
.objective-2 {
    width: 49%;
}
.objective-section-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
}
.objective-3 {
    width: 32%;
    min-height: 200px;
    display:flex;
    flex-direction: column;
}
.objective-3 .objective-icon {
    margin: 0 12px 20px 0;
}
.objective-4 {
    width: 32%;
    min-height: 200px;
    display:flex;
    flex-direction: column;
}
.objective-4 .objective-icon {
    margin: 0 12px 20px 0;
}
.objective-5 {
    width: 32%;
    min-height: 200px;
    display:flex;
    flex-direction: column;
}
.objective-5 .objective-icon {
    margin: 0 12px 20px 0;
}
.objective-section-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.objective-6 {
    width: 100%;
    min-height: 291px;
    display:flex;
    flex-direction: column;
}
.objective-6 .objective-icon {
    margin: 0 12px 20px 0;
}

@media screen and (max-width: 1280px) {
    .objectives-block-section{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .objective-blocks{
        flex-wrap: wrap;
    }
    .objective-blocks-right{
        width: 34%;
    }
    .objective-blocks-left{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .objectives-block-container{
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width: 480px) {
    .objective-section-1{
        flex-wrap: wrap;
    }
    .objective-section-2{
        flex-wrap: wrap;
    }
    .objective-1{
        width: 100%;
    }
    .objective-2{
        width: 100%;
    }
    .objective-3{
        width: 100%;
        min-height: unset;
    }
    .objective-4{
        width: 100%;
        min-height: unset;
    }
    .objective-5{
        width: 100%;
        min-height: unset;
    }
    .objective-blocks-right{
        width: 100%;
    }
    .objective-6{
        min-height: unset;
    }
}
