#content .entry-title {
    display: none;
}

.about-endeavor__text {
    display: block;
    position: relative;
    text-align: left;
}

.about-endeavor__text h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: normal;
    color: #222222
}

.about-endeavor__text p {
    margin: 16px 0 20px !important;
}

.about-endeavor__text p:last-child {
    margin-bottom: 0 !important;
}

.about-endeavor__text .about-endeavor__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 22px;
    text-transform: none;
    text-align: left;
    color: #222222;
    display: none;
}

.about-endeavor__agent {
    display: block;
    position: relative;
    margin-bottom: 40px;
}

.about-endeavor__agent img {
    aspect-ratio: 335/405;
    height: 405px;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.about-endeavor__main {
    margin-top: 21px;
    display: block;
    position: relative;
}

.about-endeavor__mobile-title {
    display: block;
}

.about-endeavor__text ul {
    text-align: left;
    display: block;
    max-width: 250px;
    margin: 0 20px 25px !important;
}

@media screen and (min-width: 744px) {
    .about-endeavor__right {
        float: right;
        width: 51.356%;
        margin-left: 20px;
        margin-bottom: 7px
    }

    .about-endeavor__text ul {
        max-width: 100%;
    }

    .about-endeavor__text .about-endeavor__title {
        display: block;
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 20px;
        text-align: left;
    }

    .about-endeavor__mobile-title {
        display: none;
    }

    .about-endeavor__agent {
        margin-bottom: 0;
    }

    .about-endeavor__main {
        margin-top: 0;
    }

    .about-endeavor__agent img {
        aspect-ratio: 341/408;
        height: 408px
    }
}

@media screen and (min-width: 1024px) {
    .about-endeavor__right {
        float: right;
        width: 51.484%;
        margin-left: 27px;
        margin-bottom: 15px;
    }

    .about-endeavor__text .about-endeavor__title {
        margin-bottom: 30px;
    }

    .about-endeavor__agent img {
        aspect-ratio: 486/365;
        height: 365px
    }
}

@media screen and (min-width: 1280px) {
    .about-endeavor__left {
        padding-top: 35px
    }

    .about-endeavor__right {
        width: 49.528%;
        margin-left: 61px;
        margin-bottom: 60px;
    }

    .about-endeavor__text .about-endeavor__title {
        font-size: 56px;
        line-height: normal;
        margin-top: 0;
        margin-bottom: 41px;
    }

    .about-endeavor__agent img {
        aspect-ratio: 629/523;
        height: 523px
    }

    .about-endeavor__text h2 {
        font-size: 25px
    }

    .about-endeavor__text ul {
        margin: 0 30px 25px !important;
    }
}
