<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.usecase__row {
    margin-top: 100px !important;
  	position: relative;
  	z-index: 100;
}

.usecase__text {
    padding: 0 15px;
}

.usecase__text h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
}

.usecase__under__text {
    position: relative;
}

.usecase__under__text h2 {
    font-size: 20px;
    line-height: 1.5;
}

.usecase__under__text:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #D8D8D8;
    top: -60px;
    left: 0;
}

.usecase__under__text:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: #D8D8D8;
    bottom: -60px;
    left: 0;
}

.usecase__text {
  margin-top: 30px;
}


.usecase__text p:first-of-type {
	font-size: 20px;
}

@media screen and (min-width: 768px) {
    .usecase__header {
        padding-bottom: 32.9%;
    }

    .usecase__text h2,
    .usecase__under__text h2 {
        font-size: 25px;
        font-weight: normal;
    }

    .usecase__text__inner:before {
        position: absolute;
        width: 100%;
        height: 1px;
        content: "";
        background: #D8D8D8;
        top: -60px;
        left: 0;
    }

    .usecase__text__inner:after {
        position: absolute;
        width: 100%;
        height: 1px;
        content: "";
        background: #D8D8D8;
        bottom: -60px;
        left: 0;
    }

    .usecase__box {
        gap: 50px;
    }
  	
  .usecase__text {
  	margin-top: 0;
  }

    .usecase__text.fst {
        padding: 0;
        margin-right: 8%;
    }

    .usecase__text.sec {
        padding: 0;
        margin-left: 8%;
    }

    .usecase__text h2 {
        font-size: 27px;
        font-weight: normal;
        line-height: 1.5;
      	margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .usecase__img.-top img {
        border-radius: 0 10px 10px 0;
    }

    .usecase__img.-under img {
        border-radius: 10px 0 0 10px;
    }
}

@media screen and (min-width: 1024px) {
    .usecase__box {
        gap: 100px;
    }

    .usecase__row {
        margin-top: 170px !important;
    }

    .usecase__img {
        min-width: 47.5%;
    }

    .usecase__text.fst {
        padding: 0;
        margin-right: 13.2%;
    }

    .usecase__text.sec {
        padding: 0;
        margin-left: 13.2%;
    }

    .usecase__text__inner {
        position: relative;
    }

    .usecase__text__inner p {
        margin-top: 50px;
    }
}</pre></body></html>