.strategy_first_section {
    width: 100%;
    aspect-ratio: 16 / 5.8;
    /*height: 88vh;*/
    position: relative;
    /*z-index: -1;*/
}

.strategy_first_section_video {
    width: 100%;
    height: 100%;
}

.strategy_first_section_text {
    width: 35%;
    position: absolute;
    left: 65%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    z-index: 1;
    background: rgba(123, 1, 83, 0.45);
    padding: 5%;
    font-size: 1.5em;
}

.strategy_first_section_text h1 {
    width: 100%;
    text-align: center;
    color: white;
    /*font-size: 2rem;*/
    font-size: 2.095vw;
    word-break: break-word;
    margin-top: 5%;
    margin-bottom: 5%;
}

.strategy_first_section_text p {
    width: 100%;
    text-align: center;
    color: white;
    /*font-size: 1.2rem;*/
    font-size: 1.257vw;
    margin-top: 3%;
}

/*.strategy_first_section_text a {
    width: 25%;
    display: hidden;
}*/

.strategy_first_section_text button {
    width: 100%;
    height: auto;
    background-color: #9B9B9B;
    padding: 4%;
    margin-top: 5%;
    border: none;
    color: white;
    font-size: 1em;
}

.strategy_second_section {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 3%;
}

.strategy_second_section h1 {
    width: 100%;
    text-align: left;
    color: #9B417D;
}

.strategy_second_section p {
    color: #595959;
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
}

.strategy_second_section_tiles {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
}

.strategy_second_section_tile {
    width: 25%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #790252;
    margin: 1.5%;
}

.strategy_second_section_tile img {
    width: 100%;
    height: auto;
    background-color: white;

}

.strategy_second_section_tile h2 {
    width: 100%;
    text-align: center;
    color: #790252;
    background-color: #D9D9D9;
    padding: 3%;
    font-size: 1.2em;
}

.strategy_second_section_tile h3 {
    width: 100%;
    text-align: center;
    color: white;
    padding: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
    font-size: 1.2em;
    margin: 0;
}

.strategy_third_section {
    width: 100%;
    height: auto;
    height: 600px;
    background-image: url("./img/resilience_1920x1080b.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
}

.strategy_third_section h1 {
    color: #323232;
    width: 25%;
    padding-left: 3%;
    padding-top: 1%;
    padding-right: 3%;
}


.strategy_third_section_text {
    width: 30%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 3% 6% 3%;
    background: rgba(123, 1, 83, 0.45);
}




.flip-card {
    background-color: transparent;
    width: 100%;
    height: auto;
    /*perspective: 1000px;*/
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background: rgba(123, 1, 83, 0.45);
    color: white;
    font-size: 1.5em;
}

.flip-card-back {
    background: rgba(123, 1, 83, 0.45);
    color: white;
    transform: rotateY(180deg);
    font-size: 0.8em;
}

.strategy_fourth_section {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}

/*.strategy_fourth_section a {
    width: 30%;
    margin: auto;
    text-align: center;
    font-size: 2vw;
}*/

.strategy_fourth_section button {
    height: auto;
    background-color: #9B9B9B;
    padding: 4%;
    margin-top: 3%;
    border: none;
    color: white;
    font-size: 1em;
}

@media (max-width: 768px) {
    .strategy_first_section {
        height: auto;
    }

    .strategy_first_section_video {
        height: auto;
    }

    .strategy_first_section_text {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        z-index: 1;
    }

    .strategy_first_section_text h1 {
        font-size: 1.6rem;
    }

    .strategy_first_section_text p {
        font-size: 1.2rem;
    }

    /*.strategy_first_section_text a {
        width: 60%;
        margin: auto;
        text-align: center;
    }*/

    .strategy_first_section_text button {
        width: 100%;
        height: auto;
        background-color: #9B9B9B;
        padding: 4%;
        margin-top: 3%;
        border: none;
        color: white;
        font-size: 1em;
    }

    .strategy_second_section_tiles {
        flex-direction: column;
        align-items: center;
    }

    .strategy_second_section_tile {
        width: 100%;
    }

    .strategy_third_section {
        flex-direction: column;
        align-items: center;
    }

    .strategy_third_section h1 {
        width: 80%;
        text-align: center;
        color: white;
        font-size: 6.5vw;
        padding: 7% 3% 0 3%;
        background: rgba(123, 1, 83, 0.45);
        margin-bottom: 0px;
    }

    .strategy_third_section_text {
        width: 80%;
        height: 100%;
    }

    /*.strategy_fourth_section a {
        width: 60%;
        margin: auto;
        text-align: center;
        font-size: 5vw;
    }*/

    .strategy_fourth_section button {
        width: 100%;
        height: auto;
        background-color: #9B9B9B;
        padding: 4%;
        margin-top: 3%;
        border: none;
        color: white;
        font-size: 1em;

    }
}