/* sectionTitleBlackLaser SECTION */

.sectionTitleBlackLaser-section {
    background-color: #efefef;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* sectionTitleBlackLaser CONTAINER */

.sectionTitleBlackLaser-container {
    padding-top: 0px;
    display: block;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
}

/* sectionTitleBlackLaser WRAPPER */

.sectionTitleBlackLaser-wrapper {
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* sectionTitleBlackLaser */

.sectionTitleBlackLaser-cols-12 {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1400px;

}

.sectionTitleBlackLaser-title {
    font-size: 36px;
    line-height: 42px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    padding-bottom: 25px;
    color: rgb(0, 0, 0);
}

/* MEDIA QUERIES */

@media (max-width: 369px) {
    .sectionTitleBlackLaser-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .sectionTitleBlackLaser-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .sectionTitleBlackLaser-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .sectionTitleBlackLaser-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .sectionTitleBlackLaser-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .sectionTitleBlackLaser-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .sectionTitleBlackLaser-title {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .sectionTitleBlackLaser-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .sectionTitleBlackLaser-title {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {
    .sectionTitleBlackLaser-title {
        font-size: 35px;
        line-height: 41px;
    }
}

@media (max-width: 409px) {
    .sectionTitleBlackLaser-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .sectionTitleBlackLaser-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .sectionTitleBlackLaser-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}