.onday-apps-section {
    background: url(/template/c73e5a0b/images/onday-app-bg.png) no-repeat;
    background-size: cover;
    padding: 136px 0px 125px 0;
    margin-left: -30px;
    margin-right: -30px;
}

.onday-apps-section .onday-app-container{ 
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
    display:flex;
  align-items: center;
}
.onday-apps-section .left-service-content{
   width:52%;
   padding-right:85px;
   padding-left:85px;
}
.onday-apps-section .right-service-content {
   width:48%;
   text-align: right;
}
.onday-apps-section .service-title {
    margin: 0;
    padding: 0 0 26px 0;
    color: #fff;
    font-size: 48px;
    line-height: 51px;
    font-weight: bold;
    max-width: 400px;
}

.onday-apps-section .left-service-content p{
  font-size:16px;
  line-height:28px;
  font-weight:400;
  color:#fff;
}
.onday-apps-section a {
     max-width: 225px;
    display: block;
    padding: 14px 10px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    height: 52px;
    font-family: 'Sora';
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 70px;
    margin-top:13px;
}
.onday-apps-section a:hover {
  background: #fff;
  color: #2D9FAB;
}
