Files
Globaly-CSS-Practice/style/about_us/_sixth-part-au.scss
2024-06-05 16:57:33 +02:00

77 lines
1.3 KiB
SCSS

.sixth-part-au {
padding: 0 15px;
.headline-h2 {
text-align: center;
padding: 0 3px;
}
.h5-button{
cursor:pointer;
text-align: start;
color: #ffffff !important;
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 1.5;
font-family: Merriweather, serif;
letter-spacing: 0px;
text-decoration: none !important;
padding: 0px !important ;
}
.card-header{
background-color: #333333;
text-decoration: none;
color: white;
margin-bottom: 2px;
}
.card-body{
color: #777777;
font-style: normal;
font-weight: 400;
line-height: 1.4375;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0px;
margin: 50px 0;
}
.A{
color: #15c1cb;
}
// .card-q{
// .card-header{
// transition: background-color 1s ease;
// }
// .collapsed {
// background-color: #15c1cb;
// }
// }
}
@media only screen and (min-width:768px) {
.card-header{
i{
text-align: center;
font-size: 25px;
color:white;
}
}
}
@media only screen and (min-width:992px) {
.card-q{
margin: 0 330px;
}
}