@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
}

@font-face {
    font-family: "Cormorant";
    src: url("fonts/Cormorant.woff") format("woff"), url("fonts/Cormorant.woff2") format("woff2");
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto.woff") format("woff"), url("fonts/Roboto.woff2") format("woff2");
    font-weight: 400;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    display: inline-block;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    cursor: pointer;
    outline: none;
}

input {
    outline: none;
}

body {
    font-family: "Montserrat";
    font-weight: 400;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    height: 100%;
    color: #000;
}

.main-container {
    max-width: 1440px;
    
    width: 100%;
    margin: 0 auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bg-i {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.engraving-my__text {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 30px;
    
}

.engraving-my__text-mobil {
    display: none;
}

.engraving-my__text-2 {
    margin-bottom: 40px;
    
}

.engraving-my__text-4,
.engraving-my__text-3 {
    margin-bottom: 48px;
    
}

.engraving-my__text-5 {
    margin-bottom: 50px;
}

.engraving-my__text-span {
    font-family: "Cormorant";
    font-size: 24px;
    line-height: 30px;
}

.engraving-my__img {
    max-width: 1024px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    margin: 40px auto 48px;
}

.engraving-my__img-mobil {
    display: none;
}

.engraving-my__img-2 {
    max-width: 555px !important;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 70px;
}

.engraving-my__images-box {
    max-width: 1385px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 51px;
}

.engraving-my__images-box .engraving-my__images {
    max-width: 50%;
    width: 100%;
    max-height: 750px;
}
@media (max-width: 1024px){
    .engraving-my__images-box .engraving-my__images {
        max-height: 592px;
    }
}
@media (max-width: 768px){
    .engraving-my__images-box .engraving-my__images {
        max-height: 433px;
    }
}
@media (max-width: 736px){
    .engraving-my__images-box .engraving-my__images {
        max-height: 313px;
    }
}
@media (max-width: 720px){
    .engraving-my__images-box .engraving-my__images {
        max-height: 314px;
    }
}
@media (max-width: 540px){
    .engraving-my__images-box .engraving-my__images {
        max-height: 517px;
    }
}
@media (max-width: 375px){
    .engraving-my__images-box .engraving-my__images {
        max-height: 460px;
    }
}
@media (max-width: 320px){
    .engraving-my__images-box .engraving-my__images {
        max-height: 410px;
    }
}

.engraving-my__images:first-child {
    margin-right: 5px;
}

.engraving-my__product-box {
    max-width: 945px;
    width: 100%;
    
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 73px;
}
.engraving-my__product-box1 {
    margin-left: auto;
}

.engraving-my__product-box2 {
    
    margin-right: auto;
    margin-bottom: 97px;
    margin-left: 80px;
}

.engraving-my__product-info {
    max-width: 555px;
    width: 100%;
    margin-left: 90px;
    margin-bottom: 70px;
}

.engraving-my__product-info2 {
    margin-left: 0;
}

.engraving-my__product-text {
    font-size: 14px;
    line-height: 30px;
}

.engraving-my__product-link {
    color: #E0ACA0;
    text-decoration: underline;
}

.engraving-my__product-title {
    font-family: "Roboto";
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: none !important;
}

@media (max-width: 700px) {
    .engraving-my__images-box {
        margin-bottom: 24px;
    }
    .engraving-my__images-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .engraving-my__product-box2 {
        margin-left: 0;
    }
    .engraving-my__images-box .engraving-my__images {
        max-width: 100%;
        width: 100%;
        height: 517px;
        margin-bottom: 18px;
    }
    .engraving-my__images:first-child {
        margin-right: 0px;
    }
    .engraving-my__product-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .engraving-my__product-info {
        margin-left: 0;
        border-bottom: 1px solid #B4A287;
        padding-bottom: 88px;
        margin-bottom: 50px;
    }
    .engraving-my__product-info2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 37px;
    }
    .engraving-my__product-title {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .engraving-my__images {
        max-width: 100%;
    }
    .engraving-my__img {
        display: none;
    }
    
    .engraving-my__img-mobil {
        display: block;
        height: 517px;
        object-fit: cover;
        margin-bottom: 31px;
    }
    .text__mobil-off {
        display: none;
    }
    .engraving-my__text-mobil {
        display: block;
        margin-bottom: 35px;
        text-align: justify;
    }
    .engraving-my__text-4,
    .engraving-my__text-3 {
        margin-bottom: 22px;
        text-align: justify;
    }
    .engraving-my__product-title {
        font-size: 18px;
    }
    .engraving-my__product-box {
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .engraving-my__text-5 {
        margin-bottom: 35px;
        text-align: justify;
    }
    .engraving-my__img-2 {
        display: block;
        margin-top: 25px;
        margin-bottom: 47px;
    }
    .engraving-my__img-3 {
        display: block;
    }
}
.text6 {
    max-width: 770px;
}
.engraving-my__images-box {
    margin-top: 50px;
}
@media (max-width: 375px) {
    .engraving-my__img-2 {
        width: 270px;
        height: 270px;
    }
}