main section {
    padding-top: calc(3.3rem + 2.8vw);
    /* background-color: inherit !important; */
}

.banner-text {
    position: absolute;
    max-width: 80%;
    /* padding-left: 50%; */
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: calc(1rem + 2.3vw);
    font-weight: bold;
    color: #ededed;
    /* border: 1px solid red; */
    /* width: 80%; */
}

@media only screen and (max-width:768px) {
    .banner-text {
        margin-top: 10%;
        font-size: calc(4.5vw);
        /* padding-left: 30px; */
        /* transform: translate(0%, -50%); */
        /* background-color: rgba(0, 0, 0, 0.5); */
    }

    .banner img {

        width: 300px;
        /* height: 570px; */
        object-fit: fill;
        clip: rect(0px, 530px, 360px, 0px);

    }

}

.section-heading h2 {
    color: #ffffff;
    font-size: calc(1rem + 2vw);
    font-weight: bolder;
    font-family: sans-serif;
}

#main-products hr {
    border-top: calc(0.2rem + 0.5vw) solid rgb(237, 205, 31);
    width: calc(4rem + 8vw);
    margin-left: 50%;
    opacity: 1;
    transform: translate(-50%, 0%);
}

#main-products .card {
    width: calc(15rem + 10vw);
}

#main-products .flex-row .card {
    border: 3px solid;
    border-radius: 0;
}

#main-products .flex-row>div:nth-child(even) .card {
    border-color: rgb(210, 210, 210);
}

#main-products .flex-row>div:nth-child(odd) .card {
    border-color: rgb(73, 73, 73);
}

#main-products .card img {
    max-height: 250px;
}

#about .row {
    background-image: url('../assets/about.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    /* background-position: 50% 50%; */
    background-attachment: fixed;

}

#about div.col-md-6>div {
    width: 30rem;
    color: rgb(10, 0, 67);
}

@media only screen and (max-width: 768px) {
    #about div.col-sm-12>div {
        width: 100%;
        color: none;
        text-align: justify;
    }
}

#about .heading h2 {
    font-size: calc(1rem +2vw);
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 3px;
}

#about p {
    font-family: sans-serif;
    letter-spacing: 2px;
    color: rgb(59, 58, 58);
    line-height: 20pt;
}

#about .heading hr {
    border-top: calc(0.2rem + 0.5vw) solid rgb(237, 205, 31);
    opacity: 1;
    width: calc(2rem + 5vw);

}

@media only screen and (max-width: 768px) {
    #about .heading hr {
        margin-left: 50%;
        transform: translate(-50%, 0%);
    }
}

#establishment-year {
    font-family: sans-serif;
}

#establishment-year h2 {
    font-size: calc(4rem + 3vw);
    font-weight: bolder;
}

#establishment-year h3 {
    font-size: calc(1rem + 1vw);
    font-weight: bold;
}

/* #contact-info .content {
width: 60%;
} */

#contact-info h2 {
    font-size: calc(1rem + 2vw);
    font-weight: bolder;
}

#contact-info hr {
    border-top: calc(0.2rem + 0.5vw) solid rgb(237, 205, 31);
    opacity: 1;
    width: calc(2rem + 5vw);
    margin-left: 50%;
    transform: translate(-50%, 0%);
}

#contact-info h3 {
    font-size: calc(1.2rem + 1vw);
    font-weight: bold;
}

#contact-info .quote {
    width: fit-content;
    /* background-color: red; */
}

#contact-info .quote h4 {
    font-size: calc(0.5rem + 1.5vw);
    font-weight: bolder;
}

#contact-info .quote hr {
    margin-left: 0px;
    transform: none;
}

/* #contact-info h3 ~ p {
max-width: 500px;
} */

/* #main-products .card :nth-of-type(1) {
color: red;
} */