.home-full-width-image-text {
    position: relative;
    overflow: hidden;
}

.about-bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 25% 0;
}

.home-full-width-image-text__wrap {
    padding: 64px 0 540px 0;
    position: relative;
    z-index: 1;
    color: #4B4B4B;
}

.home-full-width-image-text__wrap h2 {
    color: #000;
}

.home-full-width-image-text__text .btn {
    font-size: 16px;
}

.no-accent-images .home-full-width-image-text__text {
    width: 100%;
    padding: 0;
}

@media (min-width: 768px) {
    .about-bg-image {
        object-position: left;
        height: 100%;
    }

    .home-full-width-image-text__wrap {
        padding: 80px 0 400px 0;
    }

    .home-full-width-image-text__content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .home-full-width-image-text__text {
        width: calc(100% - 142px);
        padding-right: 34px;
    }

    .home-full-width-image-text__text .btn {
        margin-top: 8px;
        font-size: 18px;
    }

    .history-image-col {
        width: 142px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 30px 32px;
    }

    .history-image {
        width: 142px;
        height: 142px;
    }

    .history-image img {
        border-radius: 10px;
    }
}

@media (min-width: 1200px) {
    .home-full-width-image-text__wrap {
        padding: 120px 0 550px 0;
    }

    .home-full-width-image-text__text {
        width: calc(100% - 400px);
        padding-right: 32px;
    }

    .history-image-col {
        width: 400px;
        margin-top: -46px;
    }

    .history-image {
        width: 182px;
        height: 182px;
    }

    .history-image img {
        border-radius: 10px;
    }

    .history-image--02 {
        margin-top: 46px;
    }

    .home-full-width-image-text__content .read-more__box {
		max-height: 100%;
        margin-bottom: 10px;
	}
}
