*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.sora {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.body{
    width: 100%;
    height: 300vh;
    /* border: 1px solid green; */
    font-family: Sora;
}
.section1,.section2{
    width: 100%;
    height: 80svh;
    /* border: 1px solid blue; */
    padding-left: 5rem;
}

.section1-title, .section1-body{
    height: 20%;
    /* border: 1px solid red; */
    width: 100%;
    display: flex;
    align-items: center;
}
.section1-title h4{
    color: #958F8F;
    font-size: 1.2rem;
}
span{
    color: #09283B;
}
.dot{
    margin: 0 1rem;
    display: inline-block;
    background-color: #F07905;
    border-radius: 50%;
    height: 8px;
    width: 8px;
}
.section1-body{
    height: 80%;
    display: flex;
}
.section1-body-text, .section1-body-img{
    width: 50%;
    height: 100%;
}
.section1-body-text{
    margin-right: 2rem;
}
.section1-body-text h3{
    color: #09283B;
    font-size: 4rem;
    line-height: 70.2px;
    font-weight:600;
    margin: 2rem 0 1.5rem;
}
.section1-body-text p, .section1-body-text li{
    color: #051722;
    margin-top: .6rem;
}
.section1-body-img{
    background-image: url(../Images/Rectangle\ 15.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 10px;
}
.section2{
    height: 100svh;
    margin-top: 5rem;
    padding-left: 0;
    
}
.section2-container{
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 100%;
    /* margin-: 5rem; */

}
.section2-text{
    width: 70%;
    height: 100%;
    /* padding-left: 5rem; */
    /* position: relative; */
    padding-right: 20%;
    padding-left: 5rem;
    color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #09283B;
}
.section2-text h3, .section2-text li{
    color: #fff;
}
.section2-text h3{
    margin: 4rem 0 4rem;
}
.section2-text ul{
    list-style-type: square;
}
.section2-img{
    width: 40%;
    height: 80%;
    position: absolute;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-right: 5rem;
    background-image: url(../Images/Rectangle\ 16.png);
    background-size: cover;
    /* background-color: #3b092a; */
}
.section3-box{
    width: 25%;
    height: 20%;
    position: absolute;
    bottom: 0;
    background-color: #F07905;    
}
.section3-box2{
    width: 80%;
    height: 90%;
    position: absolute;
    right: 0;
    display: flex;
    bottom: 0;
    padding: 0 5rem 0 3.5rem;
    background-color: #F8F7F7;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #09283B;  
}
.section3-text{
    width: 65%;
    margin: 4rem 2rem 0 0;
}
.section3-text h1{
    font-size: 3rem;
    margin-bottom: 2rem;
}

.section3-text ul{
    list-style-type: square;
    list-style-image: url(../Images/Polygon\ 1.png);
}

.section3-img{
    width: 35%;
    background-image: url(../Images/Rectangle\ 8.png);
    background-size: cover;
    background-position: bottom;
    position: relative;
    bottom:10%;
    height: 100%;
}
.section4-text{
    right: 0;
    position: absolute;
    padding-left: 20%;
    padding-right: 5rem;
    text-align: right;
    margin-right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #F07905;
}
.section4-img{
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius:0 15px 15px 0;
    margin-left: 5rem;
    background-image: url(../Images/Rectangle\ 19.png);
}
.section5-box{
    width: 25%;
    height: 20%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #F07905;    
}
.section5-box2{
    left: 0;
 
    z-index: 1;
    border-radius: 0 15px 15px 0;
 
}
.section5-text{
    width: 65%;
    margin: 4rem 0 0 4rem;
}
.section5-img{
    background-image: url(../Images/Rectangle\ 20.png);
    
}
.questions-section{
    margin-top: 10%;
}