﻿.ipbl {
    padding: 50px 30px 30px;
    display: flex;    
    flex-direction: column;
    gap: 10px;
}
.ipbl h2 {
	padding-bottom: 0;
}
.ipot {
	color:#717c8d;
	display: inline-block;
	padding-bottom: 30px;
	font-size: 18px;
}
.ibut {
	display: inline-block;
	border-radius: 6px;
	background: #2c3cb3;
	padding: 16px 24px;
	font-size:14px;
	color: #fff !important;
	width: 200px;
    text-align: center;
}
.ibut:hover {
	color: #fff !important;
}
.mpor {
	background: #eef4ff;
	border-radius: 20px;	
}
.mdod {
	padding-top: 160px;
	padding-bottom: 132px;
}
.mimg {
	position: absolute;
	top: -142px;
    left: 24%;
}
.mdod a {
	flex-direction: row;
}
.mbut {
  display: flex;
  gap: 10px; 
  flex-wrap: wrap;
}
@media screen and (max-width:1024px) {
	.mimg {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto;
	}
	.mpor .posr {
		text-align: center;
	}
	
	.mdod {
		padding-top: 60px;
	}
	.mdod {
		padding-bottom: 0;
	}
}