/* Generic Styles */
body {
  /* font-family: 'Segoe UI', sans-serif; */
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  background-color: #ffffff;
  line-height: 1.6;
}

h1, h2 {
  margin-bottom: 20px;
}

/* Section 1 - Intro */
.banm-intro {
  padding: 60px 20px;
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  float: left;
}

.banm-intro h1 {
  color: #253d87;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  font-family: "Ancizar Serif", serif;
}

.banm-intro p {
    font-size: 18px;
    color: #767676;
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    font-family: "Poppins", sans-serif;
}

/* Shared Layout Wrapper */
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  /* padding: 60px 0%; */
  align-items: flex-start;
  justify-content: space-between;
}

/* Image */
.banm-img {
  flex: 1 1 47%;
}

.banm-img img {
  width: 100%;
  /* border-radius: 8px; */
}

/* Text Area */
.banm-text {
    flex: 1 1 45%;
    padding: 70px 5%;
}

.second-sec .banm-text{
    padding-top: 8%;
}

.banm-text h2 {
    font-size: 36px;
    color: #2e4c2c;
    font-weight: 700;
    margin-bottom: 2%;
    font-family: "Ancizar Serif", serif;
}

.banm-text p {
  font-size: 16px;
  margin-bottom: 15px;
}

.banm-text ul {
  padding-left: 20px;
  list-style-type: disc;
}

.banm-text li {
  margin-bottom: 12px;
  color: #68676a;
  font-size: 16px;
  line-height: 1.7;
   font-family: "Poppins", sans-serif;
}

.banm-text strong {
    color: #000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
} 

.banm-text li::marker {
  color: #d53a3a;
}

/* Section 2 - Benefits */
.banm-benefits {
   background-color: #fffbf0;
  width: 100%;
  float: left;
}

/* Section 3 - Join Us Yellow Section */
.banm-join {
  background-color: #fffbf0;
  width: 100%;
  float: left;
}

.first-sec{
    padding-top: 4%;
}

.second-sec{
    padding-bottom: 4%;
}

.underline{
    width: 24%;
    margin: auto;
    height: 12px;
    color: #eb464a;
}

.banm-img2-mobil{
    display: block;
}

.banm-img2-desc{
    display: none;
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .banm-intro h1 {
    font-size: 28px;
}

.banm-intro p {
    font-size: 14px;
}

.banm-text {
    flex: 1 1 45%;
    padding: 70px 15%;
}

.banm-text h2 {
    font-size: 28px;
    margin-bottom: 8%;
}

.banm-text li {
    font-size: 14px;
}

.banm-img2-mobil{
    display: none;
}

.banm-img2-desc{
    display: block;
}

.banm-text strong {
    font-size: 14px;
}

}


@media only screen and (min-width: 1001px) and (max-width: 1100px) {

    .banm-intro h1 {
    font-size: 32px;
        }


.banm-intro p {
    font-size: 16px;
}

.banm-img {
    flex: 1 1 47%;
    margin: auto;
}


}

@media only screen and (min-width: 1101px) and (max-width: 1200px) {

    .banm-intro h1 {
    font-size: 32px;
}

.banm-img {
    flex: 1 1 47%;
    margin: auto;
}

.second-sec .banm-text {
    padding-top: 0%;
}

.banm-text h2 {
    font-size: 32px;
    margin-bottom: 5%;
}

.banm-text li {
    font-size: 14px;
    line-height: 1.5;
}

.banm-text strong {
    font-size: 14px;
}


}


@media only screen and (min-width: 1201px) and (max-width: 1300px) {

    .banm-intro h1 {
    font-size: 38px;
    }

    .banm-intro p {
    font-size: 16px;
}

.underline {
    width: 24%;
    margin: 15px auto;
}

.banm-img {
    flex: 1 1 47%;
    margin: auto;
}

    .second-sec .banm-text {
        padding-top: 2%;
    }

.banm-text h2 {
    font-size: 32px;
}

.banm-text li {
    font-size: 14px;
}

.banm-text {
    flex: 1 1 45%;
    padding: 30px 5%;
}

.banm-text strong {
    font-size: 14px;
}

}


@media only screen and (min-width: 1301px) and (max-width: 1400px) {

    .banm-intro h1 {
    font-size: 38px;
    }

    .banm-intro p {
    font-size: 16px;
}

.underline {
    width: 24%;
    margin: 15px auto;
}

.banm-img {
    flex: 1 1 47%;
    margin: auto;
}

    .second-sec .banm-text {
        padding-top: 5%;
    }

.banm-text h2 {
    font-size: 32px;
}

.banm-text li {
    font-size: 14px;
}

.banm-text {
    flex: 1 1 45%;
    padding: 30px 5%;
}

.banm-text strong {
    font-size: 14px;
}
}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    .banm-intro h1{
    font-size: 38px;
}

.banm-text h2 {
    font-size: 32px;
}

.banm-text li {
    margin-bottom: 12px;
    color: #68676a;
    font-size: 14px;
    line-height: 1.7;
    font-family: "Poppins", sans-serif;
}

.banm-img {
    flex: 1 1 47%;
    margin: auto;
}

.banm-text strong {
    font-size: 14px;
}

.second-sec .banm-text {
    padding-top: 3%;
}

.banm-text {
    flex: 1 1 45%;
    padding: 35px 5%;
}

}


@media only screen and (min-width: 1501px) and (max-width: 1600px) {

    .banm-intro h1 {
    font-size: 38px;
}

.banm-text h2 {
    font-size: 32px;
}

.banm-text {
    flex: 1 1 45%;
    padding: 40px 5%;
}

.second-sec .banm-text {
    padding-top: 5%;
}

}
