.sectionXplor{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10%;
    padding-bottom: 5%;
    position: relative;
    background-color: #FFFFFF;
}
.txtXplor1{
    margin: 0;
    color: #072942;
    text-align: center;
    font-family: "Roboto-Thin",sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.75rem;
    text-transform: uppercase;
    & span{
        font-family: "EBGaramond-Regular",serif;
        font-style: italic;
        font-weight: 500;
    }
}
.txtXplor2{
    margin: 0;
    color: #072942;
    text-align: center;
    line-height: 1.75rem;
    font-family: "EBGaramond-Regular",serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.txtXplor3{
    margin: 0;
    color: #232629;
    font-family: "EBGaramond-Regular",serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75rem;
    text-align: center;
}
.colTxtWed > .contentBtnOffer{
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start !important;
}
.btnOffer{
display: inline-flex;
padding: 10px 30px;
justify-content: center;
align-items: center;
border: 1px solid #DFA279;
font-family: "EBGaramond-Regular",serif;
color: #DFA279;
text-align: center;
font-size: 17px;
font-weight: 500;
text-transform: uppercase;
text-decoration: none;
width: 65%;
}
.contXplor{
    width: 98%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.imgXplorDeco{
    position: absolute;
    right: 0%;
    top: 0%;
    width: 27%;
    max-width: 100%;
}
.contXplorTxt{
    width: 42%;
    padding-right: 12%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contXplorImg{
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contXplorImg img{
    width: 800px;
    height: 600px;
}
@media (max-width:990px) {
    .contXplor {
        flex-direction: column;
    }
    .contXplorTxt, .contXplorImg {
        width: 100%;
        margin-top: 5%;
    }
}





