

h2 { font-size:30px; margin-bottom:0px;
    margin: 0 0 0px 0 !important; }

h3 {
    font-size: 21px;
}

.servicesaria {
    background-color: #ffffff;
    padding-top: 0px;
    margin-bottom: 25px;
}


.sidebar {
  width: 50%;
  height: 96vh;
  min-height: 400px;
  font-family: "Poppins", sans-serif;
  overflow: auto;
  position: sticky;
  top: 14%;
}

.main {
  width: 49%;
  height: 260vh;
  min-height: 400px;
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
}

.main .leading_btn {
    margin: 40px 0 0 0;
}

.main, .sidebar {
     background-color: white;
    border-radius: 10px;
    color: #222;
    padding: 15px;
}

.wrapper {
  display: flex;
  justify-content: space-between;
}



code, pre {
  background-color: #ccc;
  padding: 0 3px;
  border-radius: 5px;
}

.bottom {
  justify-self: bottom;
}


.stickyblog {
    padding: 10px;
    margin-top: 20px;
    background-color: #fff;
    border: solid 0px #273a50;
	box-shadow: 0 1px 11.4px 0 rgb(0 0 0 / 25%);
	border-top-right-radius:25px;
}



.stickyblog:hover {
    background-color: #e9e8e7;
	transition: background-color .3s;
}


.sticky-ser-text {
    float: left;
    width: 46%;
    margin-left: 10px;
}

.sticky-ser-text ul {}

.sticky-ser-text ul li {
    line-height: 25px;
    font-size: 14px;
}

.sticky-ser-img {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 20px;
}

.stickyblog img {
    margin-top: 30px;
}

.stickyblog h2 {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #273a50;
}

.stickyblog p {
    font-size: 16px;
	text-align:left;
  }


@media only screen and (max-width: 767px) { 

.slide-panel-header {
    
    width: 100% !important;
    height: 200px !important;
    
}

.slide-panel-container {
     width: 100% !important;
    height: 100vh;
    
}

.sticky-ser-text {
    float: left;
    width: 60%;
    margin-left: 5px;
}


.sticky-ser-img {
    float: right;
    width: 25%;
    text-align: right;
    padding-right: 20px;
}

.sidebar {
    width: 50%;
    height: 40vh;
    min-height: 400px;
    font-family: "Poppins", sans-serif;
    overflow: auto;
    position: sticky;
    top: 20%;
    display: none;
}

.main {
    width: 100%;
    height: 273vh;
    min-height: 1000px;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
}

.h2, h2 {
    font-size: 20px;
}


}