.top_box {
    width: 100%;
    height: auto;
}

.top_box img {
    width: 100%;
    height: auto;
}

.title h2 {
    width: 100%;
    text-align: center;
    color: #586d32;
    font-size: 38px;
    line-height: 35px;
    font-weight: bold;
    font-style: normal;
    margin: 0 auto .75em;
}

.about {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.about_p p {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
}



.about_box p {
    display: block;
    background-color: #d5d5d5;
    padding: 30px 20px 10px;
    border-radius: 10px;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 24px;
    text-align: center;

}

.activities_box {
    width: 100%;
    height: auto;
    background-color: #e2e2e2;
}

.activities_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;

}



.activities_text h3 {
    color: #586d32;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    font-family: "Lato";
    margin-bottom: 30px;

}

.text {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 24px;
}

.services_text {
    color: #4d4d4d;
    font-size: 18px;
    line-height: 24px;
    text-indent: 2ch;
    margin-bottom: 30px;
}

.services_text strong {
    font-weight: bold;
}


.responsibilities_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px auto;
}


.responsibilities_text h3 {
    color: #586d32;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    font-family: "Lato";
    margin-bottom: 30px;

}


@media screen and (min-width: 1000px) {
    .about_p {
        width: 47%;
        padding: 0 35px;
    }

    .about_box {
        width: 52%;
        padding: 0 35px;
        margin-bottom: 30px;
    }

    .activities_item img {
        width: 45%;
        height: auto;
    }

    .activities_text {
        width: 51%;
    }

    .responsibilities_item img {
        width: 200px;
        height: 200px;
    }

    .responsibilities_text {
        width: 70%;
    }

}

@media screen and (max-width: 1000px) {
    .content {
        margin-top: 80px;
    }

    .about_p {
        width: 100%;
        padding: 0 35px;
    }

    .about_box {
        width: 100%;
        padding: 0 35px;
        margin: 30px auto;

    }

    .activities_item img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .activities_text {
        width: 100%;
    }

    .activities_h5 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .responsibilities_item img {
        display: block;
        width: 50%;
        height: auto;
        margin: 0 auto 10px;
    }

    .responsibilities_text {
        width: 100%;
    }

}