.invite-container{
    max-width: 1140px;
    margin: 30px auto 100px;
    /* padding: 46.5px 0; */
    padding: 10px 0 0;
}
.invite-content{
    height: 400px;
    display: flex;
    gap: 70px;
    border: 1px solid #989898;
    border-radius: 20px;
    justify-content: center;
}
.invite-img{
    width: 500px;
    height: 400px;
}
.invite-img img{
    height: 90%;
    width: 90%;
    border-radius: 20px;
    object-fit: cover;
	padding: 10px 10px 10px 10px;
    margin-left: 60px;
    margin-top: 20px;
}
.invite-text{
    padding: 75px 0;
}
.invite-text h3{
    font-family: Archivo;
    font-weight: 700;
    font-size: 42px;
    line-height: normal;
    letter-spacing: 0;
    color: #191919;
}
.invite-text h2{
    font-family: Archivo;
    font-weight: 700;
    font-size: 62px;
    line-height: normal;
    letter-spacing: 0;
    color: #191919;
    margin: 20px 0 10px;
}
.invite-text p{
    font-family: Archivo;
    font-weight: 400;
    font-size: 26px;
    line-height: normal;
    letter-spacing: 0px;
    color: #000000;
	width:90%;
}
.invite-text a {
    width: max-content;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	background: #FFDF00;
	border-radius: 80px;
	padding: 17.5px 30px;
	padding-left: 30px !important;
	text-decoration: none;
	text-align: center;
}
.invite-text button a{
    display: contents;
    text-decoration: none;
}
.invite-text a span{
	font-family: Archivo;
	color: #000000;
	font-weight: 700;
	font-size: 18px;
	line-height: normal;
    letter-spacing: 0;
	width: 141px;
}
.invite-text a div{
	width: 19px;
	height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	mask-size: 100% 100%;
	margin-left: 10px;
}
@media (max-width: 1024px){
    .invite-container{
        margin: 30px 21px;
        padding: 0;
        width: calc(100% - 42px);
    }
    .invite-content{
        height: 100%;
        flex-direction: column;
        border: 1px solid #989898;
        border-radius: 20px;
        gap: 0;
    }
    .invite-img{
        width: 70%;
        height: 300px;
    }
    .invite-img img{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .invite-text{
        padding: 25px 0;
        margin-left: 20px;
    }
    .invite-text h3{
        font-weight: 500;
        font-size: 35px;
        color: #19191966;
    }
    .invite-text h2{
        font-weight: 700;
        font-size: 24px;
        line-height: normal;
        margin: 21px 0 15px;
    }
    .invite-text p{
        font-weight: 400;
        font-size: 15px;
        color: #191919;
    }
    .invite-text a {
        margin-top: 21px;
        padding: 19px 20px;
        padding-left: 20px !important;
    }
    .invite-text a span{
        font-weight: 500;
        font-size: 16px;
        width: 106px;
    }
    .invite-text a div{
        height: 17px;
    }
}

@media (min-width: 767px) and (max-width: 1024px){
    .invite-img{
        height: 500px;
    }
    .invite-text {
        padding: 50px 0;
    }
}