.servicetop-cms {
	position: relative;
	width: 100%;
	margin: 0 auto;
	float: left;
	padding: 40px 0
}

#basecmsservices .products-section-title {
    width: 75%;
    float: none;
    margin: 0 auto;
	letter-spacing: 0;
    text-align: center;
}
.services-content {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.service {
	float: left;
	position: relative;
	text-align: center;
	width: 50%
}

.page-inner-width {
	max-width: 1100px;
	display: inline-block;
	vertical-align: top;
	width: 100%
}
.service.service-1 .service-icon{
	background-image: url(../img/service-01.png);
}
.service.service-2 .service-icon{
	background-image: url(../img/service-02.png);
}
.service.service-3 .service-icon{
	background-image: url(../img/service-03.png);
}
.service.service-4 .service-icon{
	background-image: url(../img/service-04.png);
}
.service-icon {
    display: inline-block;
    height: 94px;
    width: 94px;
    background-color: var(--global-palette7);
    background-size: 54px;
    float: none;
    margin: 0 auto;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    vertical-align: top;
    border-radius: 50%;
}

.service:hover .service-icon {
	transform: rotateY(360deg);
	transition: all .6s ease-in-out 0s;
	-webkit-transition: all .6s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	-o-transition: all .6s ease-in-out 0s;
	-ms-transition: all .6s ease-in-out 0s
}

.service-description {
	float: left;
	width: 100%;
	text-align: center
}

.service-title {
    font-size: 20px;
    color: var(--global-palette3);
    margin-block: 15px 0;
    text-transform: capitalize;
    font-family: var(--global-heading-font-family);
}

.service-subtitle {
	color: rgb(var(--color-base-outline-button-labels));
	float: left;
	line-height: 24px;
	font-size: 16px;
	letter-spacing: 0
}

.service-block {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 105px;
}

#shopify-section-base_service {
	margin-block: 40px
}

.services-wrapper {
	position: relative;
	width: auto;
	display: inline-block;
	vertical-align: top;
	text-align: center
}

.left-services {
    float: left;
    width: 63.34%;
    display: flex;
    align-items: center;
}

.left-services-description {
    float: left;
    width: 50%;
    text-align: left;
    padding-right: 30px;
}

.service-image {
	float: right;
	width: 50%
}

.services-wrapper {
    position: relative;
    width: 36.66%;
}

.service-heading.title {
    font-size: 48px;
    line-height: 58px;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette3);
    text-align: left;
    padding-bottom: 25px;
    width: 85%;
    margin: 0;

}

.left-services-description .service-desc {
	width: 97%
}

.service-image img {
    border-radius: var(--global-border-radius);
}

.collection__description.service-desc p {
    width: 100%;
    text-align: left;
    color: var(--global-palette3);
    margin: 0 0 45px;
	font-size: 16px;
}
.services-wrapper .service.service-3, .services-wrapper .service.service-4 {
    margin-bottom: 62px;
}
.services-wrapper .service.service-1, .services-wrapper .service.service-2{
    margin-bottom: 45px;
}

@media screen and (min-width: 1270px) {
	.service.service-5 {
		border-inline-end: 0
	}
}

@media screen and (max-width: 1369px) {
	.service-block {
		padding-top: 70px;
	}
	.service-heading.title {
		font-size: 40px;
		line-height: 45px;
		padding-block-end: 20px;
		width: 100%;
	}

	.collection__description.service-desc p {
		font-size: 15px;
		line-height: 24px;
		margin: 0 0 30px;
	}

	.service-title {
		font-size: 16px;
		line-height: 24px;
		margin-block: 10px 0;
	}
	.services-wrapper .service.service-1, .services-wrapper .service.service-2{
		margin-bottom: 30px;
	}
	.service-icon{
		height: 90px;
		width: 90px;
	}
	a.service.service-1,
	a.service.service-2 {
		margin-bottom: 50px
	}

	.left-services-description .service-desc {
		width: 100%
	}
}

@media screen and (max-width: 992px) {
	.service-heading.title{
		font-size: 33px;
		line-height: 38px;
		padding-block-end: 15px;
	}
	.text-button.service__btn .btn-secondary {
		padding: 8px 33px;
	}
	.service-icon {
		height: 75px;
		width: 75px;
		background-size: 47px;
	}
	.services-wrapper .service.service-1, .services-wrapper .service.service-2{
		margin-bottom: 20px;
	}
	.services-wrapper .service.service-3, .services-wrapper .service.service-4 {
		margin-bottom: 32px;
	}
	.service-subtitle {
		line-height: 20px;
		font-size: 14px
	}

	.collection__description.service-desc p {
		font-size: 15px;
		line-height: 22px;
		margin: 0 auto 25px
	}

	a.service.service-1,
	a.service.service-2 {
		margin-bottom: 30px
	}

	.service-image {
		line-height: 0
	}

	.service-icon {
		background-size: 44px;
		height: 84px;
		width: 84px
	}
	.left-services-description {
		padding-right: 10px
	}
}
@media screen and (max-width: 991px) {
.service-heading.title {
    font-size: 26px;
    line-height: 30px;
}
	.collection__description.service-desc p {
		font-size: 13px;
		line-height: 21px;
	}
	.text-button.service__btn .btn-secondary {
		padding: 6px 20px;
	}
	.left-services{		
		width: 61%;
	}
	.services-wrapper {
		width: 38%;
		padding-left: 15px;
	}
	.service-title {
		font-size: 14px;
		line-height: 20px;
	
	}
	.service-icon {
		background-size: 40px;
		height: 70px;
		width: 70px;
	}
	.service-block {
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.services-wrapper .service.service-1, .services-wrapper .service.service-2, .services-wrapper .service.service-3, .services-wrapper .service.service-4 {
		margin-bottom: 10px;
	}
	.service-block {
		padding-top: 40px;
	}
	
	.services-content {
		display: block
	}

	.left-services {
		width: 100%
	}

	.services-wrapper {
		width: 100%;
		padding: 0;
		margin-block-start: 30px
	}
	.service.service-1, .service.service-2{
		margin: 0;
	}
	#basecmsservices .products-section-title{
		width: 85%;
	}
	.services {
		overflow: auto;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: start;
		display: flex;
	}
	.service {
		vertical-align: top;
		justify-content: center;
		flex: 0 0 auto;
		display: grid;
		width: 26%;
	}
}

@media screen and (max-width: 660px) {
	.service-heading.title {
		padding-inline: 0
	}

	.left-services-description {
		padding-right: 10px
	}
}

@media (max-width: 543px){
	.service{
		width: 29%;
	}	
}

@media screen and (max-width: 479px) {
	#basecmsservices .products-section-title {
		width: 100%;
		border-bottom: 1px solid var(--border-color);
	}
	.service-block {
		padding-top: 30px;
	}
	.text-button.service__btn .btn-secondary {
		padding: 7px 14px;
		font-size: 13px;
		line-height: 20px;
	}
	.left-services-description {
		width: 100%;
		padding-right: 0
	}

	.service-image {
		width: 100%;
		margin: auto;
		text-align: center
	}

	.left-services {
		display: block
	}

	.left-services-description {
		margin-bottom: 15px
	}

	.service-heading.title {
		font-size: 22px;
		line-height: 26px;
		padding-block-end: 10px;
		margin: 0
	}

	.collection__description.service-desc p {
		font-size: 14px;
		line-height: 22px;
		margin: 0 auto 15px
	}

	a.service.service-1,
	a.service.service-2 {
		margin-bottom: 30px
	}

	.services-content {
		padding-top: 20px;
		border-top: var(--border);
	}
	.services-wrapper{
		margin-block-start: 20px;
	}
	.service {
		width: 43%;
	}
}