*{
    margin: 0;
    padding: 0;
}
/* CSS */
.button-58 {
  align-items: center;
  background-color:#111B47  ;
  border: 2px solid #111B47 ;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}


.button-58:hover {
  background-color: #111B47;

  border-color: #111B47;
  fill: #06f;
}

.button-58:active {
  background-color: #111B47;
  border-color: #111B47;
  fill: #06f;
}
.container{
    width: 80%;
}
.main-section
{
    overflow: hidden;
    background-image: url("../image/path.svg");
    height: 100vh;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 300px 0px;
    position: relative;
}


/* CSS */
.button-59 {
  align-items: center;
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 36px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}
h6{
   
    color: #222F65;
    padding-top: 15px;
}
span{
    font-weight: 500;
    font-size: 50px;
    line-height: 66px;
    color: #222F65;
}
.button-59:active {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

.overlay{
    position: absolute;
    top: 20%;
    right: 10px;
}
.overlay img{
    width: 600px;
    height: 650px;
}
.about{
    margin-top: 7rem;
}
.sub-content{
    flex-direction: column;
}
h4 , p{
    padding-block: 5px;
}
.second-section{
    padding-block: 7rem;
}
.pricing{
    background-image: url(../image/pricing-path.svg);
    background-size: cover;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 100px;
}
.pricing-content{
    width: 40%;
    flex-direction: column;
}
.footer{
    position: relative;
}
.footer::after{
    content: "";
     top: 8rem;
     left: 0;
     position: absolute;
     width: 100%;
     height: 1px;
     background-color: rgb(135, 36, 3);
}
.icon{
    width: 3rem;
    height: 3rem;

}

ul li{
    list-style:none;
}
p{
    color: #6F7CB2;
    line-height: 35px;
    font-size: 18px;
}
h1{
    color: #37447E;
    font-size: 26px;
}
h2{
    font-size: 36px;
}
.footer{
    padding: 10px;
}
@media (min-width: 768px) {
  .button-58 {
    min-width: 170px;
  }
  .button-59 {
    min-width: 170px;
  }
}