body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.powerful .main-wrapper{
 width:95%;
  margin:0 auto;
}
.powerful h2 {
    font-weight: 600;
    color: #23446a;
    line-height: 50px;
    font-size: 42px;
}
.powerful img{
    width:100%; 
}
.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inline {
    display: flex;
    margin-top: 40px;
}
.powerful div {
    flex-basis: 50%;
}
button.transparent {
    border-radius: 35px;
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    background: hsl(0deg 0% 100% / 20%);
    margin-top: 15px;
    width: 250px;
    max-width: 100%;
}
.display-img {
    display: none;
}
.btn-white:{
  margin-top: 15px;
}
.btn-white:hover{
  background-color:#fff;
  color:#4399ff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:hover,
.btn-white:focus,
.btn-white:active .btn-white {
   background-color:#fff;
    color:#4399ff;
}

.virtual-care {
    background-image: url(https://static.solaborate.com/healthcare-system/landing-page/hello-hand.png?v2);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 50%;
    height: auto;
}
.inline {
    display: flex;
    margin-top: 7px;
}
.inline .txt-white{
  font-size:14px;
}
.powerful .row {
    height: 424px;
}
@media only screen and (max-width: 768px) {
    .row {
        flex-direction: column;
    }
    .middle {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2rem 0;
    }

    .telemedicine .row,
    .right-img .row,
    .virtual-care .row {
        flex-direction: column-reverse;
    }
   .powerful .pd-left,
    .powerful .pd-right,
   .powerful  div {
        padding: 0;
        padding-left: 0;
        padding-right: 0;
        flex-basis: 100%;
        width: 98%;
    }
}

@media only screen and (max-width: 600px) {
    .display-img {
        display: inline;
    }
    .virtual-care {
        background: none;
        height: auto;
    }
    .demo h2 {
        font-size: 31px;
    }
  .powerful .row {
    height: auto;
}
}

@media screen and (max-width: 768px) {
 
    .links {
        text-align: center;
    }
    .trusted .row {
        flex-direction: unset;
    }
    .trusted .column {
        flex-direction: column;
        padding: 1rem 0;
        gap: 2rem;
    }
}
