* {
  font-family: poppins, sans-serif;
  outline: none;
  box-sizing: border-box;
}

.banner-section {
  padding: 50px 0;
  background-image: url("../img/agent-in-a-day/banner-bg.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.banner-title {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.2;
}

.banner-title-1 {
  font-size: 45px;
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
}

.banner-title-2 {
  font-size: 45px;
  background: linear-gradient(90.14deg, #b06bfa 0.12%, #763eef 56.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.2;
}

.content-div{
    background: linear-gradient(277.32deg, #8F1AF7 46.01%, #7752E1 103.38%);
    border-radius: 20px;
    padding: 50px 30px;
}

.content-text{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0px;
}

.content-text span, .main-text span{
    font-weight: 600;
}

.main-section{
    padding: 50px 0px 100px 0px;
}

.main-title{
    font-size: 35px;
    color: #894DF3;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
}

.main-text{
    font-size: 15px;
    color: #6F6F6F;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0px;
}

.contact-section{
    padding: 100px 0px;
}

.contact-div{
    background-image: url("../img/agent-in-a-day/contact-banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-title{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 1.2;
    text-align: center;
}

.contact-text{
    font-size: 15px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 40px;
    text-align: center;
}

.contact-btn{
    background: #fff;
    color: #894DF3;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.contact-btn:hover{
    opacity: 0.8;
    text-decoration: none;
}

.images-section{
    padding: 20px 0px;
}

@media (max-width: 991px) {
  .mar-b{
    margin-bottom: 40px;
  }

  .reverse{
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .banner-title-1,
  .banner-title-2 {
    font-size: 35px;
  }
}
