
#border {
    max-width: 1490px;
    min-height: 300px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.main {
    width: 333px;
    height: 410px;
    background-color: #f2f2fe;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    position: relative;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main_link{
	background-color: #49b8ff;
	color:#ffd53a;
	padding:10px;
	border-radius: 50px;
	position: absolute;
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 20px;
	margin-left: 130px;
	margin-top: 60px;
	border:5px solid #4abafc;
	 -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.main_link:hover{
background-color: rgba(74,186,252,0.5);
}
.link_footer{
	width: 200px;
	margin:50px auto;
	background-color: #49b8ff;
	text-align: center;
	 font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    padding: 10px;
    border-radius: 50px;
    border: 3px solid #49b8ff;
    color: #fff;
     -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.link_footer:hover{
	background-color: rgba(74,186,252,0.5);
}
.main_image{
	width: 333px;
	height: 240px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}
.main_title{
	    font-family: "Regular2";
	    color: #333;
	    position: absolute;
	    width:100%;
	    text-align: center;
	    margin-top: 10px;
	    border-radius: 10px;
	    z-index: 99;
	    
}
.main p {
    width: 110%;
    padding: 5px;
    font-size: 12px;
    color: #919297;
     margin-top: 195px;
    font-weight: normal;
    margin-left: -17px !important;
    font-family: "Regular";
    margin-left: 5px;
    line-height: 16px;
    display: none;
}
.main pre {
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #ffff;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding: 7px 0px;
    margin-top:210px;
    width: 100px;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 20px;
    margin-left: 80px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
.main pre:hover{
	background-color: var(--primary-hover-color);
}
@media only screen and (max-width: 1520px) {
	
	#border {
    max-width: 1300px;
    gap: 60px;
	}
	.main {
    width:275px;
    height: 360px;
	}
	.main_link {
    margin-left: 103px;
	}
	.main_image {
		 width:275px;
		 height: 200px;
	}
   
}
@media only screen and (max-width: 1520px) {
	
	#border {
    max-width: 1200px;
    gap: 30px;
	}
	
   
}