@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500;700&display=swap');



body {

    width: 100%;
    min-height: 100%; 
    
}

.a1 {
    text-decoration: none;
    color: #6D6F79;
    font-family: Arial;
    cursor: pointer;
   
}

.a1:hover {
    color: #9598a7;
}
.card2{
  height:170px;
  width:90%;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .card2 {
    margin-bottom: 160px;
    margin-left: 0px;
  }
}
.background2{
    background-color: #FFE6E8;
    background-color: #FFDFDD;
    background-color: #f7f4f2;
}

.bold {
    font-weight: 700;
    color: white;
}
.py-60 {
  padding: 0px 0;
}
@media only screen and (max-width: 968px) {
  .py-60 {
    padding: 0px 0;
  }
}
.section1 {
  background: #f3f3f3;
  margin-bottom: 0px;
}
/*h4 {
  font-family: Roboto-Light;
  font-size: 35px;
  color: #000;
  line-height: 1.25;
  /*text-align: center;*/
  /*margin-left: 100px;*/
  /*text-transform: uppercase;
}*/
/*@media only screen and (max-width: 768px) {
  h4 {
    font-size: 28px;
  }
}*/
.text-control-1 h3 {
  margin-bottom: 0px;/*20px;*/
}
/*@media only screen and (max-width: 768px) {
  .text-control-1  {/*h4*/
    /*margin-bottom: 0px;/*16px;*/
  /*}
}*/

.q-mark {
  font-family: Roboto-bold;
  color: #d40119;
  padding: 18px 0 18px 18px;
  font-size: 20px;
}
.question {
  font-family: Roboto;
  font-size: 20px;
  color: #5c5c5c;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 0;
}
.question2 {
  font-family: Roboto;
  font-size: 24px;
  color: #5c5c5c;
  line-height: 1.6;
  padding: 0px;
  margin-bottom: 0;
}
/*p {
  font-family: josefin sans;
  color:black;
  /*padding-top: 15px;
  padding-bottom: 10px;
  margin-left: 10px;*/
  /*font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
}*/
.ul1 {
  font-family: josefin sans;
  color:black;
  padding-top: 15px;
  padding-bottom: 10px;

  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 500;
}
.material-icons.drop {
  padding: 20px;
  font-size: 2rem;
  color: #d40119;
  transition: transform 0.5s ease-in-out;
}
.answer {
  font-size: 22px;
  color: #5c5c5c;
  /*padding-left: 52px;*/
  padding-top: 3px;
  padding-bottom: 0px;
  line-height: 1.5em;
  background-color: #fff;
  overflow: hidden;
}
.titleanswer {
  font-size: 25px;
  /*padding: 16px;*/
  padding-bottom: 0px;
  margin-bottom: 0px;
  /*padding-left: 52px;*/
  color: #5c5c5c;
  background-color: #fff;
  overflow: hidden;
}
.answer2 {
  font-size: 20px;
  color: #5c5c5c;
  background-color: #fff;

}
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  width: 90%;
  margin-bottom: 20px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
  border-radius: 4px;
  /*margin-left: 80px;*/
  
}
@media only screen and (max-width: 768px) {
  .accordion {
    margin-bottom: 16px;
    margin-left: 0px;
  }
}
.question-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.25s ease-in-out;
}
.answer-wrapper {
  display: none;
}
.icon-expend {
  transform: rotateX(180deg);
  transition: transform 0.75s ease-in-out;
}
.active1,
.accordion:hover .question-wrapper {
  background-color: #ebebeb;
}
.active1 p,
.accordion:hover .question-wrapper p {
  color: #3d3d3d;
}
.container1 {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container1 {
    max-width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  .container1 {
    max-width: 1144px;
  }
}
.textline
{
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 2px;
}
.img1{
  width: 237px;
  height: 237px;
  margin-bottom: -235px;
  margin-left: 20px;
  content: url("image/Untitled-3.png");
  transform: rotate(348deg);
}
.img2{
  height:246px;
  width: 273px;
  margin-left:1250px;
  margin-bottom: -220px;
  content: url("image/cusAndTbs.png");
  transform: rotate(12deg);
}
.img3{
  height: 480px;
  width: 1530px;
  margin-bottom:-155px;
  margin-left: -270px;
  content: url("image/mkStatistics.png");
  opacity: 100%;
}