/*-------------- btn-section in front-page -------------------------*/
#btn-section{
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 30px;
    padding-bottom: 60px;
    &::before{
        content: '';
        display: block;
        height: 5vw;
        background-color: #7473730f;
        border-radius:50% 50% 0 0;
      }
}
#btn-section h2{
  font-size: 4rem;
  letter-spacing: 1.5px;
}
.st-btn-section{
    height: 220px;
    width: 220px;
    border: 10px solid var(--color-secondary);
    margin: 16px auto;
    display: flex;
    align-items: center;
    background-color: floralwhite;
}
.st-btn-section:hover{
    border: 10px solid #0395dd;
}

.cont-fig-btn{
justify-content: center;
background-color: #7473730f;
&::after{
    content: '';
    display: block;
    height: 10vw;
  };
}

.cont-fig-btn h3{
  height: 10rem;
}