﻿img {
    border: 0;
    display: block;
    max-width: 100%;
}

.container {
    min-width:1200px;
    text-align: center;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
}

.top1 {
    min-width:1200px;
}

.con-section {
    min-width:1200px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.bg-3 {
    background: url(/content/sgimia/images/tup_03.jpg) no-repeat;
    background-size: cover;
    /* padding:5rem; */
    height: auto;
    max-width: 100%;
}

.p5 {
    padding: 5rem;
}

.con2 {
    display: flex;
    align-content: flex-start;
    /* justify-content: space-between; */
}

.con1 {
    height: auto;
}

    .con1 img, .con3 img {
        /* padding: 0.3rem; */
        max-width: 100%;
        height: auto;
    }
