@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');



.bg-color {
    background-color: rgb(68, 1, 1);
    padding: 10px 0 10px 10px;
}

.title-text h1 {
   font-size: 26px;
   color: #e49400;
   font-family: 'Poppins', sans-serif;   
}

.paragraph {
    background-color: rgb(219, 161, 84);
    /* color: #fff; */
   
}

.paragraph h2 {
    font-size: 23px;
    font-family: 'Poppins', sans-serif;
}

.paragraph h3 {
    font-size: 18px;
}

.paragraph h5 {
    font-size: 16px;
    font-weight: bold;
}

.get {
    font-size: 16px;
}