.mygate-section {
    padding-bottom: 100px;
    text-align: center;
  }
  .mygate-container {
    text-align: center; /* Centers h2 */
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers <a> horizontally */
    justify-content: center;
  }
  /* h2{
    margin-bottom: 0 !important;
  } */
  .mygate-container h2 {
    font-family: Archivo;
    font-weight: 500;
    font-size: 52px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    color: rgba(25, 25, 25, 1);
    margin: 0;
  }
  .mygate-container a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	background: #FFDF00;
	color: #191919;
	border-radius: 80px;
	padding: 17px 20px;
	/* padding-left: 30px !important; */
	text-decoration: none;
	text-align: center;
	width: 196px;
}
.mygate-container a span{
    width: 100px;
	font-family: Archivo;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
    letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}
.mygate-container a div{
	width: 19px;
	height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
	mask-size: 100% 100%;
}
.button-svg {
    margin-left: 10px;
}
@media (max-width: 1024px) {
    .mygate-section {
        padding-bottom: 40px;
        width: calc(100% - 30px);
        margin: auto;
      }
    .mygate-container h2 {
        font-size: 35px;
    }
    .mygate-container a {
        margin-top: 20px;
        padding: 17px 24px;
        width: 208px;
        color: #000000
    }
    .mygate-container a span{
        font-weight: 600;
    }
}