.organizers-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.organizers-img-box {
    flex: 1 1 50%;
    text-align: center;
    padding: 5% 10%;
}

.organizers-content-box {
    flex: 1 1 50%;

    h2 {
        font-family: "Lato", Sans-serif;
        font-size: 30px;
        font-weight: 800;
        color: #181818;
        margin-block-end: 20px;
    }

    p {
        text-align: justify;
        font-family: "Lato", Sans-serif;
        font-size: 20px;
        color: #1b1b1b;
        margin-bottom: 1.75em;

        a {
            color: #993300;
        }
    }
}

@media (max-width:768px) {
    .organizers-wrapper {
        flex-direction: column;
    }
}