

/* Section 2 */
.section2
{
    padding: 3% 0%;
}

.sec2_subtitle
{
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2.799999952316284px;
    text-align: center;
    color: #F57C33    
}

.sec2_title
{
    font-family: var(--font-fraunces), serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.47999998927116394px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px; 
}

.sec2_info
{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.1599999964237213px;
    text-align: center;
    color: #54595F;
    margin-bottom: 35px;   
}

.services_img
{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.service_name
{
    font-family: var(--font-fraunces), serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.6px;
    letter-spacing: -0.1599999964237213px;
    text-align: center;
    color: #011425;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none;
}
/* End of Section 2 */

/* Mobile Screen */
@media only screen and (max-width: 500px)
{
    /* Section 2 */
    .service_name
    {
        margin-bottom: 30px;
    }
    /* End of Section 2 */
}
/* End of Mobile Screen */