
.section{
    width: 1366px;
    height: 288px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.section-images{
    width: 431px;
    height: 268px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.myOpacityDiv1{
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    z-index: 1000;
}

.myOpacity1{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #083a5c;
    opacity: 0.70;
}

.myOpacityDiv2{
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    z-index: 1000;
}

.myOpacity2{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #083a5c;
    opacity: 0.70;
}

.myOpacityDiv3{
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    z-index: 1000;
}

.myOpacity3{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #083a5c;
    opacity: 0.70;
}


.section-images img{
    width: 100%;
}

@media only screen and (max-width: 1397px){

    .section{
        width: 100%;
    }
}

@media only screen and (max-width: 1320px){

    .section-images{
        width: 350px;
        height: auto;
    }
    
}

@media only screen and (max-width: 1180px){

    .section{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        justify-content: center;
    }

    .section-images{
        width: 100%;
        display: flex;
        height: auto;
        margin-bottom: 15px;
    }

    .section{
        height: auto;
    }

}





