.siteContainer {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
body h1 , body  h2{
    font-family: "Luckiest Guy", Sans-serif;

}
body h1{
    font-size: 52px;
    font-weight: 400;
    line-height: 68px;
}
body h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 30px;
}
body h3{
  
    font-size: 23px;

}
body a {
    color: #945BDD;
}
body p{
        font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}

.mainContantArea {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 30px;
}

.highlightedSection{
        background: #C49AEB;
    padding: 20px;
    color: #fff;
    border-radius: 19px;
}

.contantWrpper {
    width: 65%;
}

.contantImageWrapper {
    width: 35%;
    margin-top: 30px;
  
    position: sticky;
    top: 106px;
    height: fit-content;
}

.frameImageMain {display: flex;width: 100%;}

.frameImageMain img {
    width: 50%;
    height: fit-content;
    object-fit: contain;
}

.blogCtaMain {
  
    text-align: center;
    margin-top: 20px;
}

.blogCtaMain h3 {
    color: #fff;
}
.blogCtaMain a {
    background: linear-gradient(261.07deg, #FF4AF6 0%, #FF4643 102.99%);
    box-shadow: 0px 4px 20px 0px #9C80EA75;
    color: #ffff;
    padding: 15px 37px;
    border-radius: 31px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}



@media (max-width: 767px) {

    .siteContainer {
    padding: 0px 20px;
}
body h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.mainContantArea {
    flex-direction: column-reverse;
    margin-top: 20px;
    gap: 10px;
}
.contantImageWrapper {
    width: 100%;
    margin-top: 0px;
    position: unset;
   
}
.contantWrpper {
    width: 100%;
}

body h2 {
    font-size: 21px;
    line-height: 24px;
    margin-top: 10px;
}
.contantWrpper > ul{
    padding-left: 20px;
}
body h3 {
    font-size: 20px;
}
.blogPostHeroWrapper {
    padding-top: 20px;
}
.frameImageMain img {
    width: 50%;
    height: 100%;
    object-fit: contain;
}

.blogCtaMain {
   
    text-align: center;
    margin-top: 15px;
}
.blogCtaMain a {
  
    padding: 10px 18px;
    font-size: 14px;
   
    font-weight: 500;
   
    margin-top: 10px;
}
body p {
    font-family: "Rubik", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}
}