.esg__page-img::after {
    content: "";
    display: block;
    position: absolute;
    width: 269px;
    height: 269px;
    bottom: -68px;
    right: -84px;
    -webkit-transform: rotate(165deg);
    -moz-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    -o-transform: rotate(165deg);
    transform: rotate(165deg);
    background: url('/local/templates/tamaki/img/press-icon.svg') center / contain no-repeat;
    z-index: 0;
}
.esg__page-img {
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: 0;
    right: 25%;
}
.esg__page-img img {
    position: relative;
    z-index: 2;
}
.esg-color-block {
	padding: 10px 20px;
    color: #fff;
    background: #e82d89;
    border-radius: 10px;
    text-align: center;
	font-weight: 600;
}
.esg-forma-title {
	font-size: 24px;
    color: #2d3748;
    margin-bottom: 20px;
    font-weight: 700;
}
.esg-forma-info {
	font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #4a5568;
}
.pad-block {
	margin: 40px 0;
}
.mb-0 {
	 margin-bottom: 0px!important;
}
.mb-40 {
	margin-bottom: 40px;
}
.esg-flex {
	display: flex;
    flex-wrap: wrap;
	gap: 20px;
}
.esg-flex-space {
	justify-content: space-between;
}
.esg-item {
	flex: 0 0 calc(50% - 15px);
	padding-bottom: 40px;
}
.esg-flex-colum {
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.esg-name {
	font-size: 16px;
    color: #2d3748;
    font-weight: 700;
}
.esg-img img {
	width: 100%;
    height: 100%;
    display: block;
}
.esg-link a {
	color: #e82d89;
    font-weight: 700;
}
.bac-f {
	background: #edf2f7;
}
.img-radius {
	width: 100%;
    height: 100%;
    display: block;
}
.pad-40-b {
	padding: 40px 0;
}
@media screen and (min-width: 992px) { 

}
@media screen and (max-width: 576px) { 
	.esg__page-img {
        position: relative;
        left: 0;
        right: 0;
        bottom: -30px;
        margin: auto;
        width: 147px;
        height: 147px;
    }
    .esg__page-img::after {
        width: 178px;
        height: 178px;
    }
}