.elementor-widget-blue-block {
	margin-bottom: 80px !important;
}

.blue-block-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #1C6FC4;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
}

.blue-block-wrapper.black {
	background-color: #232421;	
}

.blue-block-wrapper .left-down-image {
    position: absolute;
    bottom: 0;
    left: 0;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.blue-block-wrapper .right-up-image {
    position: absolute;
    top: 0;
    right: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.blue-block-wrapper .content-wrapper .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 114px;
    margin-bottom: 90px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.blue-block-wrapper .content-wrapper .content h2 {
    color: white;
    font-size: 60px;
    line-height: 75px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 45px;
    text-align: center;
}

.blue-block-wrapper .content-wrapper .content p {
    color: white;
    font-size: 25px;
    line-height: 37.5px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}

.blue-block-wrapper .content-wrapper .content a {
    color: black;
    background-color: #F8CF01;
    padding: 18px 40px;
    border-radius: 12px;
	font-weight: 600;
	z-index: 9999;
}

.blue-block-wrapper .content-wrapper .content a:hover {
    background-color: #cbaa00;

}

.blue-block-wrapper .header-menu ul {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    gap: 40px;
    margin-right: 30px;
}

.blue-block-wrapper .header-menu ul li {
    list-style: none;
    list-style-type: none;
    color: white;
}

.blue-block-wrapper .header-menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.blue-block-wrapper .header-menu ul li a:hover {
    color: #F8CF01;
}

@media (max-width: 1024px) {
    .blue-block-wrapper .content-wrapper .content h2 {
        font-size: 50px;
        line-height: 62.5px;
    }

    .blue-block-wrapper .content-wrapper .content p {
        font-size: 20px;
        line-height: 30px;
    }

    .blue-block-wrapper .content-wrapper .content a {
        padding: 15px 30px;
    }

    .blue-block-wrapper .header-menu {
        display: none;
    }
}

@media (max-width: 767px) {
    .blue-block-wrapper .content-wrapper .content h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .blue-block-wrapper .content-wrapper .content p {
        font-size: 18px;
        line-height: 27px;
    }

    .blue-block-wrapper .content-wrapper .content a {
        padding: 12px 25px;
    }

    .blue-block-wrapper .header-menu {
        display: none;
    }
}