@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    margin: 0px;
}
section:nth-of-type(1){
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    width: 100%;
}
section:nth-of-type(2){
    display: flex;
    max-width: 100%;
    padding: 4vw 8vw;
    flex-direction: column;
    align-items: flex-start;
    background: var(--c-220, #E1E8F6);
}
.main-div{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--c-140, #FEE0A6);
    width: 100%;
}

.main{
    display: flex;
    flex-direction: row;
    padding: 40px 0px;
    align-items: center;
    gap: 40px;
}

.main-img{
    width: 31vw;
    flex-shrink: 0;
    border-radius: 40px;
}

.deco{
    height: 433px;
}
.deco-svg{
    display: flex;
    height: 166px;
    align-items: flex-start;
    gap: 15px;  
    position: relative; 
}
.orange-star{
    max-width: 166px;
    width: 18vw;
}
.blue-semi{
    max-width: 166px;
    width: 18vw;
    height: 66.027px;
}
.deco-svg-blue-semi{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.title-div{
    display: flex;
    width: 23vw;
    flex-direction: column;
    justify-content: center;
    color: #1E4EBB;
    font-family: "Poppins", sans-serif;
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 97%;
    letter-spacing: -0.8px;
}
.clause{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.clause-content{
    display: flex;
    padding: 0px 0px 20px 0px;
    flex-direction: column;
    justify-content: center;
    width: 86.1%;
}

.clause-title {
    color: #1E4EBB;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.clause-text {
    color: #1E4EBB;
    font-family: "Poppins", sans-serif;
    font-size: 1.2em;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    padding: 15px 0px 35px 0px;
    max-width: 100%;
    margin: 0;
    overflow-wrap: break-word;
}

@media(max-width: 768px){
    .clause-content {
        padding: 0;
    }

    section:nth-of-type(2) {
        padding: 50px 0 0 0;
    }
    .clause-title {
        color: #1E4EBB;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28.8px;
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .clause-text {
        color: #1E4EBB;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 33.6px;
        padding: 20px 0px 40px 0px;
        max-width: 100%;
        margin: 0;
    }

@media screen and (max-width: 550px) {
    .title-div p {
        font-size: 3.5rem;
        margin: 1rem 0;
        width: 99%;
    }
    .title-div {
        width: unset;
        padding: 0px 20px;
        text-align: center;
    }
    .main{
        flex-direction: column-reverse;
        gap: 5px;
        padding: 0px;
    }
    .main-div{
        padding-bottom: 50px;
    }
    .deco, .deco-svg{
        height: auto;
        flex-direction: row-reverse;
        gap: 40px;
    }
    .main-img{
        width: 80vw;
        height: 315px;
        flex-shrink: 0;
        border-radius: 40px;
    }
    .orange-star{
        position:relative;
        width: 3rem;
        height: auto;
        right:7.5rem;
        top:0.1rem;
    }
    .blue-semi {
        position: relative;
        width: 22vw;
        height: auto;
        left: -7rem;
    }
}
