#about{
    background-color: rgb(242, 242, 242);
}

#description .icon{
    font-size: 3rem;
    color: #4DCBA3;
}

.detail,
.bottom-detail{
    font-size: .75rem;
}

.about-topic{
    font-size: 1.25rem;
}

.description-topic{
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    .about-topic{
        font-size: 48px;
    }
    
    .description-topic{
        font-size: 40px;
    }

    .detail,
    .bottom-detail{
        font-size: 18px;
    }

    #image img{
        height: 878px;
    }
}