.dFHmXG {
        padding: 40px 50px;
    background: rgb(5, 47, 83);
    color: rgb(255, 255, 255);
    margin-top: auto;
}
.fkyVgZ {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px 10%;
    float: none;
    max-width: 1073px;
    margin: 0 auto;
}
.jMcXyi {
    font-size: 28px;
    margin: 0px 0px 6px;
	    font-weight: 700;
}
.eKYjSl {
    margin-bottom: 8px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
	text-align: left;
}
.eQgEWh {
    margin-bottom: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
	text-align: left;
}
.cMGiHk {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
	text-align: left;
}
.fcJagU {
    padding-right: 20px;
    padding-left: 20px;
}
.iFffGo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin: 0px;
    border: none;
    outline: 0px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 0px 22px;
    font-size: 23px;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, rgb(156, 218, 217), rgb(87, 184, 199));
}
button {
    font-family: YuGothic, sans-serif;
    padding: 0px;
}
.hhRQON {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    max-width: 133px;
    margin-left: 20px;
}

@media (max-width: 799px) {
  
  .dFHmXG {
        padding: 40px 0px;
    background: rgb(5, 47, 83);
    color: rgb(255, 255, 255);
    margin-top: auto;
}
  
  .jMcXyi {
    font-size: 17px;
    margin: 0px 0px 6px;
}
  .eKYjSl {
    margin-bottom: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}
 .cMGiHk {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
} 
  .hhRQON {
    display: flex;
    flex-direction: column;
    max-width: 130px;
    margin-left: 0px;
    justify-content: flex-start;
        padding-top: 5%;
}
  .iFffGo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 39px;
    margin: 0px;
    border: none;
    outline: 0px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding: 0px 22px;
    font-size: 12px;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    background: linear-gradient(to right, rgb(156, 218, 217), rgb(87, 184, 199));
}
  .fkyVgZ {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0px 10%;
    flex-direction: column;
}
}