
body .section-12 {
    display: flex;
    height: 407px;
    width: 100%;
    background-color: #EF7841;
}
body .section-12 .container {
    display: flex;
    align-items: center;
    z-index: 1;
}
body .section-12 .container .part-1 {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
}
body .section-12 .container .part-1 h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 42px;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: black;
    position: relative;
    width: 100%;
}
body .section-12 .container .part-1 h2:after {
    content: "";
    background: url(../../assets/images/contacteazane.svg) no-repeat;
    width: 630px;
    height: 117px;
    position: absolute;
    left: -55px;
    z-index: -1;
}
body .section-12 .container .part-1 h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    position: relative;
}
body .section-12 .container .part-1 h5:after {
    content: "";
    background: url(../../assets/images/ne_vedem.svg) no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    width: 518px;
    height: 64px;
    position: absolute;
    left: -20px;
    z-index: -1;
}
body .section-12 .container .part-2 {
    display: flex;
    justify-content: center;
}
body .section-12 .container .part-2 ul {
    list-style-type: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
body .section-12 .container .part-2 ul li {
    display: flex;
    gap: 5px;
    padding: 0 0 5px 0;
}
body .section-12 .container .part-2 ul li a {
    display: flex;
    gap: 5px;
    padding: 0 0 5px 0;
    text-decoration: none;
    color: #ffffff;
}
body .section-12 .container .part-2 ul li span {
    display: flex;
    width: 28px;
    height: 24px;
    min-width: 28px;
}
body .section-12 .container .part-2 ul li span.adresa {
    background: url("../../assets/images/adresa.svg") no-repeat;
}
body .section-12 .container .part-2 ul li span.orar {
    background: url("../../assets/images/orar.svg") no-repeat;
}
body .section-12 .container .part-2 ul li span.contact {
    background: url("../../assets/images/contact.svg") no-repeat;
}
body .section-12 .container .part-2 ul li a.tel:hover {
    color: #000000;
}
body .section-13 {
    width: 100%;
}
body .section-13 img {
    width: 100%;
}
body .section-13 iframe{
    width: 100%;
}
@media screen and (max-width: 1440px) {


    body .section-12 .container .part-1 {
        justify-content: center;
    }
    body .section-12 .container .part-1 h2:after {
        width: 569px;
        height: 106px;
        left: -38px;
    }
    body .section-12 .container .part-1 h5:after {
        width: 522px;
        height: 57px;
        left: -19px;
    }
}
@media screen and (max-width: 1366px) {

    body .section-12 .container .part-2 {
        justify-content: flex-end;
    }
}
@media screen and (max-width: 1280px) {



    body .section-12 .container .part-1 {
        justify-content: center;
    }
    body .section-12 .container .part-1 h2:after {
        width: 569px;
        height: 106px;
        left: -38px;
    }
    body .section-12 .container .part-1 h5:after {
        width: 522px;
        height: 57px;
        left: -19px;
    }
}

@media screen and (max-width: 1200px) {

    body .section-12 .container .part-1 {
        justify-content: flex-start;
    }
    body .section-12 .container .part-1 h2 {
        font-size: 27px;
    }
    body .section-12 .container .part-1 h2:after {
        width: 387px;
        height: 106px;
        left: -38px;
        background-size: contain;
        background-position: center;
    }
    body .section-12 .container .part-1 h5 {
        font-size: 10px;
    }
    body .section-12 .container .part-1 h5:after {
        width: 365px;
        height: 45px;
        background-size: contain;
        background-position: center;
    }
}
@media screen and (max-width: 992px) {
  
    body .section-12 .container {
        gap: 20px;
        align-content: center;
    }
    body .section-12 .container .part-1 {
        max-width: 339px;
    }
    body .section-12 .container .part-2 {
        justify-content: center;
    }

}
@media screen and (max-width: 767px) {

    body .section-12 .container {
        gap: 20px;
        align-content: center;
    }
    body .section-12 .container .part-1 {
        max-width: 339px;
    }
    body .section-12 .container .part-2 {
        justify-content: center;
    }
}
@media screen and (max-width: 480px) {
    body .section-12 .container .part-1 {
        justify-content: center;
    }
    body .section-12 .container .part-1 h2 {
        font-size: 18px;
    }
    body .section-12 .container .part-1 h2:after {
        width: 317px;
        height: 96px;
        left: -53px;
    }
    body .section-12 .container .part-1 h5 {
        font-size: 10px;
    }
    body .section-12 .container .part-1 h5:after {
        width: 332px;
        height: 41px;
    }
}
