.meet_sections {
    border-top: 1px solid rgba(61, 61, 61, 0.1);
    border-bottom: 1px solid rgba(61, 61, 61, 0.1);
}

/*
.meet_sections .cta__text {
    width: 50%;
    padding: 60px 87px 60px 76px;
}
*/

.meet_sections .meet__wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.meet__fullimage {
    width: 50%;
    height: 480px;
    position: relative;
    overflow: hidden;
}

.meet_sections:nth-child(even) .meet__fullimage {
    order: 2;
}

.meet__fullimage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}
.sect__text {
    width: 50%;
}
@media screen and (max-width: 1397px) {
    .meet__fullimage {
	height: 320px;
    }
    .meet_sections .container {
	padding: 0px !important;
    }
    .meet_sections .meet__wrapper {
	gap: 0px;
    }
}

