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

body {
 width: 100vw;
 height: 100vh;
 font-family: Open Sans;
}

.main-container {
 display: flex;
 flex-direction: column;
}

.csl-text a{
    text-decoration: none;
 color: #EC750B;
 position: absolute;
 width: 192px;
 height: 28px;
 left: 29px;
 top: 17px;
 font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 28px;
}

.main-body {
 display: flex;
 flex-direction: row;
}

.left {
 width: 42%;
 height: 100vh;
}



.orange-circle {
 position: absolute;
width: 431px;
height: 418px;
left: 0px;
top: 68px;
}

.bottom-circle {
position: absolute;
width: 90px;
height: 90px;
left: 0px;
top: 505px;
}

.blue-circle {
position: absolute;
width: 158px;
height: 158px;
left: 140px;
top: 364px;
}

.gray-circle {
position: absolute;
width: 63px;
height: 63px;
left: 266px;
top: 121px;
}

.right {
 width: 53%;
 height: 100vh;
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
}

.border-left {
border-left: 1px solid #C8C6C6;
height: 220px;
}

.right-content-container {
 display: flex;
 flex-direction: column;
 justify-content: center;
 width: 90%;
}





.right-content-head h2{
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 49px;
color: #060894;
}

.right-content-head span {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 49px;
color: #F5AE23;
}

.right-content {
 width: 76%;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 25px;
color: #A8A9AB;
}

.next-button{
margin-top: 30px;
background: #FFFFFF;
box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
border-radius: 15px;
padding: 20px;

font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 13px;
line-height: 18px;
width: fit-content;
color: #060894;
}

.next-button img {
margin-left: 5px;
}

.border-right-container {
 display: flex;
 flex-direction: column;
 align-items: center;
}

.icons {
 background: url('./image/icon-background.png');
 width: 30px;
 height: 30px;
 margin: 5px auto;
 display: flex;
 justify-content: center;
 align-items: center;
}

.border-right-top {
 border-right: 1px solid #C8C6C6;
 height: 133px;
 margin-top: -20px;
 margin-bottom: 16px;
}

.border-right-bottom{
 border-right: 1px solid #C8C6C6;
 height: 133px;
 margin-top: 16px;
}






