.container3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    
    padding: 60px 180px;
}

#content3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-start;
    width: 100%;
   
    

    align-items: flex-start;
}
#content31{
    padding-bottom: 40px;

}

/* .unloking {

    width: 100%;
    max-width: 667px;
    margin-left: 80px;
    margin-top: 160px;
    margin-bottom: 160px;
} */



#content31 h3{
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    
}

#content32 p {
    color: #F5F5F5;
    font-family: IBM Plex Sans;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    padding-bottom: 30px;
}

.content33 {
    color: #EBEBEB;
    font-family: IBM Plex Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 40px */
    letter-spacing: 0.64px;
    padding-bottom: 30px;
}
.underline{
    
        height: 8px;
        background: #70C1D6;
        width: 100%;
        max-width: 479px;
        margin-top: 24px;
    }