body{
    font-family: 'Raleway', sans-serif;
}

.kansai-div-logo{
    height: 50px;
    display: flex;
}

.inside-kansai-img {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}

.inside-kansai-img > img {
    height: 50%;
    width: 100%;
}

.inside-kansai-solution{
width: 55%;
height: 100%;
position: relative;
}

hr.horizontal-inside-kansai {
    color: #e7004c;
    border: 1px solid #e7004c;
    margin-top: 25px;
}

.solution-div{
    height: 50%;
    width: 45%;
    position: absolute;
    top: 20%;
    right: 0;
    background-color: #e7004c;
    color: white;
    display: flex;
    align-items: center;
    letter-spacing: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.inside-kansai-nerolac-logo{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.inside-kansai-nerolac-logo > img {
    height: 60%;
    width: 100%;
}


.inside-step-seven {
    width: 100%;
    margin: auto;
    margin-top: 25px;
}

.text-div-content {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #e7004c;
}

.multi-img-container {
    width: 100%;
    margin: auto;
}


.multi-img-container-first {
    width: 100%;
    text-align: center;
    height: min-content;
    line-height: normal;
}

.underline-text {
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
    color: #00205b;
    text-underline-offset: 6px;
    text-decoration-color: #e7004c;
    text-decoration-thickness: 2px;
}


.text-below-underline-text-one {
    font-weight: 500;
    font-size: 14px;
}

.text-below-underline-text-two {  
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-below-underline-text-two > img {
    height: 40px;
    width: 25%;
}

.vertical-line{
    border-left: 1px solid rgb(163, 161, 161);
    height: 50px;
}

.text-below-underline-text-two > p {
    width: 68%;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.multi-img-container-second {
    height: 230px;
    max-width: fit-content;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.img-container {
    width: 30%;
    height: 100%;
    text-align: center;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 32, 91, 0.1);
}

.step-circles {
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: #eaeaea;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    top: -20px;
    left: 37%;
}

.step-circles > span {
    font-size: 12px;
    font-weight: bold;
}

.bucket-imgs {
    height: 40%;
    width: 45%;
    margin: auto;
    margin-top: 50px;
}

.bucket-imgs > img {
    height: 100%;
    width: 100%;
}

.buckets-text {
    width: 80%;
    font-size: 12px;
    line-height: 12px;
    margin: auto;
    padding: 0px;
    color: #00205b;
    font-weight: 700;
}

.more-info-buckets-text {
    font-size: 10px;
    margin-top: 10px;
    color: #bcbcbc;
}

.small-img-div {
    max-height: fit-content;
    margin-top: 5%;
    text-align: center;
}

.inside-small-img-div-text-siv {
    padding: 0px;
}


.underline-text {
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
    color: #00205b;
    text-underline-offset: 6px;
    text-decoration-color: #e7004c;
    text-decoration-thickness: 2px;
}

.flex-imgs {
    height: 85%;
    max-width: fit-content;
    margin: auto;
    margin-top: 1%;
    display: flex;
    justify-content: space-between;
}

.flex-imgs > div {
    width: 24%;
}


.flex-imgs > div >img {
    height: 50%;
    width: 50%;
    padding: 2%;
    margin: auto;
    margin-top: 8%;
}

.flex-imgs > div >div {
    width: 90%;
    margin: auto;
    margin-top: 5%;
}

.first-text-flex-imgs {
    font-size: 12px;
    color: #00205b;
    font-weight: 700;
}

.first-text-flex-imgs > span {
    font-size: 10px;
    color: #b1aeae;
    font-weight: 500;
}