@media only screen and (min-width: 1200px){
    .navbar .nav-item .nav-link:after {
        display: block;
        width: 0;
        height: 3px;
        position: absolute;
        top: 0;
        left: 50%;
        content: "";
        transition: all .35s ease;
        background-color: #000;
        margin: 0;
        border: none;
    }

	.navbar .dropdown-menu {
		background:#f4c1df;
	}

	.navbar .dropdown-item:hover {
		background-color: unset;
		text-decoration: none;
		text-decoration-thickness: 2px;
		background: #e66ab4;
	}
}

@media only screen and (max-width: 1199px){
    .navbar .navbar-nav .nav-link:hover {
        background-color: unset;
        text-decoration: none;
        text-decoration-thickness: 2px;
        background: #f4c1df;
    }

    .navbar .navbar-nav .dropdown .arrow:hover {
        background-color: #f4c1df;
    }
}

.gt-image-news {
    width: 100%;
}

.gt-entry-title > h2{
    margin-top: 13px!important ;
    margin-bottom: 8px!important;
}


.ac_content a,
.ac_content a:hover{
width: 100%;
display: inline-block;
overflow: hidden;
overflow-wrap: break-word;
}