#cont {
  padding: 0 100px 20px 100px;
}

.section__title {
  font-size: 28px;
  font-weight: bold;
  line-height: calc(32 / 28);
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
}

.section__title--en {
  display: block;
  font-size: 14px;
  line-height: calc(32 / 14);
  color: #141b4d;
  font-family: "Anek Bangla", sans-serif;
}

.siandcae__wrapper {
  display: flex;
  /* align-items: center; */
}

.btn__wrapper {
  margin-top: 41px;
}

.btn__bottom {
  margin-top: 11px;
}

.siandcae__link {
  display: block;
  width: 91.6666%;
  font-size: 16px;
  line-height: 2;
  padding: 19px 0;
  border-radius: 35px;
  border: 1px solid #141b4d;
  /* margin-top: 30px; */
  text-align: center;
  background-color: #fff;
}

.siandcae_link:hover {
  background-color: #141b4d;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.siandcae1__text {
  font-size: 14px;
  line-height: calc(32 / 14);
  width: 80.64%;
  margin: 30px auto 0;
}
.siandcae1__img {
  display: block;
  width: 60%;
  margin: 30px auto 0;
}

.siandcae1 {
  margin-top: 19px;
}
.siandcae2 {
  margin-top: 50px;
}

.si_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}
.si_content--reverse {
  flex-direction: row-reverse;
  margin-top: 50px;
}

.si_content__left {
  width: 48.387%;
}

.si__title {
  background-color: #141b4d;
  color: #fff;
  font-size: max(20px, 1.66vw);
  font-weight: bold;
  line-height: calc(60 / 24);
  padding-left: 20px;
}
.si__title--red {
  background-color: #af272f;
}

.si__text {
  font-size: 14px;
  line-height: calc(32 / 14);
  margin-top: 35px;
  letter-spacing: -0.02em;
}

.si__img {
  width: 48.387%;
}

.si_bottom_content {
  margin-top: 60px;
  background-color: #dddddd;
  padding: 60px 50px 50px;
  position: relative;
}
.si_bottom_content--red {
  background-color: rgba(175, 39, 47, 0.2);
}

.si_bottom__title {
  background-color: #141b4d;
  color: #fff;
  text-align: center;
  width: 180px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
.si_bottom__title--red {
  background-color: #af272f;
}

.si_bottom__flex {
  display: flex;
  justify-content: space-between;
}

.si_bottom__text {
  font-size: 14px;
  line-height: calc(32 / 14);
  width: 52.63%;
}
.si_bottom__text--red {
  letter-spacing: -0.05em;
}

.si_btn_wrapper {
  /* width: ; */
  width: 43.859%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.si_btn {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 40.32%; */
  height: 50px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 25px;
  text-align: center;
  font-size: 18px;
  line-height: calc(20 / 16);
	box-sizing: border-box;
}
.si_btn:hover{
	color: #fff;
	background-color: #141b4d;
}
.si_btn--red:hover{
	background-color: #af272f;
}
.si_btn--2 {
  width: 83.33%;
  margin: 37px auto 0;
}

@media (max-width: 959px) {
  #cont {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
  .siandcae {
    margin-top: 60px;
  }
  .siandcae__wrapper {
    display: block;
  }
  .section__title {
    font-size: 26px;
  }
  .siandcae__text {
    padding-left: 0;
  }
  .section__text {
    line-height: 26px;
    border: none;
  }
  .btn__wrapper {
    margin-top: 60px;
  }
  .siandcae__link {
    font-size: 14px;
    line-height: 24px;
    padding: 12px 0 8px;
  }

  .siandcae1__text {
    width: 100%;
  }
  .siandcae1__img {
    width: 100%;
		max-width: 600px;
  }
  .siandcae2 {
    margin-top: 43px;
  }
  .si_content {
    display: block;
    margin-top: 20px;
  }
  .si_content__left {
    width: 100%;
  }
  .si__img {
    width: 100%;
    margin-top: 30px;
  }
  .si__text {
    margin-top: 10px;
  }
  .si_bottom_content {
    margin-top: 30px;
    padding: 70px 20px 37px;
  }
  .si_bottom__flex {
    flex-direction: column;
    gap: 30px;
  }
  .si_bottom__text {
    width: 100%;
  }
  .si_btn_wrapper {
    width: 100%;
  }
  .si_btn {
    font-size: 16px;
  }
	.si_btn--2{
		width:100%;
	}
}
