#myCanvas{
	width:100%;
}
a.box2d{
	position:absolute;
}
div#canvas{
	position:relative;
}
/*Our Approach Page*/
.our-approach-main {
    background-color: #1C1C1C;
    padding: 180px 0 140px;
    background-image: url(../img/our-approach-page/our-approach-main.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
	position:relative;
}
/*.our-approach-main::after{
	content:'';
	display:block;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(5px);
	height:100%;
	position:absolute;
	right:0;
	top:0;
	width:100%;
	max-width:400px;
} */
.our-approach-main h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 107%;
    color: #FFFFFF;
	position:relative;
}
.our-approach-main h2::before{
	content:'';
	width:55px;
	height:1px;
	display:block;
	background:#C9C9C9;
	margin-bottom:18px;
}

.our-approach-second {
    padding: 150px 0;
}
.our-approach-second h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    color: #1C1C1C;
    margin-bottom: 50px;
}
@media(max-width: 767px) { 
	.our-approach-second h3 {
		margin-bottom: 20px;
	}
}
.approach-second__columns {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    margin-top: 40px;
}
.approach-second__columns p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;
}

.our-approach-services {
    background: #F1F1F1;
    padding: 150px 0;
}
.approach-services_first__columns {
    display: flex;
    justify-content: space-between;
}
.approach-services_first__columns>div{
	width:50%;
}
.approach-services_first__columns>div:last-child{
	display:flex;
	justify-content:flex-end;
}
.our-approach-services img {
    max-width: 380px;
    margin: -200px 0 0 auto;
}
.our-approach-services h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    color: #1C1C1C;
}
.our-approach-services img{
	max-width:380px;
}


.approach-services_second__columns {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.approach-services_second__columns>div{
	width:50%;
}
.approach-service {
    border-top: 1px solid #D3D3D3;
    padding: 30px 0;
}
.approach-service:last-child{
	border-bottom: 1px solid #D3D3D3;
}
@media(max-width: 767px) {
	.approach-service:last-child{
	     border-bottom: none;
    }
}
.approach-service{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #1C1C1C;
}
.approach-service>span:first-child {
    color: #A044C1;
    margin-right: 40px;
}

.our-approach-workflow{
	position:relative;
	padding:125px 0 200px 0;
	background: linear-gradient(180deg, #1C1C1C 0%, rgba(28, 28, 28, 0.92) 18.75%, rgba(28, 28, 28, 0.85) 38.02%, rgba(28, 28, 28, 0.62) 59.9%, rgba(28, 28, 28, 0) 100%), linear-gradient(66.39deg, #6F1FBF -33.04%, #A044C1 43.24%, #49D7F7 111.96%), linear-gradient(0deg, #1C1C1C, #1C1C1C), #1C1C1C;
}
.our-approach-workflow::before{
	content:'';
	background-image: url(../img/our-approach-page/workflow-clouds.png);
	background-size: contain;
    background-repeat: no-repeat;
	position:absolute;
	display:block;
	height:150px;
	width:380px;
	bottom:0;
	left:calc((100vw - 1140px) / 2);
}
.our-approach-workflow::after {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -100.93%, rgba(0, 0, 0, 0.12) 100%), rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}

.approach-workflow__columns {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}
.approach-workflow__columns>div{
	width:50%;
}
.our-approach-workflow h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF;
}
.our-approach-workflow p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
.divider {
    max-width: 55px;
    height: 1px;
    margin: 30px 0;
    background: #C9C9C9;
}
.workflow-second-col {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 35px 40px;
    height: 100%;
}
.workflow-second-col h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
.workflow-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top:30px;
}

.workflow-flex>span {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}
.workflow-flex>span>span {
    margin-top: 20px;
}

.want-to-promote {
    padding: 120px;
	background-image: url(../img/our-approach-page/promote-back.svg);
	background-position:center;
	background-size:cover;
}
.want-to-promote__body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.want-to-promote h2{
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:50px;
}
a.btn_promote {
    padding: 15px 30px;
    background: #1C1C1C;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
}
a.btn_promote:hover{
    background: #49D7F6;
	color:#1C1C1C;
}

.our-opportunities-services{
	padding:150px 0;
	background: #F1F1F1;
}
.approach-opportunities__columns {
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
}
.approach-opportunities__columns>div{
	width:50%;
	position:relative;
	min-height:1500px;
	min-width:540px;
}
.our-opportunities-services h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    color: #1C1C1C;
}
.opportunity {
    margin-bottom: 100px;
}
.opportunity:last-child{
	margin:0;
}
.opportunity>div {
    display: flex;
	align-items:center;
	margin-bottom:30px;
}
.opportunity>div>span:first-child {
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #A044C1;
    margin-right: 20px;
	
}
.opportunity>div>span:last-child {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1C1C1C;
}
.opportunity img{
	max-width:100%;
	width:100%;
}

@media screen and (min-width:1600px){
	.our-approach-main::after{
		max-width: 650px;
	}
}

@media screen and (max-width:1200px){
	.approach-opportunities__columns>div {
		min-width: 45%;
	}
}

@media screen and (max-width:992px){
	.page-template-our-approach header {
		/* background-color: #1C1C1C; */
	}
	.our-approach-main {
		/* padding-bottom: 60px; */
	}
	.our-approach-main__container {
		position: relative;
		/* z-index: 1; */
	}
	.our-approach-main::after {
		max-width: 100%;
	}
	.our-approach-main h1 {
		font-size: 40px;
	}
	.our-approach-second {
		padding: 100px 0;
	}
	.our-approach-second h2 {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom:20px;
	}
	.approach-second__columns {
		flex-direction: column;
		margin: 0;
	}
	.approach-second__columns>div{
		margin-bottom:15px;
	}
	.our-approach-services img {
		display: none;
	}
	.our-approach-services {
		padding: 100px 0;
	}
	.approach-services_first__columns {
		flex-direction: column;
	}
	.approach-services_first__columns>div {
		width: 100%;
	}
	.our-approach-services h2 {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 30px;
	}
	.approach-services_second__columns {
		flex-direction: column;
	}
	.approach-services_second__columns>div {
		width: 100%;
	}
	.approach-service {
		padding: 20px 0;
		font-size: 20px;
		line-height: 1.2;
	}
	.approach-service>span:first-child {
		margin-right: 30px;
	}
	.our-approach-workflow {
		padding: 100px 0;
	}
	.approach-workflow__columns {
		flex-direction: column;
	}
	.approach-workflow__columns>div {
		width: 100%;
	}
	.our-approach-workflow h2 {
		text-align: center;
		font-size: 24px;
		line-height: 1.2;
	}
	.divider {
		margin: 30px auto;
	}
	.our-approach-workflow p {
		text-align: center;
		margin-bottom: 50px;
	}
	.workflow-second-col {
		padding: 35px 25px;
	}
	.our-approach-workflow::before {
		width: 100%;
		left: 0;
	}
	.our-approach-workflow::after{
		display:none;
	}
	.approach-opportunities__columns>div {
		min-height: unset;
		min-width: unset;
	}
	.approach-opportunities__columns {
		flex-direction: column;
	}
	.approach-opportunities__columns>div {
		min-height: unset;
		min-width: unset;
		width: 100%;
	}
	.our-opportunities-services {
		padding: 100px 0;
	}
	.our-opportunities-services h2 {
		font-size: 30px;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 50px;
	}
	.opportunity img {
		max-width: 100%;
		width: 100%;
	}
	.opportunity{
		margin-bottom:50px;
	}
	.opportunity>div {
		align-items: flex-start;
	}
	.want-to-promote {
		padding: 100px 15px;
	}
	.want-to-promote h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	
}

/*Our Approach Page*/

/*Advertising Page*/
.page-template-advertising button.header__btn-menu, .page-template-pr-consulting button.header__btn-menu, .page-template-digital-marketing button.header__btn-menu, .page-template-pr button.header__btn-menu {
    background: #1c1c1c;
}
.page-template-advertising button.header__btn-menu:hover, .page-template-pr-consulting button.header__btn-menu:hover, .page-template-digital-marketing button.header__btn-menu:hover, .page-template-pr button.header__btn-menu:hover{
	background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%);
}
.advertising-main {
    display: flex;
    align-items: center;
    background-color: #1C1C1C;
	/*background-image:url(../img/advertising-page/advertising-main.png);*/
	background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}
.advertising-main__columns {
    display: flex;
	height: 100%;
}
.advertising-main__columns>div {
    height: 100%;
}
.advertising-main__col-01 {
	background-color: #1C1C1C;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	z-index: 1;
}
.advertising-main img {
    margin-top: -10px;
    margin-right: -200px;
    margin-left: -285px;
}
.advertising-main__col-02 {
    position: relative;
}
.advertising-main__col-02::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    background: linear-gradient(179.79deg, #6F1FBF 2.75%, #A044C1 59.37%, #49D7F7 110.39%);
    left: 0;
    top: 0;
    z-index: 1;
}
.advertising-main__col-02::after {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
}
.advertising-main h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 107%;
    color: #FFFFFF;
    position: relative;
	margin-bottom:20px;
}
.advertising-main h2::before {
    content: '';
    width: 55px;
    height: 1px;
    display: block;
    background: #C9C9C9;
    margin-bottom: 18px;
}
.advertising-main h4{
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #C9C9C9;
}
.advertising-main__body {
	height: 550px;
}
.advertising-second{
	padding:150px 0;
}
.advertising-second h2{
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 58px;
	color: #1C1C1C;
	margin-bottom:50px;
	text-align:center;
}
.advertising-second__columns {
    display: flex;
	position:relative;
}
.advertising-second__columns::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #1C1C1C;
    left: 0;
    position: absolute;
    top: 145px;
    z-index: 0;
}
.advertising-second__columns>div {
    flex-grow: 1;
}
.offer {
    display: flex;
    flex-direction: column;
    align-items: center;
	position:relative;
}
.offer>img:first-child {
    width: 80px;
    height: 80px;
    background: #F1F1F1;
    border-radius: 8px;
    padding: 20px;
}
.vert-line {
    width: 2px;
    height: 50px;
    background: #1C1C1C;
}
.offer>span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.advertising-third {
    background: #F1F1F1;
    padding: 150px 0;
}
.advertising-third h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    color: #1C1C1C;
    margin-bottom: 50px;
}

.advertising-third__columns {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.advertising-third .step>div {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #1C1C1C;
    margin-left: 25px;
    min-height: 125px;
    display: flex;
    align-items: center;
}
.advertising-third .step {
    position: relative;
}
.advertising-third .step {
    margin-bottom: 30px!important;
	padding:0!important;
}
.advertising-third .step:last-child{
	margin:0;
}
.advertising-third .step>span {
    background: #A044C1;
    border-radius: 100px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.advertising-third .last-step {
    margin-top: 100px;
}
.advertising-third .last-step .step>div {
    background-color: #1C1C1C;
	padding:35px 150px 30px 70px;
	background-image:url(../img/advertising-page/step-back.svg);
	background-position:center right;
	background-size:contain;
	background-repeat:no-repeat;
}
.advertising-third .last-step .step>div h3{
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
}
.advertising-third .step.black>span {
    border-radius: 5px;
}
.advertising-third .step.black>div{
	background-color:#1C1C1C;
}
@media(max-width: 767px) {
	.advertising-third .step.black>div{
		margin-top: 60px;
    }
}
.advertising-third .step.black p{
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
	color: #FFFFFF;
}
.card-for-button {
    background-color: #1C1C1C;
    border-radius: 10px;
    padding: 60px 65px;
}
.card-for-button h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}
.services_first__columns, .services_second__columns {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.services_first__columns{
	margin-bottom:150px;
}
.services_first__columns h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 62px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.services_first__col-01 {
    width: 35%;
}
.services_first__col-02 {
    width: 75%;
}
.services_second__columns>div{
	width:50%;
}
.services {
    padding: 150px 0;
    background: linear-gradient(180deg, #1C1C1C 0%, rgba(28, 28, 28, 0.92) 18.75%, rgba(28, 28, 28, 0.85) 38.02%, rgba(28, 28, 28, 0.62) 59.9%, rgba(28, 28, 28, 0) 100%), linear-gradient(66.39deg, #6F1FBF -33.04%, #A044C1 43.24%, #49D7F7 111.96%), linear-gradient(0deg, #1C1C1C, #1C1C1C), #1C1C1C;
}
.card-for-button {
    background-color: #1C1C1C;
    border-radius: 10px;
    padding: 60px 65px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.services__col-01 .card-for-button{
	background-image:url(../img/advertising-page/left-back.svg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:50%;
}
.services__col-02 .card-for-button{
	background-image:url(../img/advertising-page/right-back.svg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size:50%;
}
.services_first__columns h3 {
    display: flex;
    align-items: center;
}
.services_first__columns h3 img{
	width:40px;
	height:40px;
	margin-right:15px;
}
.services_first__columns h3 span{
	width:calc(100% - 55px);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
}

.service-single {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom:15px;
}
.service-single h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.service-single .price {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}
.service-single a {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-single a:hover {
    background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #FFFFFF;
    border-color: transparent;
}
.services-wrap {
	padding-right: 80px;
    height: 565px;
    overflow-y: scroll;
}
.services-wrap::-webkit-scrollbar {
    background: transparent;
	width:10px;
}
.services-wrap::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05)!important;
}
.services-wrap::-webkit-scrollbar-thumb {
  background-color:#FFFFFF;
  opacity: 0.76;
}
h2.calculation-popup__title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 30px;
}
h3.calculation-popup__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.hours {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0%, rgba(0, 0, 0, 0) 100%), rgba(255, 255, 255, 0.3);
    
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
	margin-right:30px;
}
.quantity-price-wrap {
    display: flex;
    align-items: center;
}
.hours span.quant {
    display:block;
    margin: 0 15px;
}
.service-single a.added {
    display: none;
}
a.added_to_cart.wc-forward {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
}
.advertising-third .last-step .step>span {
    border-radius: 5px;
}

.advertising-main__container._container {
    width: 100%;
}
.advertising-main__col-01 h3 {
    color: rgba(73, 215, 246, 1);
    font-size: 53px;
    line-height: 1.2;
	margin-bottom:20px;
	margin-top:-15px;
}

@media screen and (max-width:992px){

	.advertising-main h2 {
		font-size: 40px;
	}
	.advertising-main__col-01 h3 {
		font-size: 40px;
	}
	.advertising-main__columns {
		flex-direction: column;
	}
	.advertising-main__columns>div {
		width: 100%;
	}
	.advertising-main__body {
		height: auto;
	}
	.advertising-main {
		padding-top: 150px;
	}
	.advertising-main img {
		max-width: 100%;
		margin: 70px 0 -50% 0;
	}
	.advertising-main__columns>div.advertising-main__col-02 {
		margin-right: -15px;
		margin-left: -15px;
		width: calc(100% + 30px);
		overflow:hidden;
		display: flex;
   	 justify-content: center;
	}
	.advertising-main__col-02::before {
		width: 100%;
		height: 5px;
		top: unset;
		bottom: 0;
	}
	.advertising-third {
		padding: 100px 0;
	}
	.advertising-third h2{
		font-size:40px;
		line-height:1.2;
		text-align:center;
	}
	.advertising-main__col-02::after {
		width: 100%;
		height: 35px;
		top: unset;
		bottom: 5px;
	}
	.advertising-second {
		padding: 100px 0;
	}
	.advertising-second h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.advertising-second__columns {
		flex-direction: column;
	}
	.offer {
		flex-direction: row;
		margin-bottom: 50px;
	}
	.advertising-second__col-04 .offer{
		margin-bottom: 50px;
	}
	.offer img.arrow {
		order: 1;
	}
	.offer .vert-line{
		width:30px;
		height:2px;
		order:2;
	}
	.offer img:first-child{
		order:3;
	}
	.offer>span {
		order: 4;
		text-align: left;
		margin: 0 0 0 15px;
		justify-content:flex-start;
	}
	.advertising-second__columns::before {
		width: 2px;
		height: 100%;
		top: 0;
		left: 14px;
	}
	.advertising-third__columns {
		flex-direction: column;
	}
	.advertising-third__columns>div {
		width: 100%;
	}
	.advertising-third__col-01 {
		margin-bottom: 30px;
	}
	.advertising-third .last-step .step>div {
		background-image: none;
		margin: 0;
		padding: 35px 20px 65px 20px;
	}
	.advertising-third .last-step .step>div h3 {
		text-align: center;
		font-size: 24px;
		line-height: 1.2;
	}
	.advertising-third .last-step .step>span {
		left: 50%;
		transform: translateX(-50%);
		bottom: -25px;
		top: unset;
	}
	.services {
		padding: 100px 0;
	}
	.services_first__columns {
		flex-direction: column;
	}
	.services_first__columns>div {
		width: 100%;
	}
	.services_first__columns h3{
		display:none;
	}
	.services_first__columns h2 {
		font-size: 40px;
		line-height: 1.2;
		text-align: center;
		margin-bottom: 40px;
	}
	.services-wrap {
		padding-right: 10px;
	}
	.service-single {
		padding: 15px;
	}
	.services_second__columns {
		flex-direction: column;
	}
	.services_second__columns>div{
		width:100%;
	}
	.card-for-button {
		padding: 20px;
		height: 200px;
	}
	.card-for-button h3 {
		font-size: 24px;
		line-height: 1.2;
	}
	.services__col-01 {
		margin-bottom: 40px;
	}
	.services_first__columns{
		margin-bottom:100px;
	}
}

/*Advertising Page*/