.Common_Banner_2 {
    position: relative;
    height: 365px;
    z-index: -1;
}

.Common_Banner_2 .img_holder {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
}

.Common_Banner_2 .img_holder .banner_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Common_Banner_2 .overlay_colour {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #191818;
    opacity: 0.75;
    z-index: 0;
}

.Common_Banner_2 .title_text {
    font-size: 32px;
    font-family: "Roboto";
    font-weight: 600;
    color: #fefefe;
    opacity: 1;
    margin: 0px;
}

.Common_Banner_2 .content_div {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

@media (min-width: 0px) and (max-width: 575px) {
    .Common_Banner_2 .content_div {
        bottom: 60px;
        width: 280px;
    }

    .Common_Banner_2 {
        height: 150px;
    }

    .Common_Banner_2 .title_text {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .Common_Banner_2 {
        height: 250px;
    }

    .Common_Banner_2 .content_div {
        bottom: 30px;
        width: 450px;
    }

    .Common_Banner_2 .title_text {
        font-size: 22px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .Common_Banner_2 {
        height: 280px;
    }

    .Common_Banner_2 .title_text {
        font-size: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .Common_Banner_2 {
        height: 300px;
    }

    .Common_Banner_2 .title_text {
        font-size: 28px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .Common_Banner_2 .title_text {
        font-size: 30px;
    }

    .Common_Banner_2 {
        height: 330px;
    }
}

@media (min-width: 576px) and (max-width: 1599px) {}