.hero-fullscreen h4 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 500;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
}

.about-img img {
    width: 100%;
    height: 550px;
    border-radius: 5px;
    opacity: 1;
    object-fit: cover;
    transition: .5s ease;
    backface-visibility: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.focous-img img {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    opacity: 1;
    object-fit: contain;
}

.about-img:hover img {
    opacity: 0.3;
}

.about .tab-content ul li {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    color: var(--color-secondary);
}

.cta .img img {
    width: 100%;
    height: 300px;
}

.cta .content p {
    color: var(--color-secondary);
    font-weight: 600;
    text-align: justify;
    font-size: 18px;
}

.onfocus .content p {
    font-weight: 300;
    font-size: 18px;
    color: var(--color-white);
    text-align: justify;
}

.pricing .pricing-header p {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    color: var(--color-white);
}

.pricing p {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--color-primary);
}
