.pic-sect{
    display: flex;
    /*align-items: flex-end;*/
    max-width: 1250px;
    margin: auto;
}
.pic-sect >.col{
    padding: 0 10px
}
.pic-sect .col1{
    width: 50%;
    position: relative;
}


.pic-sect .col1 h2{
    font-size: 38px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
}
.pic-sect .col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pic-sect .col2{
    width: 50%;
    text-align: left;
}

.pic-sect .row{
	margin-top: 1rem;
	display: flex;
	justify-content: space-between;
}
.pic-sect .row .col{
	width: 49%;
}
@media(max-width:950px) {
    .pic-sect{
        flex-wrap: wrap;
    }
    .pic-sect .col{
        width: 100%;
    }
}